home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / About this CD / Oct 00 Developer CD Assistant (.txt) < prev    next >
Encoding:
FileMaker Pro Database  |  2000-09-02  |  4.3 MB  |  121,942 lines  |  [FMP3/FMP3]

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. Oct 00 Developer CD Assistant
  2. FMP3FMP3
  3.  Copyright 1984-1998 FileMaker, Inc. 
  4. HBAM2016AUG95
  5. Pro 3.0
  6. summary
  7. document
  8. contains
  9. helpful
  10. converti@
  11. overview
  12. development
  13. wcheckout@
  14. card@
  15. describes@
  16. fixing@
  17. images@
  18. improving
  19. national@
  20. overview@
  21. pool@
  22. quit@
  23. simpler@
  24. summary@
  25. summary
  26. maccalendar
  27. control
  28. strip
  29. module
  30. displays
  31. summary
  32. xcmds
  33. xfcns
  34. perform
  35. summary
  36. allows
  37. developer
  38. monitor
  39. therefore@
  40. versions@
  41. within@
  42. debug@
  43. network@
  44. stack@
  45. disposeresource
  46. debugging
  47. resource
  48. handles@
  49. multi-processing@
  50. appleevent@
  51. HBAM3016AUG95@
  52. APPLESCRIPT_BROWSER
  53. APPLESCRIPT_OPEN
  54. CDDATE
  55. CDNAME
  56. CDTITLE
  57. CONSTANT
  58. CONTENTS
  59. CURCNT
  60. CURREC
  61. CUSTOMSEARCH
  62. DESCRIPTION
  63.         FINDFIELD
  64. KEYWORDS
  65. KEYWORDSCALC
  66. NEWREVISEDCALC
  67. PATHNAME
  68. PATHNAMECALC
  69. PORTALCOLOR
  70. PORTALFILTERCALC
  71. PORTALSELECTIONCALC
  72. RECEIVED
  73. RECORDID
  74. REQUIREMENTS
  75. SEARCHSELECTED
  76. SHOWPATHNAME
  77. SHOWTEXT
  78. STATUS
  79. UPDATED
  80. WEB_FTP_URL
  81. _COLOR
  82. _CONTENT
  83. _CUSTOMFIND
  84. 2)    _HELPTEXT
  85.     _KEYWORDS
  86. _NAME
  87. _PORTALCLICK
  88. _PORTALFILTER
  89. _PORTALFILTERFIND
  90. _PORTALSELECTION
  91. _PORTALSELECTIONMATCH
  92.     _RECEIVED
  93. _REQUIREMENTS
  94. _SEARCH
  95. _SEARCHFIELD
  96. _SEARCHPACKAGE
  97. _SHOWPATHFLAG
  98. _UPDATED
  99. Sunday
  100. Monday
  101. Tuesday
  102.     Wednesday
  103. Thursday
  104. Friday
  105. Saturday
  106. January
  107. February
  108. March
  109. April
  110. August
  111.     September
  112. October
  113. November
  114. December
  115. 1st Quarter
  116. 2nd Quarter
  117. 3rd Quarter
  118. 4th Quarter
  119. ?P9W#P
  120. 9/2/0009
  121. Closing Screen
  122. Intro
  123. Browser
  124. Package Info
  125. @>A    Developer
  126. Find Fewer Choices
  127. Find More Choices
  128. RecordID
  129. Custom Find
  130. Browser Custom Search
  131. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  132. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com.
  133. ^("") )
  134. NameB
  135. CurCntB
  136. CurRecB
  137. DescriptionB
  138. ContentsB
  139. ReceivedB
  140. UpdatedB
  141. RequirementsB
  142. KeywordsB
  143. PathNameB
  144. PathNamecalcB
  145. ) - 1 )
  146. " & " - ")
  147. _SearchB
  148. SearchSelectedB
  149. _PortalClickB
  150. _ShowPathFlagB
  151. ShowTextB
  152.  = 1 
  153.  "Hide Path" 
  154.  "Show Path" )
  155.     Hide Path
  156.     Show Path2
  157. RecordIDB
  158. 90713
  159. _ColorB
  160. ConstantB
  161. A    FindFieldB
  162.  & " " & 
  163.      & " " & 
  164.  & " " & 
  165.  & " " & 
  166.  & " " & 
  167.  & " " & 
  168.  & " " & 
  169. PortalColorB
  170.  "" )
  171. _PortalSelectionMatchB
  172. ShowPathNameB
  173.  = 1 
  174.  "" )
  175. CDDateB
  176. CDNameB
  177.  3) + 1 
  178.  1) - 
  179.  " " 
  180.  3 ) - 1 )
  181. _SearchFieldB
  182. _SearchPackageB
  183. CustomSearchB
  184.  "Custom Search"
  185.  "" )
  186. Custom Search
  187.  "new")
  188.  "New"  
  189.  "updated") 
  190.  "Revised" 
  191.  "" )
  192. updatedG
  193. Revised
  194. AppleScript_OpenB
  195. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  196.  "" & "
  197. "try" & "
  198. "    tell application ""Finder""" & "
  199. "        open item """ & 
  200.  & """
  201. "        activate" & "
  202. "    end tell" & "
  203. "on error errMsg number errNum" & "
  204. "    --enter statements to perform when no records are found such as..." & "
  205. "    display dialog ""Sorry, the item you selected could not be found.""" & "
  206. "    return" & "
  207. "end try"
  208. A--set theItem to choose file -- uncomment to test in an AS editor
  209.     tell application "Finder"
  210.         open item "
  211.         activate
  212.     end tell
  213. on error errMsg number errNum
  214. F    --enter statements to perform when no records are found such as...
  215. E    display dialog "Sorry, the item you selected could not be found."
  216.     return
  217. end try
  218. AppleScript_BrowserB
  219. StatusB
  220. KeywordsCalcB
  221.  ", " 
  222. _NameB
  223. _PortalFilterFindB
  224. _DescriptionB
  225. _RequirementsB
  226. +A    _KeywordsB
  227. ,A    _ReceivedB
  228. _UpdatedB
  229. _ContentB
  230. Web_FTP_URLB
  231. _WebB
  232. CDTitleB
  233.  1) - 1 )
  234. l Packages
  235. "--set theItem to choose file -- uncomment to test in an AS editor" & "
  236.  "" & "
  237.  "try" & "
  238. "    tell application ""Finder""" & "
  239. "        open item """ & 
  240.  & """
  241. "        activate" & "
  242. "    end tell" & "
  243. "on error errMsg number errNum" & "
  244. "    --enter statements to perform when no records are found such as..." & "
  245. "    display dialog ""Sorry, the folder you selected could not be found.""" & "
  246. "    return" & "
  247. "end try"
  248. A--set theItem to choose file -- uncomment to test in an AS editor
  249.     tell application "Finder"
  250.         open item "
  251.         activate
  252.     end tell
  253. on error errMsg number errNum
  254. F    --enter statements to perform when no records are found such as...
  255. G    display dialog "Sorry, the folder you selected could not be found."
  256.     return
  257. end try
  258. elds then click Find or hit Enter.
  259. NOTE: You may also restrict your search to a particular disk edition or group of content by using the Disk/Edition pulldown menu.
  260.     Click the Find button. The packages found by your search will appear in the packages list on the Browser screen.
  261.     To search any field for a keyword, click the Fewer Choices button, enter search criteria, then click Find or hit Enter. The packages found by your search will appear in the 
  262. ackages list on the Browser screen.
  263. 0_    Any Field`
  264. All Packages
  265. HelpB
  266.  2000 Apple Computer, Inc.  All rights reserved. Apple, the Apple logo, Macintosh, Mac, and the Mac logo are trademarks of Apple Computer, Inc. registered in the U.S. and other countries.
  267. IntroB
  268. Homem
  269. Quitn
  270. Browsero
  271. Find...p
  272. Homem
  273. Quitn
  274. Browsero
  275. Find...
  276. BrowserB
  277. Welcome to the Developer CD Series Assistant, a simple to use tool for searching and 
  278. navigating content on the Developer CD Series from Apple Developer Connection.
  279. You can use this Assistant database to find title, description, contents, revision, and related web information for everything from Sample Code to SDKs.
  280. Click the Browser button to enter the Browser screen, where you can easily view and navigate content on the Developer CD. From there, click the Open Folder button to go direc
  281. tly to the package folder on the CD.
  282. The Find... button allows you to do full-text searches on all content available on the 
  283. Developer CD Series.
  284. More complete usage instructions are accessed by clicking the Help button.
  285. To quit the Developer CD Series Assistant, click Quit.
  286. Helpe
  287. Find...f
  288. Quith
  289. Browser
  290. Package InfoB
  291. Current Selection:{    <<
  292. ABBF>>
  293. F!Double-click title for more info.
  294. Find...
  295. Open Folder
  296. Package Info
  297. Export List
  298. Browser
  299. Open Folder
  300. Package Info
  301. Export List
  302. A    DeveloperB
  303. DescriptionR
  304. Revision InfoS
  305. FilesV
  306. RequirementsW
  307. Keywords[    Released:\
  308. Revised:b
  309. ABAI>> of <<
  310. ABAH>>h
  311. Current Selection: <<
  312. ABAB>>o    <<
  313. ABCC>>
  314. Web/FTP URL
  315. Open Folder
  316. Find...
  317. ABBF>>
  318. Browser
  319. Find Fewer ChoicesB
  320. A    DeveloperC
  321. Package InfoH
  322. HelpI
  323. Find...J
  324. Open Folder
  325. Current Selection:Q
  326. (Double-click to open)T
  327. QuitY    <<
  328. ABBF>>[.Import with auto update for record ID numbers.`
  329. Portal Selectiona
  330. Show Path Flagd
  331. Click Selecth
  332. Color for Portal Row Selectionk
  333. Show Portal Path}    Released:~
  334. Revised:
  335. Open Folder
  336. ABAI>> of <<
  337. ABAH>>
  338. From Package Info
  339. From Browser
  340. From Browser
  341. From Package Info
  342. Browser
  343. A    DeveloperC
  344. Package InfoH
  345. HelpI
  346. Find...J
  347. Open Folder
  348. Current Selection:Q
  349. (Double-click to open)T
  350. QuitY    <<
  351. ABBF>>[.Import with auto update for record ID numbers.`
  352. Portal Selectiona
  353. Show Path Flagd
  354. Click Selecth
  355. Color for Portal Row Selectionk
  356. Show Portal Path}    Released:~
  357. Revised:
  358. Open Folder
  359. ABAI>> of <<
  360. ABAH>>
  361. From Package Info
  362. From Browser
  363. From Browser
  364. From Package Info
  365. Browser
  366. Find...
  367. Open Folder
  368. ABBF>>
  369. Rectangle Buttons
  370. Find...
  371. Status:
  372. Joint Solutions
  373. Marketing
  374. Specialists
  375. in Web, Print 
  376. and Electronic
  377. Media
  378. 831.471.1500
  379. info@jointsolutions.com
  380. www.jointsolutions.com
  381. Database design: Sheila Kliewer
  382. Data Wizard 831 336-2129
  383. sheilasgk@aol.com
  384. www.DataWizardFMP.com
  385. Find More ChoicesB
  386. Find any package containing:
  387. Cancel
  388. containst    any field
  389. Cancel
  390. More Choices
  391. To search for specific text within package title, package descriptions, or filenames:
  392.  To search any field for a keyword, enter your desired search criteria.
  393.  Click the Find button. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  394. To specify parameters such as new and revised packages or a specific CD, cliBSck More Choices then choose the appropriate options from the Search pull down menu.
  395. Find (fewer choices)
  396. RecordIDB
  397. RecordID
  398. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  399. HTML Text Extractor
  400.  and 
  401. PDF Text Extractor
  402. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  403. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  404. Description
  405. Revision Info
  406. Files
  407. Requirements
  408. Keywords
  409. Released
  410. Revised
  411. Disk/Edition
  412. Web/FTP URL
  413. Cancel
  414. Fewer Choices
  415. Find (more choices)
  416. fTo search specific fields, enter your criteria in the appropriate areas and/or select from the pull-down menus then click Find. The packages found by your search will appear in package info format, with information about the first package showing. Use the Next button to proceed through the packages; the counter in the lower left corner notes your progress.
  417. Find (more choices)
  418. d by your search will appear in the packages listB
  419.  on the Browser screen.
  420. masterB
  421. Unlock Status Bar
  422. Intro
  423. Quit Button
  424. Quit JSM
  425. Browser
  426. Package Info
  427.  = "Custom Search"
  428. Custom Search
  429. Browser Portal
  430. ) = 0    
  431. Show Path
  432. Browser Portal Validation
  433. ) > 0
  434. A    Auto Open
  435. "New & Revised"
  436. New & RevisedB
  437. Go To Record Next
  438. Go To Record First
  439. Go To Record Last
  440. Go To Record Previous
  441. A    Developer
  442. Find Cancel
  443. "All Packages"
  444. All Packages
  445. Find More Choices
  446. Find Fewer Choices
  447. "Any Field"
  448.     Any FieldB.
  449. "All Packages"
  450. All Packages
  451. Find...
  452. "Any Field"
  453.     Any FieldC.
  454. "All Packages"
  455. All PackagesD
  456. Find Execute
  457. A    Find None
  458. )  = 0    
  459.     Try Againgl
  460. cript"
  461.  "1")
  462. CanceloggleDoScript
  463. Toggle
  464. No packages match your request.C+
  465. ) = 1    
  466. "All Packages"
  467. All Packages
  468. A    Find Some
  469. "Custom Search"
  470. Custom Search
  471. A    Find Prep
  472. "Custom Search"
  473. Custom Search
  474. A    Find Prep
  475. Find Request
  476. Find Request
  477. Package Open Folder
  478. Browser Open Folder OLD
  479. ) = "Browser"    
  480. Browser
  481. Z] ow templates in Ne
  482. Canceldialog`
  483. Select a Package to open.D>
  484. ) =  "Package Info"    
  485. Package Info
  486. Import From Master
  487. ) = "Find More Choices"    
  488. Find More Choices
  489.   = "All Packages"
  490. All Packages
  491.  = "Any Field"
  492.     Any Field
  493.  = "Package Title"
  494. Package Title
  495.  = "Any File Name"
  496. Any File Name
  497. Find More Clear
  498. Find More Find
  499. Export List
  500. Cancel
  501. Save the current list to a text file called "Developer CD Search Results"?B+
  502. ) = 2    
  503. AppleScript_Browser
  504. AppleScript_Open
  505. -nulltell application "Developer CD Series Assistant"
  506.     set CDTitle to get data cell "CDTitle" of current record
  507. end tell
  508. tell application "Finder"
  509.     if (disk CDTitle exists) is false then
  510.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  511. end tellFasdUAS 1.101.10
  512. -nulltell application "Developer CD Series Assistant"
  513.     set CDTitle to get data cell "CDTitle" of current record
  514. end tell
  515. tell application "Finder"
  516.     if (disk CDTitle exists) is false then
  517.         set theChoice to button returned of (display dialog "The item you selected could not be found. Please insert the CD - " & CDTitle buttons {"Cancel", "Continue"} default button "Continue" with icon 0)
  518. end tellFasdUAS 1.101.10
  519. .coregetd****
  520. CDTitle
  521. cdtitle
  522. CDTitle
  523. Developer CD Series Assistant
  524. eAFDCT
  525. Patagrande
  526. Developer CD Series Assistant
  527. 'APPLAFDC
  528. Developer CD S
  529. eries Assistant 
  530. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  531. :Developer CD Series Assistant
  532. Net Ref Zone
  533. tyler.jointsolutions.com
  534. Patagrande
  535. Tyler Stone
  536. .coredoexbool
  537. cdtitle
  538. CDTitle
  539. boovfals
  540. .sysodlogaskr
  541. AThe item you selected could not be found. Please insert the CD - 
  542. cdtitle
  543. CDTitle
  544. Cancel
  545. Continue
  546. Continue
  547.     thechoice
  548.     theChoice
  549. Finder
  550. Patagrande
  551. Finder
  552.     l@FNDRMACS
  553. System Folder
  554. Patagrande:System Folder:Finder
  555. Ref Zone
  556. tyler.jointsolutions.com
  557. Patagrande
  558. Tyler Stone
  559. .aevtoappnull
  560. .aevtoappnull
  561. .coregetd****
  562. cdtitle
  563. CDTitle
  564. .coredoexbool
  565. Button: Web
  566. Browser Portal OLD
  567. Find Prep OLD
  568. .coregetd****
  569. CDTitle
  570. cdtitle
  571. CDTitle
  572. Developer CD Series Assistant
  573. Patagrande
  574. Developer CD Series Assistant
  575. 'APPLAFDC
  576. Developer CD S
  577. eries Assistant 
  578. WPatagrande:Desktop Folder:Developer CD Series Assistant 
  579. :Developer CD Series Assistant
  580. Net Ref Zone
  581. tyler.jointsolutions.com
  582. Patagrande
  583. Tyler Stone
  584. .coredoexbool
  585. cdtitle
  586. CDTitle
  587. boovfals
  588. .sysodlogaskr
  589. AThe item you selected could not be found. Please insert the CD - 
  590. cdtitle
  591. CDTitle
  592. Cancel
  593. Continue
  594. Continue
  595.     thechoice
  596.     theChoice
  597. Finder_
  598. Patagrande
  599. Finder
  600.     l@FNDRMACS
  601. System Folder
  602. Patagrande:System Folder:Finder
  603. Ref Zone
  604. tyler.jointsolutions.com
  605. Patagrande
  606. Tyler Stone
  607. .aevtoappnull
  608. .aevtoappnull
  609. .coregetd****
  610. cdtitle
  611. CDTitle
  612. .coredoexbool
  613. .sysodlogaskr
  614.     thechoice
  615.     theChoice
  616. ) = -128    
  617. cdtitle
  618. CDTitle
  619. boovfals
  620. .sysodlogaskr
  621. Import From Master
  622.     Developer
  623. Unlock Status Bar
  624.     Auto Open
  625. Intro
  626. Package Info
  627. Browser
  628. Quit Button
  629. Quit JSM
  630. Button: Web
  631. Package Open Folder
  632. Browser Open Folder OLD
  633. Browser Portal
  634. Browser Show Path
  635. Browser Portal Validation
  636. Go To Record First
  637. Go To Record Previous
  638. Go To Record Next
  639. Go To Record Last
  640. Find Cancel
  641. Find More Choices
  642. Find Fewer Choices
  643. Find...
  644. Find Execute
  645. :    Find Prep
  646. Find Request
  647. >    Find None
  648. @    Find Some
  649. Find More Clear
  650. Find More Find
  651. Export List
  652. AppleScript_Browser
  653. AppleScript_Open
  654. Browser Portal OLD
  655. Find Prep OLD
  656. _    Any Field`
  657. All Packagesg
  658. macapp
  659. 67889
  660. 67890
  661. 67891
  662. 67892
  663. 687419
  664. 66310
  665. 66311
  666. 66312
  667. 66313
  668. 66314
  669. 66315
  670. 66316
  671. 66317
  672. 66318
  673. 66319
  674. 66320
  675. 66321
  676. 66322
  677. 66323
  678. 66324
  679. 66325
  680. 66326
  681. 66327
  682. 66328
  683. 66329
  684. 66330
  685. 66331
  686. 66332
  687. 66333
  688. 66334
  689. 66335
  690. 66336
  691. 66337
  692. 66338
  693. 66339
  694. 66340
  695. 66341
  696. 66342
  697. 66343
  698. 66344
  699. 66345
  700. 66346
  701. 66347
  702. 66348
  703. 66349
  704. 66350
  705. 66351
  706. 66352
  707. 66353
  708. 66354
  709. 66355
  710. 66356
  711. 66357
  712. 66358
  713. 66359
  714. 66360
  715. 66361
  716. 66362
  717. 66363
  718. 66364
  719. 66365
  720. 66366
  721. 66367
  722. 66368
  723. 66369
  724. 66370
  725. 66371
  726. 66372
  727. 66373
  728. 66374
  729. 66375
  730. 66376
  731. 66377
  732. 66378
  733. 66379
  734. 66380
  735. 66381
  736. 66382
  737. 66383
  738. 66384
  739. 66385
  740. oqtutwS6
  741. ingVfp;
  742. mtiEi]B
  743. {M{nH
  744. nro`v6Z
  745. nrruq'
  746. nrquj 
  747. nrvxj11*i
  748. ncSitmc-n
  749. peEFQ`h0Gj>Y
  750. xON\mu5MqA`
  751. lpoid
  752. yrrq0b
  753. glnnopn:m
  754. .RPTH
  755. FPTHA.Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  756. FaliA
  757. Current
  758. CD_Catalog.FP3
  759. FMP3FMP3
  760. Joint Solns Apple 10/99
  761. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  762. MSPCA
  763. NAMEA
  764. CD_Catalog.FP3
  765. RPTHA
  766. CD_Catalog.FP3
  767. alisA
  768. Current
  769. CD_Catalog.FP3
  770. FMP3FMP3
  771. Joint Solns Apple 10/99
  772. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  773. .RPTH
  774. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  775. Faliali
  776. ies (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  777. Requires: Any  Mac 68030 or later or any PowerPC, System 7.0 or later.
  778. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution wil
  779.     3=CDGLPS\gi
  780. 9NRA*014;;42452<K9
  781. vWV`ghdd`\hmkjlljfknosvwwy|
  782. &*# +=C@<AMV_
  783. o;$=Q_a
  784. vV:9L-
  785. ~17RY`c`_XQTW^q
  786. xhfhy
  787. R*Fa^^bc]VRVYY[_bdb_k
  788. kcfcej8q
  789. P?$7UB1QXT[P@Vb\cVGhbNYbmgTdxg\
  790. {{umJ!
  791. ':aw`fnujWgueVdrbdlsiWct
  792. eR`qa[bjdQ-
  793. 0<;<ITK4=SF0CXJKZc\OcweUk
  794. L3[aWj~v~
  795. ubR5"5S[NHSTEMWMNXZ\MGVWJS_RP^mp_VghTUf`e`T]mb^fpuggqr
  796. }ydd{riqhk
  797. zwsplj
  798. m]lmlkllopopsqhaadimpuz~
  799. ztiJ@
  800. tK=5*
  801. |xuvxw~
  802. J,>GLKD;<@CE
  803. G    IFDGGFKLGE
  804. IKLNM
  805. []_bfks}
  806. ^1Kgy
  807. vrsHlg@
  808. uprMnLm
  809. uprsqB
  810. 9EEJRWaflvy{
  811. +5/+($'142.,-334GE
  812. Svd[[\ZZa_\gkeelplegls
  813. utsuwyz{|~
  814. nG&#*,%
  815. +650/5?ETn~
  816. T!2EMS
  817. |_=04=3!!)Dp
  818. 4-FJNPOOQSW]q
  819. bGKV^`hi\c
  820. G,G_aeda][]]ZZ]_a
  821. }}~~lG8/#$09=;9:BKNNONJHKMPNNWiz
  822. #7BKR_qz|~
  823. }{z^'
  824. 10)&&'&3#
  825. macapp
  826. uprtfL
  827. upqsf8\o
  828. uopsr^T0
  829. wmMO_fi=
  830. X[ow{E
  831. vrkYPLM1Zq
  832. ~h[XV5by
  833. ojopplhB
  834. CLIKG:7DG;9;;
  835. >:40--25    :=?BGLLKPT
  836. Q>OQMKJC;84/))+/259<@DJPQRRQSTTSSPKD@D?
  837. mTPRQQRRL=4(
  838. @MJIH
  839. DCGI(
  840. #'(($""$')('()'&())('
  841. )()++,,
  842. 568:;>CDGIK
  843. L    MLJIJJIKLL
  844. M;P`g>".9EOONL=
  845. 'ZWG;
  846. `fdgfeggbhighkgfgfikfgijmhgmkfhml
  847. i!e_YRVdlnmkkmlhimkgjmmijlmihmlhilmh
  848. ikmkgb`ddfggfggdfhgeghhehikffmkgknpkpsxzmgeejlmkmornnrolnpnkpqtrottouyyruuvnh|
  849. rplhb^Yeihhihhihghhiefihdgifdhiligknhhklhifillhjl-pmkmnproptsrtvrtpnqupsqqswrqrnpqnqljlpnklmmnnm
  850. mlkjiiklmmnnqssrt
  851. pnmlj
  852. h    ijj
  853. llmnqrs
  854. tusromondl
  855. rmkhgfc_`
  856. rnW]igghh
  857. sy|nfilp
  858. ngkxupmhaQPmtF
  859. OVVWUY_^WZ[ZZ
  860. abcdcfmiknpwtpqiagmf`^YQLIGRivywutwvrsyuruxxtuyytt{zuvz{uvy|zu_QX^ekjjkmhdec__`b^bhl`]hlkrzzonntwhnxrnpvrrokcbfdacgkhklpmgihitzzctvuwwiywpvvl\TNV\Z[]ZWWVTTSUSRTVTVZYW[_edafjdbefbc_adgccdllhkkpsopvuttvrpicbfbdccfmhfgdfhgg`]_ffdhjk
  861. l    kjjfa]YZ_b
  862. fknnklpnlml
  863. mkikgcb`[UQRRSTUVX[cilnpo
  864. khedklVZy
  865. zgfklpstqkf`\WSLQkzy
  866. z8|{~vTUccddca`bdeffeddb_`befefhhggffinnmnlkkpuuqm
  867. packages@
  868. chest@
  869. edition@
  870. library@
  871. edition@
  872. packages@
  873. reference@
  874. software@
  875. 1.0.1b3@
  876. processor
  877. upgrade
  878. enabler@
  879. a-law@
  880. macintosh@
  881. appleevent
  882. receive@
  883. audio
  884. palette
  885. developer
  886. broadcast@
  887. callfinder
  888. cd-rom@
  889. client@
  890. collectpictcolors@
  891. color
  892. locator
  893. convert@
  894. dashed
  895. lines@
  896. develop
  897. issue
  898. develop
  899. issue
  900. developer@
  901. distribution
  902. distributors@
  903. draganddrop@
  904. driver@
  905. enabler@
  906. encodings@
  907. format@
  908. stream@
  909. pdlog
  910. expand@
  911. FaliA
  912. VDEFA
  913. VDEFA
  914. VDEFA
  915. _DESCRIPTION
  916. )    _HELPTEXT
  917.     _KEYWORDS
  918. _NAME
  919. _PORTALCLICK
  920. _PORTALFILTER
  921. _PORTALFILTERFIND
  922. _PORTALSELECTION
  923. _PORTALSELECTIONMATCH
  924.     _RECEIVED
  925. _REQUIREMENTS
  926. _SEARCH
  927. _SEARCHFIELD
  928. _SEARCHPACKAGE
  929. _SHOWPATHFLAG
  930. _UPDATED
  931. ~h[XV5by
  932. ojopplhB
  933. upqsf8\o
  934. uopsr^T0
  935. wmMO_fi=
  936. X[ow{E
  937. vrkYPLM1Zq
  938. uprMnLm
  939. uprsqB
  940. uprtfL
  941. kcfcej8q
  942. vrsHlg@
  943. ZG2:UUFZUK]]R]WMceZgTJ`s|o[d|
  944. #$8aaguziWbupcmm\fswhV[om_ikWZknaU< 
  945. "*8@BOXK79PSEUYFKal`S\nncu
  946. 57cjfz
  947. s\F. 7WVD@KUJOSHKV\^PIV_VZ\NRcliXP]jcimdrxkswghz
  948. yvycbrjlwkgwux
  949. ~ywvvuuxzz||zzyxw
  950. vjQ0( 
  951. O4FKJD@?@BEGHJKFDHKJHILKJJIILOONNOOQRVZ
  952. d'<[m
  953. oR_qyso{
  954. we]j|
  955. v_M@1
  956. Y:HF=59
  957. DIMKDEKLLHBCGI
  958. PRX]=fnt}
  959. |jD!#A
  960.     ZQ=8F_a^SGUdf\GAZmocNNWh}u``w
  961. xbU:'
  962. 5Z\brfX[gttp`VVcrfUS_lmj]RR\i^SH*
  963. !!0<?APM:4CUXYMDEOfdTP^r{
  964. ~2<Yn{
  965. tU9&(:NP?:>MURKFEHU]RLQ]b^VPPS]dXQYhpug^kywymbahz
  966. D    KPG??R\XULENQJDEN\c[[\[^klfis
  967. x~vjfV3
  968. %CZ\`]YXYbf^WXVV\ZTSSY]Z
  969. T7SXWSQ9
  970. 0AEEA:5:HNF?DJJS\RPXdpqv
  971. f5FQ`rw{
  972. kM4')GSND??DMLHIGFLQ
  973. MCPWWRQPOV^ZWWY`a[Z]che]]aemuv|
  974. nXO_uwvzy|
  975. ~mbTD4&
  976. `@IB73;DB>=@GKGGJGDGHCCFFHKL
  977. MNKJMSY`
  978. wbP<5118?Vk
  979. |mS4&?
  980. D    AKNJKSYZYSKPU[YUVX[cgihinw
  981. ~zusqneL0(,1I[WVXXWUUXafd_WRQRQNNR
  982. U3SPU]aM&
  983. ,AJB9?GMSQJFDJLMOQX\[]ey
  984. W7MSZfr~
  985. bE1.5OWU
  986. W    SKHIKLQSSQ
  987. PRSRRW_aeeb]Y[][
  988. \.[]ajsyy|
  989. ylgXCG]r}|yyzutz
  990. ybM?3(!
  991. hDLIEH
  992. MQNF>=EGEJJBDMU
  993. OHILLMONMLPZemtj}
  994. nL6%()7:80 #5Qw
  995. s[?+D
  996. lnqrqme]\^aehlw
  997. p^Q<+!
  998. ,EXjywkefgkpv
  999. mZH7+)/>MZp
  1000. tDNSRTW[]WH<CEEHEJT[bdefeXJIKMOQUalw
  1001. rL.)*0:QhniTH>5923JQO\UN=BS_fx
  1002. uR+'P
  1003. |{xtu
  1004. KLSZ`dc`[XXr
  1005. vbbfjnpr
  1006. ~zvwwqlbVC2.2M[YWXUW_iqsqnjbVNNPQSTSRQO]kud2
  1007. %:GGFOX]bb`\RKJQQT\][\b}
  1008. L9LU_lz
  1009. 'Ra[Y`dd_RLLKP_df\TSRSUTT[e
  1010. dVXekjc^]]_|
  1011. hlqssx
  1012. {xwxvrpmoeE/'<Y]WUVbopnlkmlmdRMQ
  1013. R.QPP_s~s@%*
  1014. (@ORSX[^bacdWLRU[][YZd
  1015. D<NXan
  1016. !Uf_QPSTU
  1017. TGSXejl`VVWWXW\lqqrpopu|vs|
  1018. D$,""*/:D@7-"
  1019. #Dfn^VZafr
  1020. ~lOBa
  1021. T0&%.@Wq
  1022. FKQOOSXY\XDBDDAHZ]Y\_bfjgTILQORfw}
  1023. {L !5ADHK`y~s[XYVI6((!'FUe\Y^fu
  1024. of]dge`\[\^{
  1025. xefilrs
  1026. }xvvwvtrpx}f>,6R`[U^mrpi[Xellk]
  1027. Q;RSRSTUf{
  1028. 8OQTVOOX_cfdVPX\[YZ`j
  1029. @;RX`v
  1030. f6(%#3:?>7=DLTX[ZaqvtcZ]^]\^nxvshcn
  1031. :56<@P]^XJ=/
  1032. (i|tvz
  1033. ygUGJg
  1034. ~nO1.4AZw
  1035. JIQI??KTUXT
  1036. FCAAQ`]YPJRafhcQMQNVny
  1037. 2DGKMPh
  1038. |pYY^`VHC9,4Uk{jadm
  1039.  ;NMIKN]cc_OFI;
  1040. p]UFAIU\TD7$
  1041. PGN?74;IRV\K@?EZ`^O>?BNalk[KMN_tz}ru
  1042. g'%7BFILPWl
  1043. u][`d_ZUJDMj
  1044. pocba_]^\Y^{
  1045. wbaeinv
  1046. |ssututrp}
  1047. ~V<4=]g]jtsm[NLVgmneUOPRUVY\]p
  1048. 1ITQFCFIWhij_PXZWY^bk
  1049. <;UXb
  1050. P/.4B;*$(#$*07=EJTjsrbY]_]V\mrpbS_v
  1051. pvkfbZW\a\]{
  1052. w^\bhgx
  1053. rWqop
  1054. lP6%Orr{
  1055. }oZWVS_oto^UW[_`dhi
  1056. &" *BVM>CIISckmcTXXY^_bk
  1057. 24QP^
  1058. xfXKA;3,(+/7KV[RJNVY^n}
  1059. $J[`]TQWimj_ROPQA&
  1060. yvqjacmcH:<EKNMF<2)
  1061. Y?D;:89ASZ]O<=J]`ZD=ABFYkkaOLTm{~wo
  1062. QsF02AHHLNW^o
  1063. |b_ccdd^WU_~
  1064. *A@^>
  1065. u{lcd^XZ]XXy
  1066. uYU[`d
  1067. tpwywz
  1068. {oqpmnonr
  1069. xgihdfy
  1070. rdgkmotxz
  1071. !5POFIKJL[fieZWY]``ag
  1072. ;5MN`
  1073. q*!+h
  1074. vdSA71-13)*1=Z{
  1075. ~vyzyv|
  1076. %<]jlcUQ\jlgWQTTW_W>)"8_y
  1077. xfjmlj
  1078. spsttstu
  1079. 5685/+@<8y
  1080. i<>8658=MYZP:>O[]TA>@CERgkgWS]t}
  1081. p38J@HNORVbfv
  1082. ifgfikhffq
  1083. i|ydZl
  1084. H '<I^gjcSN[fibUQROSjrfM/
  1085. Ex|vj\]acblx}xkdgjkhaX^w
  1086. nc\QMJLPC?4,+/36CU^fy~TQ
  1087. `C*#a
  1088. {A=8237<GUWP8@RUYM;<BCFOdnk[Vau
  1089. {T.EVIJNU\`ln
  1090. smjiloopo|
  1091. u}iY`e`]XRSu
  1092. sXTUX`
  1093. nmswuw
  1094. ~monknoot
  1095. vwurq
  1096. tvz{~
  1097. ,FKHJGCJ]jheXUZ^^_^e
  1098. H;QTg
  1099. wi^VH6..;MQRIACDEFL
  1100. s~eLUbed]VSr
  1101. sZUVW]
  1102. xfjoqo
  1103. {immjmpsw
  1104. q:$)"6MONRQRUdtrkYW\]^]^d
  1105. S6PQa
  1106. xl`TLB92,%$#,8>7,7IUaD 0JPO[bc_QKYehaUPNORl
  1107. i`ZUOTl}
  1108. unswzxq
  1109. f\VJBJH<<5(%'*1437Nckrw}
  1110. vT9&,q
  1111. J?;007:CTUQ8?TVSD8?EEGLetoXRe{
  1112. b;BY^MMQW_fpt
  1113. |xspqtuvv
  1114. bCES^gg^Yq
  1115. qWUXY^~
  1116. sacghff|
  1117. yfgghnqsz
  1118. f.(#4IJM[b`^k~
  1119. yecghffjq
  1120. _;TYj
  1121. uke`SIGHB>;<:"$Idg[[a_]RO\ce^RPQSTo
  1122. {d<5y
  1123. uY=69BEL[beZQSY[VM
  1124. ?6=;B@899?@::HPQXaip~
  1125. oK3&:
  1126. S@@3,04CUVQ9>S
  1127. \VE>EFHHLiwpXPcz
  1128. =$OddMNW_gnw{
  1129. {<!6Veijb^][NMZ^a\OOUWZw
  1130. wd="#188=BD@9*#,71))-37:;;<DMW\M55=;@DJP[ksvy{
  1131. eA.(K
  1132. `DG;-).BTVO8?R\[H?DHMLPkwnSK`x
  1133. &ZkgOOYfs|
  1134. p|cC>DO^ecat
  1135. pURUW_
  1136. {fbdhnqs}
  1137. ~}||}
  1138. ".+5R^]Zfxyta[^__djv
  1139. sEZgz
  1140. oydGACENU]dv
  1141. nTOQS\
  1142. nZ]`bcey
  1143. yeeikosv
  1144. -3,P}~|zwz
  1145. |xvwwx{}}~
  1146. =RWYespnYPQPTZag{
  1147. ;&AW^_hnfa[JGU[][QQVXb
  1148. 9=:<=<<:76=FJJKQ
  1149. \<+)X
  1150. jGHA6,.?PUP8?UZ]OFHOSRXmskYTh
  1151. 4angRWdpz
  1152. oyaC?DA;:L`u
  1153. mTONLSw
  1154. jWZ]\_cy
  1155. vgkooqw|
  1156. /A:+M
  1157. !CS^kusq[SQNQW]`x
  1158. K1ij(
  1159. v43IQVX^swqhQHT[][RRXbw
  1160. g$-WREIJHISgnlb\\^d
  1161. _8KT7\dj
  1162. |S5&-b
  1163. nHBC?:5>OTS=CXZZPFJQRR\
  1164. >emfS]nx
  1165. a6COOQVZn{zt^Ualohbgq~
  1166. s3"ITEIJIIRekjaWV_khc_o
  1167. R8T]<^dj
  1168. wQ4'7t
  1169. rI:?AC>APTTCGZ]YI<BIIKVjrrc^m
  1170. HipgVao
  1171. oy^<6:NO=@Ro
  1172. p[QMINs
  1173. jVX[Z\az
  1174. xlpt~
  1175. G!@JH7T
  1176. 1HXjwxq\VSW`b`a
  1177. 6*J_}
  1178. ]6Nm6
  1179. lsS0,1bxh[Pi
  1180. ucTKJMs
  1181. r[XXVW_~
  1182. ?>JV_O]
  1183. ~|zzx
  1184. *Cdx}pYVTbturn
  1185. K ;Wv
  1186. xoqrpn~
  1187. W6BZ@
  1188. L@PSQQVYfqto^\o
  1189. 7UIJLJISchg`WYbuvnfo
  1190. L=Yi>orn
  1191. kD()R
  1192. ~U46<?AEMRR@CZ`\L:?EEHTk{s[Wg
  1193. Slpf\gr
  1194. ge<%1:c
  1195. wi^SMOo
  1196. dXWUVd
  1197. qD'"#My
  1198. LPYnqZWjqx{kk{}|{z
  1199. 'SmvlZYWey|
  1200. n#!Ir
  1201. vededf|
  1202. K.G[<)
  1203. ?GXPNRRSagibUXk
  1204. rmuzw
  1205. l/+RKJLIJYcki\X]buyy}
  1206. |E:Zm3{
  1207. rC22,0DNQI9>Tc`W@>BFIVq{nWOW{
  1208. 2s*[km`\iv
  1209. 7by{xkgf^c{
  1210. T3J^;+&$]
  1211. <I]OHKKPacb\SU_t~
  1212. sfint
  1213. w=(POIIKT`fmeWZ`^dv
  1214. {A8Uf
  1215. [82+2HOPC78Kba]J<?FJ]vxfPKRx
  1216. /\4bllY]ky
  1217. eW0.=>If|
  1218. ulkaVUg
  1219. s\\]Z[I%
  1220. d^Ue|tWO`giorsrvxywvvy
  1221. |yz{zyz}
  1222. D\c`UXZ^kv|
  1223. dK4;?@=DUq
  1224. |rwuidf
  1225.  62Jnat
  1226. qQQnwnhlmjnppqqruz|ytw
  1227. s;!(,&$1ANPMSX\`aj
  1228. w5&?]fedb^Z`nyxm
  1229. q=3LG9*'9q
  1230. }9J]YTRU^cb^WTRYn|
  1231. I#K]SQYbfjh\V[]Z\gp~
  1232. z<7SX/e|
  1233. tK>A?FOI<;8@XcfaRKR[mymQLQVm
  1234. ?<EipfYdp}
  1235. _B8??ADECOs
  1236. %+**&#(!
  1237. nRYv}ujecbfiiklnrz~{uw
  1238. "$ !.9:FOSWYZ^n
  1239. f6*8B=:BLYZ^jnp
  1240. 2YF0-(9y
  1241. z6K__bbcedaXVXY_s
  1242. gk^TZ^XZ_a`k
  1243. <4OSkVa}
  1244. t?$,l
  1245. aGLFCJ<7<:9Gdi
  1246. itxXFRXWd
  1247. A=OpmTTao}
  1248. +FQ5 '*48453+0=.
  1249. oW[ouungb^cgiighotxvqs{}yy{~
  1250. )##<IKLMSX_v
  1251. dB6018D@3>Uajr
  1252. i69RD3-'.p
  1253. {3G]_e
  1254. f5bXSWZao
  1255. V+Ndcdacd^ST^]Y^beb_w
  1256. tOKMB627;;7=VhilpmsyfFLSSU\}
  1257. IcL<HVdx
  1258. ]FI8&,5;<<;>Q_dhkqiOGORPQWg
  1259. :`/:3;JUcy
  1260. %.&!!#"0$
  1261. F:?BBFKMNQ`
  1262. Dev.CD Jul 93
  1263. Dev.CD Apr 93"
  1264.         activate
  1265.     end tell
  1266. on error errMsg number errNum
  1267.     --enter statements to perform when no records are found such as...
  1268.     display dialog "Sorry, the item you selected could not be found."
  1269.     return
  1270. end try
  1271. All Packages
  1272. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  1273. Dev.CD Jan 94
  1274. Dev.CD Oct 93
  1275. Dev.CD Jul 93
  1276. Dev.CD Apr 93PDDev.CD Apr 94
  1277. Dev.CD Jan 94
  1278. Dev.CD Oct 93
  1279. Dev.CD Jul 93
  1280. Dev.CD Apr 9V
  1281. 29411X
  1282. Apr 94
  1283. .sysodlogaskr
  1284.     thechoice
  1285.     theChoice
  1286. ) = -128    
  1287.  to the previous package.
  1288. To find all new and revised packages on the current CD:
  1289.     Choose New & Revised from the Current Selection pop-up menu on the Browser screen.
  1290.  Double-click an interesting-looking item in the packages list to see information about that package.
  1291. Note: Using the Current Selection pop-up menu, you can also display a list of packages from a specific CD type such as Tool Chest or System Software.
  1292. To search for specific text within package title, package descriptions, 
  1293. or filenames:
  1294.     Click the Find... button on the toolbar at the bottom of any screen.
  1295.     To focus the search on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1296.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1297.     Click the Find button. The packages found by your search will appear in t
  1298. he package information screen format, listed in alphabetical order. The number of found packages is listed in the bottom right corner of the screen.
  1299.     Click Next to advance to the next package in the current selection, or Back to go to the previous package.
  1300. To Display the full path to a package on the CD:
  1301.     From the Browser screen, select the package from the packages list. The full path will be displayed in the lower part of the screen, just above the toolbar. If the path is not visible,
  1302.  click the Show Path button in the toolbar at the bottom of the screen.
  1303. To Open a package
  1304. s folder on the CD:
  1305.     From the Browser, select the package from the list and click the Open Folder button.
  1306.     From a package info screen, click the Open Folder button.
  1307. Note: If the package is not on the CD currently mounted in your computer, a dialog box will ask you for the correct volume. If you are running the Developer CD Series Assistant from a CD, there is no effective way to eject the CD cur
  1308. Browser Show Path
  1309. Browser Show Path
  1310. ^("")
  1311. ^("")
  1312. CJNV\cpx{yz|
  1313. %/&!(+*02,((>R5
  1314. X{nfa]YY^cda[[ckkiikqtqnosu
  1315. v/x{||
  1316. ))$-652($/98>K_v
  1317. M-7=H\
  1318. pnYE:=;1-)&'Q
  1319. <'?HIEDHW^^f
  1320. oFSjx~xom~
  1321. :2Ra`cdbcgkifhklljmnt
  1322. ~{xwyvX:853;EGJMNKHHCA=@JLKILNWm
  1323. 89?HXkw{}~~}{{}
  1324. )5/*(,**6$
  1325. @ @0`
  1326. `0@ p
  1327. P @0`
  1328. `0@ p
  1329. @ @0`
  1330. `0@ p
  1331. P @0`
  1332. `0@ p
  1333. @ @0`
  1334. `0@ p
  1335. P @0`
  1336. `0@ p
  1337. `@p0p 
  1338. `@p0p 
  1339. `@p0p 
  1340. 99:CD_Catalog.FP3
  1341. FaliA
  1342. Current
  1343. CD_Catalog.FP3
  1344. FMP3FMP3
  1345. Joint Solns Apple 10/99
  1346. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1347. MSPCA
  1348. NAMEA
  1349. CD_Catalog.FP3
  1350. RPTHA
  1351. CD_Catalog.FP3
  1352. alisA
  1353. Current
  1354. CD_Catalog.FP3
  1355. FMP3FMP3
  1356. Joint Solns Apple 10/99
  1357. .Current:Joint Solns Apple 10/99:CD_Catalog.FP3
  1358. .RPTH
  1359. FPTHA.Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1360. 2T!941
  1361. # #4=;0%.;.-=Qgxwz
  1362. 05<=Ta
  1363. cJ*-8<62*$'P
  1364. 4OTIEPgolq
  1365. v18Xe[Y^_ind`fjlmkmrx
  1366. iBXh/rw~
  1367. u tiK>:58FQVXVRQSVVORX[VSY]br
  1368. .5@IZnxzz}~
  1369. 88412233;&
  1370. (@NW]kx|zz}
  1371. 9B>><<:<<B(
  1372. DPozij
  1373. #%GT2 ._
  1374. qmgZJVhd[WX]bdeilnomjjn
  1375. q0svvx{}
  1376. hJ_a5.G?:6
  1377. !Dga/
  1378. 5]RbG
  1379. Qi7"J
  1380. BiffiaSXe_YY]^^]^eiilkgfjmllortux|
  1381. "8@9*&4)%6ACUKNu
  1382. 4FDH>
  1383. 2-'+-
  1384. "5(3\
  1385. (MVLHZklw
  1386. d'?UaaWWXimYV][\[\`elx
  1387. ~zwtsnkl^?-#
  1388. 2FIGILMPVVTX\_^cglq}
  1389. nubusI
  1390. objectI
  1391. octoberJ
  1392. onlyA
  1393. openF
  1394. openedA
  1395. orientedJ
  1396. otherD
  1397. outlinesJ
  1398. overE
  1399. packageC
  1400. packagesA
  1401. packetK
  1402. packetsK
  1403. parserM
  1404. partF
  1405. particularF
  1406. pascalO
  1407. patchesN
  1408. patchingL
  1409. patternsC
  1410. physicalL
  1411. platformI
  1412. plug-inA
  1413. plug-insA
  1414. portK
  1415. portableA
  1416. powerbookN
  1417. powerpcD
  1418. pre-translateD
  1419. prerequisitesJ
  1420. previouslyA
  1421. printF
  1422. printingF
  1423. problemM
  1424. processD
  1425. productD
  1426. productsD
  1427. providedD
  1428. providesA
  1429. quadraM
  1430. quadrasM
  1431. quickdrawF
  1432. quicklyA
  1433. quitF
  1434. +RPTH
  1435. FPTHA+Current:Joint Solns Apple 10/99:Catalog.txt
  1436. FaliA
  1437. Current
  1438. Catalog.txt
  1439. TEXTttxt
  1440. Joint Solns Apple 10/99
  1441. +Current:Joint Solns Apple 10/99:Catalog.txt
  1442. MSPCA
  1443. NAMEA
  1444. Catalog.txt
  1445. RPTHA
  1446. Catalog.txt
  1447. alisA
  1448. Current
  1449. Catalog.txt
  1450. TEXTttxt
  1451. Joint Solns Apple 10/99
  1452. +Current:Joint Solns Apple 10/99:Catalog.txt
  1453. QRPTH
  1454. FPTHAQCurrent:Joint Solns Apple 11/99:CD Runtime App Folder:Developer CD Search Results
  1455. MSPCA
  1456. NAMEA
  1457. Developer CD Search Results
  1458. RPTHA
  1459. Developer CD Search Results
  1460. FaliA
  1461. Current
  1462. ADC_Master.FP3
  1463. FMP3FMP3
  1464. Joint Solns Apple 10/99
  1465. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1466. MSPCA
  1467. NAMEA
  1468. ADC_Master.FP3
  1469. RPTHA
  1470. ADC_Master.FP3
  1471. alisA
  1472. Current
  1473. ADC_Master.FP3
  1474. FMP3FMP3
  1475. Joint Solns Apple 10/99
  1476. .Current:Joint Solns Apple 10/99:ADC_Master.FP3
  1477. FMRLA
  1478. SORTA
  1479. FMRLA
  1480. FMRLA
  1481. FMRLA
  1482. FMRLA
  1483. FilterB    SelectionC
  1484. ClickedE
  1485. CUstom
  1486. (LIST
  1487. LISTA
  1488. New & Revised
  1489. Mac OS SDK Edition
  1490. System Software Edition
  1491. Tool Chest Edition
  1492. Reference Library Edition
  1493. All Packages
  1494. Custom Search
  1495. VDEFA(
  1496. (LIST
  1497. LISTA%Any Field
  1498. Package Title
  1499. Any File Name
  1500. VDEFA(
  1501. (LIST
  1502. LISTAPAll Packages
  1503. New & Revised
  1504. Tool Chest CD
  1505. Reference Library CD
  1506. System Software CD
  1507. VDEFA(
  1508. (LIST
  1509. VDEFA(
  1510. (LIST
  1511. VDEFA(
  1512. (LIST
  1513. VDEFA(
  1514. (LIST
  1515. (LIST
  1516. PortalFilterB
  1517. SearchFieldC
  1518. SearchFilterD
  1519. PortalFilterCalcE
  1520. ReceivedF
  1521. UpdatedG
  1522. Keywords
  1523. VDEFA(
  1524.     Helvetica
  1525. Geneva
  1526. Palatino
  1527. Chicago
  1528. Verdana
  1529. Arial
  1530. NewRevisedCalcB
  1531.  "new")
  1532.  "New"  
  1533.  "updated") 
  1534.  "Revised" 
  1535.  "" )
  1536. updatedG
  1537. Revised
  1538. AppleScript_OpenB
  1539. t_OpenB
  1540. Pro 3.0 - 4.1F!
  1541. USENGLSH.MPR
  1542. rently in use in order to mount another. Therefore, if you are searching for packages on older CDs you may want to copy the About This CD folder, containing the Developer CD Series Assistant and its related files, to your hard drive first.
  1543. ore Choices button, then choo
  1544. Custom FindB
  1545. CustomFind
  1546. Text Extractor Plug-ins are used by Find by Content to extract the text content of a document.  System 8.6 provides two Text Extractor Plug-ins: 
  1547. HTML Text Extractor
  1548.  and 
  1549. PDF Text Extractor
  1550. .  A Text Extractor Plug-in knows the file format of a document and can quickly return the text that would be seen when a document is opened, this information is used by Find by Content to index and summarize documents.  
  1551. Text Extractors improves the accuracy of indexing and summarizing files.  As an 
  1552. 1arch on package titles or names of files contained in the package, click the More Choices button, then enter the appropriate criteria in the fields available.
  1553.     To restrict the search to new and revised packages or a specific CD type, click More Choices then choose the appropriate option from the Search popup menu.
  1554.     Click the Find button. The packages found by your search will appear in t
  1555. 09606 packages list. The full path will be displayed on the right.
  1556. "Custom Search"
  1557. Custom SearchB+
  1558. ) > 0    
  1559. needsE
  1560. networkE
  1561. noteN
  1562. notesI
  1563. All Packages
  1564. 4PM 5.0
  1565. 4PM is a program that can be used to control and access the performance monitoring features of the PowerPC 604, G3 and G4 microprocessors and the performance monitoring features of the MPC106 memory controller. Counters can be turned on and off using a 'hot key' or by linking with the included 4PM library.
  1566. 4PM application for configuring and controlling the counters. 4PM Library for linking with applications.
  1567. JK4PM 5 0 Doc.pdf
  1568. 4PM 5.0
  1569. 4PM Library 1 0 Doc.pdf
  1570. 4PMLibrary 1.0
  1571. 4PMLibrary.hK
  1572. Jun 99L
  1573. Jul 99M
  1574. PowerPC 604 or greater.NYperformance, hardware, PowerPC,bandwidth, cpi, 'cache miss rates', 'performance counters'O?Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:PGDev.CD Aug 00 TC Disk 1
  1575.  - Tool Chest
  1576.  - Testing & Debugging
  1577.  - 4PM 5.0V
  1578. 89121X
  1579. Aug 00^    TC Disk 1
  1580. e    No Change
  1581. Jul 99^
  1582. Excellent CD (I)V
  1583. 37081X
  1584. Excellent CD (I)V
  1585. 27676X
  1586. _DESCRIPTION
  1587. Closing ScreenB
  1588. &ADC programs offer developers worldwide easy access to Apple tools and technologies, world-class technical support, and critical business and marketing information and services.
  1589. For news on programs and resources available to Apple developers, please visit our web site at developer.apple.com. please visit our web site at developer.apple.com.
  1590. ,/05-(2858.';9*'-<9+5B7-=D6,&"
  1591. "25;A605@<1:@818A816A;18A8-5@9-0<:(
  1592. '4+#'65)5B92<HDFO]fA #108B>;BMNELQFAqGOHFHSWMR[QS]bVTSUK6dsVE:2#
  1593. &6/,21*.4/)*15-)21,/50),8?86@?45>9:516A:46CKB=>FQGESVQOXVUPFIWTWVNO\UPQD
  1594. Current Selection:{    <<
  1595. ABBF>>
  1596. Double-click for more info.
  1597. Find...
  1598. Open Folder
  1599. Package Info
  1600. Export List
  1601. Find...
  1602. Open Folder
  1603. Package Info
  1604. Export List
  1605. "Any Field"
  1606.     Any FieldC.
  1607. "All Packages"
  1608. All PackagesD
  1609. Find Execute
  1610. Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details. Sample Code.img System 6.0.5 or greater, MacPlus or later CPU. A/ROSE, MCP, Macintosh Coprocessor PlatformBz, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token Ring Mar 92 May 94 All Packages
  1611. Tool Chest Edition
  1612. appletalk
  1613. component
  1614. _PortalFilterB
  1615. _PortalSelectionB
  1616. A    _HelpTextB
  1617. PortalFilterCalcB
  1618. C"All Packages" & "
  1619.  "SDK") 
  1620.  "Mac OS SDK Edition"
  1621.  = "TC" 
  1622.  "Tool Chest Edition" 
  1623.  = "RL" 
  1624.  "Reference Library Edition"
  1625.  "SSW")
  1626.  "System Software Edition"  
  1627.  "") & "
  1628. ! & "
  1629.  "new") 
  1630.  "updated") 
  1631.  "New & Revised" 
  1632.  "" )
  1633. All Packages
  1634. Mac OS SDK Edition
  1635. Tool Chest Edition
  1636. Reference Library Edition
  1637. System Software Edition
  1638. updatedG
  1639. New & Revised
  1640. PortalSelectionCalc
  1641. Browser Custom SearchM
  1642. New & RevisedB
  1643. To get information about a package on the CD:
  1644.     Click the Browser button below to go to the Browser screen.
  1645.     Choose a group of package titles to display from the Current Selection popup menu. The default displays new and revised items; you may also choose to display all packages or the packages on a particular CD.
  1646.     Double-click a title in the Browser list to go to the information screen for that package.
  1647.     Click Next to advance to the next package in the current selection, or Back to goo goto gok to go
  1648. _CustomFindB
  1649. 8script
  1650. scriptable
  1651. search
  1652. sherlock
  1653. softwareI
  1654. tokenI
  1655. token
  1656. ringI
  1657. tokentalk
  1658. video
  1659. postscript
  1660. sample@
  1661. porting
  1662. objective-c
  1663. java@
  1664. simple
  1665. example
  1666. obtain
  1667. mouse
  1668. location
  1669. using
  1670. auditing@
  1671. collection
  1672. developer
  1673. documentation@
  1674. concurrently@
  1675. continuing
  1676. offer
  1677. traditional
  1678. server
  1679. software
  1680. suite
  1681. develop-ers@
  1682. enables@
  1683. gateway@
  1684. hyperdam@
  1685. ischeckedout@
  1686. lost@
  1687. noresdialog
  1688. source
  1689. sample
  1690. illustrating
  1691. dialo@
  1692. prototyping@
  1693. same@
  1694. somewhere@
  1695. stand@
  1696. summary
  1697. sample
  1698. discussion
  1699. detect
  1700. whether
  1701. summary
  1702. virtual
  1703. server
  1704. attempt
  1705. provide
  1706. piece
  1707. inc1@
  1708. ispcexchangeinstalle
  1709. oserr@
  1710. rsrc@
  1711. simpleeditmfc
  1712. umafailure
  1713. getwindowdevice@
  1714. performance
  1715. hardware
  1716. powerpc
  1717. bandwidth
  1718. cache
  1719. rates
  1720. toolkit@
  1721. getnextfond@
  1722. getnextfond@
  1723. stack@
  1724. walltowalldialog
  1725. disposeresource
  1726. debugging
  1727. resource
  1728. handles@
  1729. multi-processing@
  1730. optimizing@
  1731. deleted@
  1732. appleevent@
  1733. u5kiikmomno
  1734. ny}dW\`juvvwshkzppvqbIGk
  1735. buildingV
  1736. extensionV
  1737. building
  1738. installing
  1739. using
  1740. driverV
  1741. builds{
  1742. built
  1743. built-in
  1744. bulletproof
  1745. bullets
  1746. bunch
  1747. bundle
  1748. bundled
  1749. bundleservices
  1750. business{
  1751. businesses
  1752. butcdef
  1753. butler
  1754. buttin
  1755. button
  1756. buttons
  1757. e Dictation Kit Can Do For You
  1758. Apple Chinese Dictation Kit is a high performance large vocabulary dictation software that can dramatically increase your productivity when inputting Chinese text, particularly if you're a poor typist.  It's like having your own secretary to take dictation and do your typing!!
  1759. Features:
  1760.  Through a sophisticated training process, CDK is able to recognize your voice and even your own accent.
  1761.  In contrast to most other Chinese dictation software, CDK  allows
  1762.  you to speak a phrase at a time, instead of a character at a time.  This increases the throughput of the system which can achieve about 40-60 characters per minute.
  1763.  CDK uses a very large  flexible vocabulary, so users can speak many flexible phrase patterns, e.g., 
  1764. H.  The total number of different phrases users can say for the default system exceeds 350,000.
  1765.  A phrase adding feature allows you to customize CDK's vocabulary.  Add names of f
  1766. 89693X
  1767. Oct 00^
  1768. --set theItem to choose file -- uncomment to test in an AS editor
  1769.     tell application "Finder"
  1770.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Multiprocessing 2.1v2 SDK:"
  1771.         activate
  1772.     end tell
  1773. on error errMsg number errNum
  1774.     --enter statements to perform when no records are found such as...
  1775.     display dialog "Sorry, the item you selected could not be found."
  1776.     return
  1777. end try
  1778. e    No Changef4multiprocessing
  1779.  multitasking
  1780.  multiprocessor
  1781. Carbono
  1782. http://developer.apple.com/sdk/q
  1783. Dev.CD Oct 00 SDK1
  1784. All Packages
  1785. MusicIGThis demo program shows a simple usage of QuickTime's music components.J-Music
  1786. NotesToneTest.zip
  1787. ns.bat
  1788. README.txt
  1789. - Common
  1790.     - Sun Compliant Java Runtime Environment 1.1
  1791.     - QuickTime 3 
  1792.     - QTJava.zip
  1793.     - QTJava media samples
  1794. - Mac OS:
  1795.     - System 8 or later
  1796.     - Macintosh Runtime for Java (MRJ) 2.1
  1797. - Windows 95, 98, or NT::
  1798.     - JRE/JDK from Sun Microsystems, Inc. recommended
  1799. GetFInfo & GetVInfo:  MPW Tools that simply parse command-line options and print the value of the parameter blocks returned from Toolbox calls.
  1800. GetOwnerGroup:  Shows how to get the owner and group of a directory using routines from MoreFiles.
  1801. Is PC Exchange Installed:  This snippet demonstrates the check for the existence of PC Exchange. The FSMGlueLib.o file is available on the MacOS SDK CD in the File System Manager Libraries folder.
  1802. Keith's CatSearch:  This snippet provides a
  1803.  high-level interface to PBCatSearch and allows you to limit the search to a specific subdirectory (after the fact, of course - see the read me for the details).
  1804. ParseFullPathname:  ParseFullPathname takes a full pathname (which can be longer than 255 chars, and walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  1805. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  1806. ndler
  1807. packages
  1808. ^    TC Disk 1
  1809. --set theItem to choose file -- uncomment to test in an AS editor
  1810.     tell application "Finder"
  1811.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:"
  1812.         activate
  1813.     end tell
  1814. on error errMsg number errNum
  1815.     --enter statements to perform when no records are found such as...
  1816.     display dialog "Sorry, the item you selected could not be found."
  1817.     return
  1818. end try
  1819. e    No ChangefhGetCTable
  1820. NewPalette
  1821. SetPalette
  1822. Palette Animation
  1823. AnimatePalette
  1824. GetEntryColor
  1825. AnimateEntry
  1826. Palette2CTabq
  1827. Dev.CD Aug 00 TC Disk 1
  1828. All Packages
  1829. PaletteAnimation grayI8This is a palette animation demonstration in gray scale.JTPaletteAnimation.c
  1830. PaletteAnimation.mcp
  1831. PaletteAnimation.r
  1832. PaletteAnimationGray(PPC)M"8 bits per pixel, 32 bit QuickDrawOFDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:V
  1833. 89767X
  1834. 1e    No Change
  1835. --set theItem to choose file -- uncomment to test in an AS editor
  1836.     tell application "Finder"
  1837.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:"
  1838.         activate
  1839.     end tell
  1840. on error errMsg number errNum
  1841.     --enter statements to perform when no records are found such as...
  1842.     display dialog "Sorry, the item you selected could not be found."
  1843.     return
  1844. end try
  1845.     return
  1846. end try
  1847. All Packages
  1848. 601 Processor Upgrade EnablerO
  1849. Dev.CD Jul 95P
  1850. Dev.CD Jul 9V
  1851. 84350X
  1852. Jul 95
  1853. b--set theItem to choose file -- uncomment to test in an AS editor
  1854.     tell application "Finder"
  1855.         open item "Dev.CD Jul 95"
  1856.         activate
  1857.     end tell
  1858. on error errMsg number errNum
  1859.     --enter statements to perform when no records are found such as...
  1860.     display dialog "Sorry, the item you selected could not be found."
  1861.     return
  1862. end try
  1863. All Packages
  1864. 601 Processor Upgrade EnablerO
  1865. Dev.CD Jul 95P
  1866. Dev.CD Jul 9V
  1867. 84351X
  1868. e    No Changeq
  1869. Dev.CD Aug 00 TC Disk 1
  1870. All Packages
  1871. F    MouseInfoI
  1872. This sample shows how to make use of MacApp 3.0 Behaviors, how to create them, how behaviors could control window information, track events, and also spawn off other behaviors.
  1873. 5About.cp
  1874. About.h
  1875. Definitions.h
  1876. IncludeFiles.h
  1877. MMouseInfo.cp
  1878. MouseInfo.MAMake
  1879. MouseInfo.r
  1880. PICT.rsrc
  1881. READMEFIRST
  1882. ResourceConstants.h
  1883. UAppFrameAdorner.cp
  1884. UAppFrameAdorner.h
  1885. UMenuedWindow.cp
  1886. UMenuedWindow.h
  1887. UMouseDocument.cp
  1888. UMouseDocument.h
  1889. UMouseInfo.cp
  1890. UMouseInfo.h
  1891. UMouseTrackBehavior.cp
  1892. UMouseTrackBehavior.h
  1893. M(MacApp 3.0 or later, System 7.0 or laterN
  1894. MacApp, behavior, MouseInfoOIDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:MouseInfo:PTDev.CD Aug 00 TC Disk 2
  1895.  - Sample Code
  1896.  - Platforms and Tools
  1897.  - MacApp
  1898.  - MouseInfoV
  1899. 89669X
  1900. Aug 00^    TC Disk 2
  1901. e    No Change
  1902. ListInDialog.r
  1903. Objects
  1904. Prefix.h
  1905. SafeNameRegistry.c
  1906. SafeNameRegistry.h
  1907. TestPrinterClass.c
  1908. TestPrinterClass.h
  1909. print, USBNo Change
  1910. movie's
  1911. moviebrowser
  1912. moviecontroller
  1913. movieexportadddataso
  1914. movieexportfromproce
  1915.  - Sample CodeV
  1916. 87550X
  1917. Aug 00^    TC Disk 2
  1918. y--set theItem to choose file -- uncomment to test in an AS editor
  1919.     tell application "Finder"
  1920.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  1921.         activate
  1922.     end tell
  1923. on error errMsg number errNum
  1924.     --enter statements to perform when no records are found such as...
  1925.     display dialog "Sorry, the item you selected could not be found."
  1926.     return
  1927. end try
  1928. Movedf
  1929. keyboard map adbq
  1930. Dev.CD Aug 00 TC Disk 2
  1931. All Packages
  1932. ADB Parser 5.0.7
  1933. Summary: ADB Parser will allow access to most of the system's ADB record. It is useful for developing or debugging new ADB devices.
  1934. Issues: ADB ReInit Crashes Quadras. Known Quadra problem. ADBReInit fixes this problem and is also available on this disc. 
  1935. Jun 92L
  1936. Dec 92V
  1937. 87551X
  1938. 1e    No Change
  1939. N*MacApp, tear-off, floating window, WindoidQ
  1940. 89369X
  1941. Sep 96^
  1942. --set theItem to choose file -- uncomment to test in an AS editor
  1943.     tell application "Finder"
  1944.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 17:"
  1945.         activate
  1946.     end tell
  1947. on error errMsg number errNum
  1948.     --enter statements to perform when no records are found such as...
  1949.     display dialog "Sorry, the item you selected could not be found."
  1950.     return
  1951. end try
  1952. Deletedq
  1953. Dev.CD Sep 96 RL
  1954. All Packages
  1955. develop Issue 18
  1956. 89370X
  1957. Scalable PostScript PICTI
  1958. Scalable PostScript PICT:  Shows how you can use the PostScript clip in combination with the QuickDraw clipping region to make PostScript code that scales at run-time.  Has some limitations, but a useful technique.JMPrintComments.h
  1959. Scalable.c
  1960. ScalablePostScript(PPC)
  1961. ScalablePostScriptPICT.mcpN
  1962. PostScript, print, clip. scaleOFDev.CD Aug 00 TC Disk 2:Sample Code:Printing:Scalable PostScript PICT:V
  1963. 88557X
  1964. 1e    No Change
  1965. r15d1
  1966. This is a set of functions that reproduce the functionality of SndPlayDoubleBuffer, and they run under Carbon, giving developers who use SndPlayDoubleBuffer a simpler transition to Carbon.
  1967. This sample shows how to parse the input structures to SndPlayDoubleBuffer and set up a sequence of bufferCmd and callBackCmd commands to play sounds and call the user's/application's SndPlayDoubleBufferCallBack function.
  1968. This sample does not have to be run under Carbon, it works just fine under ClassiB
  1969. c as well.
  1970. This sample can also be adapted to be useful to developers who would like to have better control over synchronization of sounds or playback and recording.
  1971. JLCarbonSndPlayDB Readme
  1972. CarbonSndPlayDB.c
  1973. CarbonSndPlayDB.h
  1974. CarbonSndPlayDB.
  1975. MCSound Manager 3.x, Carbon 1.0.2 to run as a carbon compiled libraryN
  1976. SndPlayDoubleBuffer, CarbonO:Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:PBDev.CD Aug 00 TC Disk 2
  1977.  - Sample Code
  1978.  - Sound
  1979.  - CarbonSndPlayDB
  1980. build
  1981. buildconditionals
  1982. buildconditionals
  1983. buildfailed
  1984. buildfolder
  1985. buildingZ
  1986. building
  1987. dcmds
  1988. building
  1989. samplesZ
  1990. building
  1991. sprocketinvaders
  1992. buildiso
  1993. buildiso
  1994. buildiso
  1995. buildooptesample
  1996. buildprogram
  1997. builds
  1998. buildscript
  1999. buildsucceeded
  2000. buildxcmd
  2001. bundleservices
  2002. business
  2003. business
  2004. opp's
  2005. germany
  2006. butcdef
  2007. butcdef
  2008. contextualu
  2009. contextual
  2010. manageru
  2011. contrast
  2012. javao
  2013. AsyncDriverCommon.p
  2014. AsyncDriverMain.c
  2015. AsyncDriverSample.p
  2016. AsyncDriverSample.rsrc
  2017. AsyncDriverSample.
  2018. AsyncDriverSampleDRVR.out
  2019. DiskImageCore.p
  2020. DropMounter
  2021. Metrowerks Build Script
  2022. Read Me 
  2023.  AsyncDriverSample
  2024. TradDriverLoaderLibK
  2025. Jul 97L
  2026. Jul 97N'async device, driver, AsyncDriverSampleOSDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:AsyncDriverSample:P^Dev.CD Aug 00 TC Disk 1
  2027.  - Sample Code
  2028.  - Devices and Hardware
  2029.  - Drivers
  2030.  - AsyncDriverSampleV
  2031. 89222X
  2032. Aug 00^    TC Disk 1
  2033. --set theItem to choose file -- uncomment to test in an AS editor
  2034.     tell application "Finder"
  2035.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Drivers:AsyncDriverSample:"
  2036.         activate
  2037.     end tell
  2038. on error errMsg number errNum
  2039.     --enter statements to perform when no records are found such as...
  2040.     display dialog "Sorry, the item you selected could not be found."
  2041.     return
  2042. end try
  2043. e    No Changef%async device
  2044. driver
  2045. AsyncDriverSample
  2046. f--set theItem to choose file -- uncomment to test in an AS editor
  2047.     tell application "Finder"
  2048.         open item "Dev.CD Jul 96 SSW"
  2049.         activate
  2050.     end tell
  2051. on error errMsg number errNum
  2052.     --enter statements to perform when no records are found such as...
  2053.     display dialog "Sorry, the item you selected could not be found."
  2054.     return
  2055. end try
  2056. :Processes:7.0fo:"
  2057.         activate
  2058.     end tell
  2059. on error errMsg number errNum
  2060.     --enter statements to perform when no records are found such as...
  2061.     display dialog "Sorry, the item you selected could not be found."
  2062.     return
  2063. end try
  2064. e    No Changef!After Dark module
  2065. Process Managerq
  2066. Dev.CD Aug 00 TC Disk 2
  2067. All Packages
  2068. 7EditV
  2069. 84359X
  2070. Summary:  PCCTS (The Purdue Compiler-Construction Tool Set) is a public domain tool set consisting of a parser generator called ANTLR and a lexical analyzer called DLG. ANTLR accepts a grammatical description for an input language and generates a recursive-descent parser in C or C++ to recognize sentences in that input language; DLG is used to break up the input stream of characters into a token stream.
  2071. ANTLR combines the flexibility of hand-coded parsing with the convenience of a parser 
  2072. generator. ANTLR has many features that make it easier to use than other language tools. Most important, ANTLR provides PREDICATES which let the programmer systematically direct the parse via arbitrary expressions using semantics and syntactic context; in practice, the use of predicates eliminates the need to hand-tweak the ANTLR output, even for difficult parsing problems. ANTLR also integrates the description of lexical and syntactic analysis, accepts LL(k) grammars for k>1 with extended
  2073. ts3events
  2074. ts3events
  2075. ts3events
  2076. ts3hilevel
  2077. ts3hilevel
  2078. ts3lolevel
  2079. ts3lolevel
  2080. ts3main
  2081. ts3main
  2082. ts3main
  2083. ts3menu
  2084. ts3menu
  2085. ts3menu
  2086. ts3message
  2087. ts3message
  2088. ts3message
  2089. ts3resource
  2090. ts3resource
  2091. ts3resource
  2092. ts3sound
  2093. ts3sound
  2094. ts3sound
  2095. ts3sound1
  2096. ts3sound1
  2097. ts3sound2
  2098. ts3sound2
  2099. ts3sound3
  2100. ts3sound3
  2101. ts3testapi
  2102. Dev.CD Oct 94P
  2103. Dev.CD Oct 9V
  2104. 90570X
  2105. Oct 94
  2106. b--set theItem to choose file -- uncomment to test in an AS editor
  2107.     tell application "Finder"
  2108.         open item "Dev.CD Oct 94"
  2109.         activate
  2110.     end tell
  2111. on error errMsg number errNum
  2112.     --enter statements to perform when no records are found such as...
  2113.     display dialog "Sorry, the item you selected could not be found."
  2114.     return
  2115. end try
  2116. All Packages
  2117. System UpdateO
  2118. Dev.CD Oct 94P
  2119. Dev.CD Oct 9V
  2120. 90571X
  2121. Oct 94
  2122. b--set theItem to choose file -- uncomment to test in an AS editor
  2123.     tell application "Finder"
  2124.         open item "Dev.CD Oct 94"
  2125.         activate
  2126.     end tell
  2127. on error errMsg number errNum
  2128.     --enter statements to perform when no records are found such as...
  2129.     display dialog "Sorry, the item you selected could not be found."
  2130.     return
  2131. end try
  2132. All Packages
  2133. System UpdateO
  2134. Dev.CD Oct 94P
  2135. Dev.CD Oct 9V
  2136. 90572X
  2137. Oct 94
  2138. p--set theItem to choose file -- uncomment to test in an AS editor
  2139.     tell application "Finder"
  2140.         open item "Dev.CD Apr 94
  2141. Dev.CD Jan 94"
  2142.         activate
  2143.     end tell
  2144. on error errMsg number errNum
  2145.     --enter statements to perform when no records are found such as...
  2146.     display dialog "Sorry, the item you selected could not be found."
  2147.     return
  2148. end try
  2149. retrieve
  2150. retrieved
  2151. retrievepictinfo
  2152. retrieves
  2153. pictures
  2154. piece
  2155. pieces
  2156. piersol
  2157. pinterfaces
  2158. pinyin
  2159. pioneer{
  2160. pippin{
  2161. pippin-specific
  2162. pitch
  2163. pitfalls
  2164. pixel
  2165. pixel-blitting
  2166. pixels
  2167. pixmap
  2168. pixmap2pixpat2ppat
  2169. pixmap2pixpat2ppat
  2170. updated
  2171. getpixrowbytes
  2172. pixmaps
  2173. pixpat
  2174. place
  2175. placed
  2176. placement
  2177. placesh
  2178. placing
  2179. plain
  2180. plain-text
  2181. plaindbox
  2182. plaintalk
  2183. plamondon
  2184. plan{
  2185. plane
  2186. planned
  2187. planning
  2188. plans
  2189. Ze    No Changef
  2190. Thumbnail
  2191. CopyBitsq
  2192. Dev.CD Aug 00 TC Disk 1
  2193. All Packages
  2194. TickAnimateIAThis uses ticks to time and speed control a very simple animationJ?TickAnimate(PPC)
  2195. TickAnimate.mcp
  2196. TickAnimate.p
  2197. TickAnimate.rsrcM    QuickDrawN
  2198. Animate, TickO<Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TickAnimate:PDDev.CD Aug 00 TC Disk 1
  2199.  - Sample Code
  2200.  - Graphics 2D
  2201.  - TickAnimateV
  2202. 90619X
  2203. Aug 00^    TC Disk 1
  2204. --set theItem to choose file -- uncomment to test in an AS editor
  2205.     tell application "Finder"
  2206.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TickAnimate:"
  2207.         activate
  2208.     end tell
  2209. on error errMsg number errNum
  2210.     --enter statements to perform when no records are found such as...
  2211.     display dialog "Sorry, the item you selected could not be found."
  2212.     return
  2213. end try
  2214. e    No Changef
  2215. Animate
  2216. Tickq
  2217. Dev.CD Aug 00 TC Disk 1
  2218. All Packages
  2219. Ticket  to Program 1.0
  2220. 90620X
  2221. COZDev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):PeDev.CD Nov 99 TC
  2222.  - Tool Chest
  2223.  - Testing & Debugging
  2224.  - Hardware tools
  2225.  - Apple II Monitor dcmd (xx)V
  2226. 89187X
  2227. Nov 99^
  2228. --set theItem to choose file -- uncomment to test in an AS editor
  2229.     tell application "Finder"
  2230.         open item "Dev.CD Nov 99 TC:Tool Chest:Testing & Debugging:Hardware tools:Apple II Monitor dcmd (xx):"
  2231.         activate
  2232.     end tell
  2233. on error errMsg number errNum
  2234.     --enter statements to perform when no records are found such as...
  2235.     display dialog "Sorry, the item you selected could not be found."
  2236.     return
  2237. end try
  2238. Deletedq
  2239. Dev.CD Nov 99 TC
  2240. All Packages
  2241. Apple International Glossaries
  2242. 89188X
  2243. powerpc-based
  2244. powerpc-savvy
  2245. powerplant
  2246. powers
  2247. powertalk{
  2248. powertalk-savvy
  2249. powertracer
  2250. pparameter
  2251. ppc/appleevent
  2252. practical
  2253. practice
  2254. practices
  2255. pre-7.0
  2256. pre-7.5
  2257. pre-defined
  2258. pre-emptively
  2259. pre-installed
  2260. pre-mac
  2261. pre-measured
  2262. pre-mixer
  2263. pre-print
  2264. pre-release
  2265. pre-releases
  2266. pre-rotated
  2267. pre-scripted
  2268. pre-testing
  2269. pre-train
  2270. pre-translate
  2271. preceding
  2272. precision
  2273. predecessor
  2274. predefined
  2275. predetermined
  2276. predicates
  2277. predictable
  2278. prediction
  2279. preemptive
  2280. premierey
  2281. preparation
  2282. prepare
  2283. prepared
  2284. preparememoryforio
  2285. preparing
  2286. preperation
  2287. web server.
  2288. 89667X
  2289. Aug 00^    TC Disk 2
  2290. --set theItem to choose file -- uncomment to test in an AS editor
  2291.     tell application "Finder"
  2292.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreOSL:"
  2293.         activate
  2294.     end tell
  2295. on error errMsg number errNum
  2296.     --enter statements to perform when no records are found such as...
  2297.     display dialog "Sorry, the item you selected could not be found."
  2298.     return
  2299. end try
  2300. e    No Changef9AppleScript
  2301. ObjectSupportLib
  2302. scripting implementationo&http://developer.apple.com/samplecode/q
  2303. Dev.CD Aug 00 TC Disk 2
  2304. All Packages
  2305. MountAlias 1.0I}Summary: MountAlias is a control panel device that automatically creates aliases to AppleShare volumes when they are mounted.J.MountAlias
  2306. MountAlias Info
  2307. MountAlias Info.txtK
  2308. Vol XIM
  2309. System 7.0 requiredO:Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:PBDev.CD Aug 00 TC Disk 1
  2310.  - Tool Chest
  2311.  - Toolbox
  2312.  - MountAlias 1.0V
  2313. 89668X
  2314. Aug 00^    TC Disk 1
  2315. e    No Change
  2316. registration
  2317. requests
  2318. cache
  2319. cacheline
  2320. cacheline
  2321. optimizer
  2322. calccmask
  2323. calccmask
  2324. calcmask
  2325. calccontrolrgn
  2326. calccontrolrgn
  2327. calccontrolrgn
  2328. calccontrolrgn
  2329. calccontrolrgn
  2330. calcit
  2331. calcmask
  2332. calcmask
  2333. calcmask
  2334. calcmask
  2335. calendoid
  2336. calendoid
  2337. callback
  2338. callback
  2339. sample
  2340. callfinder
  2341. callfinder
  2342. callfinder
  2343. callhyper
  2344. callhyper
  2345. callhyper
  2346. notes
  2347. canadian
  2348. cancelwindowcheckout
  2349. capslock
  2350. capslock
  2351. capturing
  2352. carbon
  2353. carbon
  2354. graphic
  2355. import
  2356. readme
  2357. carbon
  2358. window
  2359. carbonlib
  2360. carbonlib
  2361. 1.0.4
  2362. carbonprintingmgr
  2363. carbonsndplaydb
  2364. carbonsndplaydb
  2365. carbonsndplaydb
  2366. carbonsndplaydb
  2367. readme
  2368. 89368X
  2369. Sep 96^
  2370. --set theItem to choose file -- uncomment to test in an AS editor
  2371.     tell application "Finder"
  2372.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 16:"
  2373.         activate
  2374.     end tell
  2375. on error errMsg number errNum
  2376.     --enter statements to perform when no records are found such as...
  2377.     display dialog "Sorry, the item you selected could not be found."
  2378.     return
  2379. end try
  2380. Deletedq
  2381. Dev.CD Sep 96 RL
  2382. yD(All Packages
  2383. Reference Library Edition
  2384. develop Issue 17
  2385. qtframestepper
  2386. qtfullscreen
  2387. qtfullscreen
  2388. qtfullscreen
  2389. qtgraphimp
  2390. qtgraphimp
  2391. qtgraphimp
  2392. qthintmovies
  2393. qthintmovies
  2394. qthintmovies
  2395. qtime
  2396. qtime
  2397. qtinternals
  2398. qtinternals
  2399. qtinternals
  2400. qtjava
  2401. qtjava
  2402. qtjavadocs
  2403. qtjavasdk
  2404. qtlogo
  2405. qtlogo
  2406. qtmissingcomp
  2407. qtmissingcomp
  2408. qtmissingcomp
  2409. Dev.CD Jun 97 SSV
  2410. 89729X
  2411. Jun 97
  2412. f--set theItem to choose file -- uncomment to test in an AS editor
  2413.     tell application "Finder"
  2414.         open item "Dev.CD Jun 97 SSW"
  2415.         activate
  2416.     end tell
  2417. on error errMsg number errNum
  2418.     --enter statements to perform when no records are found such as...
  2419.     display dialog "Sorry, the item you selected could not be found."
  2420.     return
  2421. end try
  2422. D!All Packages
  2423. Mac OS SDK Edition
  2424. Open Transport DebugI~This disk image contains a debug version of OT 2.5.2, which is useful for developers of Open Transport client and kernel code.J
  2425. Open Transport Debug.imgK
  2426. Jan 00M
  2427. Mac OS 9.0N
  2428. Open Transport debugOSDev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:P^Dev.CD Jul 00 SDK1
  2429.  - Development Kits
  2430.  - Mac OS
  2431.  - Open Transport 1.3
  2432.  - Open Transport DebugV
  2433. 89730X
  2434. Jul 00^
  2435. #ftp.apple.com/developer/Development_Kits/OpenTransport/OT2.5.2/
  2436. createcopy
  2437. creator
  2438. creator
  2439. registration
  2440. An extension which enables developers to adopt the high-level toolbox APIs introduced in Mac OS 8 making it available on systems as far back as 7.1.
  2441. Includes:
  2442. Runtime software
  2443. Interfaces & Libraries
  2444. Documentation
  2445. Sample Code
  2446. Appearance Control Panel
  2447. Appearance Extension
  2448. Bug fixes
  2449. An extensive list of new functionality such as new control types, moderm primitives and the appearance manager.  These are aimed at developers who wish to adopt the new controls but don't wish to have multiple cod
  2450. ee paths.  The sole purpose is to speed up adoption of the appearance mgr to increase consistency of the Macintosh User Experience.
  2451. Appearance runs on 68k and PowerPC processors; it supports three run-time models: Classic 68k, CFM-68k and PowerPC CFM.  Color QuickDraw is required for Appearance, so it requires a 68020 or better processor.
  2452. See the ReadMe.
  2453. J"Appearance
  2454. Contextual Menu ManagerK
  2455. Mar 98L
  2456. Apr 98OHDev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:
  2457. apple
  2458. guide
  2459. intended
  2460. those
  2461. developers
  2462. noted
  2463. notesR
  2464. nothing
  2465. noticable
  2466. notice
  2467. noticed
  2468. notification
  2469. notifier
  2470. notifies
  2471. notify
  2472. notions
  2473. novell
  2474. november{
  2475. novice
  2476. nsa/commerce
  2477. nsarray
  2478. manager
  2479. library
  2480. plug-ins
  2481. network
  2482. administrator's
  2483. guide
  2484. second
  2485. edition
  2486. nsstring
  2487. nsthread
  2488. dragging
  2489. draghook
  2490. draglib
  2491. draglow
  2492. dragwindow
  2493. dragwindowgrid
  2494. dragwindowgrid
  2495. sample
  2496. showing
  2497. write
  2498. function
  2499. JRNew NewGWorld Test.dbg
  2500. New NewGWorld.c
  2501. New NewGWorld.CW2
  2502. New NewGWorld.CW5
  2503. Read Meights:
  2504. Asynchronous Routines on the Macintosh  by Jim Luther.   How to avoid the pitfalls of calling routines asynchronously.
  2505. Inside QuickTime and Component-Based Managers   by Bill Guschwan.   Useful debugging and tracing techniques for QuickTime and the Component Manager.
  2506. Macintosh Debugging: The Belly of the Beast Revisited  by Fred Huxham and Greg Marriott.   A supplement to the Belly of the Beast debuggin
  2507. g article in Issue 8: four new tools explained.
  2508. Adventures in Color Printing  by Dave Hersey.   A general strategy for printing color images that ensures the best possible quality.
  2509. DeviceLoop Meets the Interface Designer  by John Powers   This little-known System 7 routine can help you deal with multiple screen environments.
  2510. Somewhere in QuickTime: Top 10 QuickTime Tips  by John Wang.   The first installment of a new column on QuickTime: hot tips from the masters.
  2511. Print Hints: Looking 
  2512. 90679X
  2513. Aug 00^    TC Disk 2
  2514. --set theItem to choose file -- uncomment to test in an AS editor
  2515.     tell application "Finder"
  2516.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:"
  2517.         activate
  2518.     end tell
  2519. on error errMsg number errNum
  2520.     --enter statements to perform when no records are found such as...
  2521.     display dialog "Sorry, the item you selected could not be found."
  2522.     return
  2523. end try
  2524. e    No ChangefIQuickTime
  2525. Wired
  2526. Sprite
  2527. Actions
  2528. Controller
  2529. Intercept
  2530. mcActionLinkToURLq
  2531. Dev.CD Aug 00 TC Disk 2
  2532. All Packages
  2533. WDEFColorSample
  2534. 90680X
  2535. QTStreamSplicer.exe
  2536. QTStreamSplicer.h
  2537. READMEM
  2538. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N,QuickTime, Picture, Streaming, Splice, ImageOHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:s
  2539. ringR
  2540. riser
  2541. robustness
  2542. rotate
  2543. rotatestring
  2544. rotatestring
  2545. rotate
  2546. rotation
  2547. router
  2548. routines
  2549. routing
  2550. rowbytes
  2551. rubber-banding
  2552. rubber-banding
  2553. srcxor
  2554. stretch
  2555. rules
  2556. runtime
  2557. sample
  2558. sample
  2559. sample
  2560. games
  2561. graphics
  2562. animation
  2563. sample
  2564. traffic
  2565. light
  2566. samplerateavail
  2567. saving
  2568. savings
  2569. scale
  2570. tedialog
  2571. dates
  2572. david
  2573. davidson
  2574. day-to-day
  2575. dboxproc
  2576. dcmdi
  2577. dcmdsc
  2578. deals
  2579. deanna
  2580. deatherage
  2581. debabelizer
  2582. ion. MOSL also supports data comparison for most revelant data types.
  2583. The MoreOSL library is targetted to run on a PowerPC with Mac OS 8.5 and above. It compiles and works best under Carbon, but it will compile and work with InterfaceLib.
  2584. !Read Me
  2585. MIB_Carbon.h
  2586. MoreAppearance
  2587. MoreAppleEvents
  2588. MoreDebugging
  2589. MoreDialogs
  2590. MoreMemory
  2591. MoreNavigation
  2592. MoreOSL
  2593. MoreProcesses
  2594. MoreQuickDraw
  2595. MoreResources
  2596. MoreSetup.h
  2597. MoreSetup.r
  2598. MoreTextUtils
  2599. MoreToolbox
  2600. MoreWindows
  2601. PLStringFuncsK
  2602. Aug 00M
  2603. Mac OS 8.5N<AppleScript, OSL, ObjectSupportLib, scripting implementationOBDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreOSL:PJDev.CD Aug 00 TC Disk 2
  2604.  - Sample Code
  2605.  - Interapplication Comm
  2606.  - MoreOSLen.dsp
  2607. QT3DTween.dsw
  2608. QT3DTween.exe
  2609. QT3DTween.h
  2610. QT3DTween.mak
  2611. README.txt
  2612. Red Chair.3dmfODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:PODev.CD Aug 00 TC Disk 2
  2613.  - Sample Code
  2614.  - QuickTime
  2615.  - Goodies
  2616.  - QT3DTween.win
  2617. compilers
  2618. compiles
  2619. complaining
  2620. complaints
  2621. completeS
  2622. complete
  2623. apple
  2624. hardware
  2625. developer
  2626. documentation
  2627. where
  2628. completed
  2629. completely
  2630. completion
  2631. complex
  2632. compliant
  2633. complies
  2634. componentQ
  2635. component's
  2636. component-based
  2637. componentflagsmask
  2638. componentincludes
  2639. components
  2640. MoreOSL, or MOSL for short, is a source code library for implementing AppleScript support within your application. It has the following key features.
  2641. o C implementation -- Many AppleScript support frameworks (for example, PowerPlant, MacApp) are available to C++ applications only. MOSL is entirely written in C.
  2642. o object focused -- Historically, DTS AppleScript support samples have concentrated on supporting text scripting. MOSL ignores text scripting and concentrates on the scripting of 
  2643. discrete objects, such as windows and items within windows.
  2644. o modern -- MOSL incorporates modern AppleScript techniques, such as 'deep' object resolution. It is also fully Carbon compatible.
  2645. o well tested -- MOSL includes a test application, TestMoreOSL, that demonstrates its capabilities. It also includes a large suite of AppleScript-based tests.
  2646. o comprehensive -- MOSL allows you to easily implement the bulk of the core event suite. MOSL supports all key forms except formRelativePosit
  2647. signature
  2648. signing
  2649. sillyballs
  2650. simple
  2651. simpletext
  2652. simpletext
  2653. sample
  2654. simpletext
  2655. source
  2656. simplified
  2657. single-link
  2658. sleep
  2659. sleep
  2660. queue
  2661. slideshow
  2662. manager
  2663. smart
  2664. smart
  2665. scrolling
  2666. sndforever
  2667. sndplaydoublebuffer
  2668. sniffer
  2669. socket
  2670. softwareR
  2671. solaris
  2672. solutions
  2673. sound
  2674. sound
  2675. input
  2676. driver
  2677. sound
  2678. level
  2679. meters
  2680. sound
  2681. premixer
  2682. effect
  2683. soundapp
  2684. soundconvert
  2685. soundsprocket
  2686. source
  2687. space
  2688. spbrecord
  2689. speach
  2690. specification
  2691. speech
  2692. srccopy
  2693. srcxor
  2694. stacks
  2695. standard
  2696. standard
  2697. standards
  2698. standards
  2699. based
  2700. starmax
  2701. state
  2702. statements
  2703. status
  2704. --set theItem to choose file -- uncomment to test in an AS editor
  2705.     tell application "Finder"
  2706.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Publication Guides:"
  2707.         activate
  2708.     end tell
  2709. on error errMsg number errNum
  2710.     --enter statements to perform when no records are found such as...
  2711.     display dialog "Sorry, the item you selected could not be found."
  2712.     return
  2713. end try
  2714. st features, which include dual processors (on some configurations), 1000Base-T Ethernet, Apple Pro Keyboard, and Apple Pro Mouse.
  2715. The developer note provides technical information about the Power Mac G4 c
  2716. 89006X
  2717. dumpnetworksetup
  2718. dumpnetworksetup
  2719. dumps
  2720. entire
  2721. contents
  2722. network
  2723. dumps
  2724. dumpster
  2725. duplicate
  2726. during_
  2727. dutch
  2728. dykstra-erickson
  2729. dylan
  2730. dynamic
  2731. e    No ChangefNopen transport
  2732. port registry
  2733. OTGetIndexedPort
  2734. OTDumpPortRegistryq
  2735. Dev.CD Aug 00 TC Disk 2
  2736. All Packages
  2737. OTEndpointInfo
  2738. KThis sample demonstrates how to query an endpoint for its 
  2739. vital statistic
  2740.  using OTGetEndpointInfo.  It also prints a list of that information for the commonly used Open Transport endpoint types for your reference.  The code from this sample is featured in the latest release (v1.2) of the book 
  2741. Inside Macintosh: Open Transport
  2742. JTOTEndpointInfo(PPC)
  2743. OTEndpointInfo.c
  2744. OTEndpointInfo.mcp
  2745. Read Me About OTEndpointInfoK
  2746. Nov 97L
  2747. Jun 98M
  2748. Open Transport 1.1.1 or higherNMOpen Transport, OTGetEndpointInfo, TEndpointInfo, TSDU, ETSDA, OTEndpointInfoO>Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTEndpointInfo:PFDev.CD Aug 00 TC Disk 2
  2749.  - Sample Code
  2750.  - Networking
  2751.  - OTEndpointInfoV
  2752. 89749X
  2753. Aug 00^    TC Disk 2
  2754. e    No Change
  2755. switching
  2756. symbolh
  2757. symbols
  2758. 89246X
  2759. Aug 00^    TC Disk 1
  2760. --set theItem to choose file -- uncomment to test in an AS editor
  2761.     tell application "Finder"
  2762.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:"
  2763.         activate
  2764.     end tell
  2765. on error errMsg number errNum
  2766.     --enter statements to perform when no records are found such as...
  2767.     display dialog "Sorry, the item you selected could not be found."
  2768.     return
  2769. end try
  2770. e    No Changeq
  2771. Dev.CD Aug 00 TC Disk 1
  2772. All Packages
  2773. BouncingSpritesIyThis demo program shows how to construct a simple animation and apply compositing (graphics mode) effects to the sprites.J5README.txt
  2774. sd.bat
  2775. SpriteDemoApp
  2776. SpriteDemoApp.zip
  2777. Feb 00
  2778. - Common
  2779.     - Sun Compliant Java Runtime Environment 1.1
  2780.     - QuickTime 3 
  2781.     - QTJava.zip
  2782.     - QTJava media samples
  2783. - Mac OS:
  2784.     - System 8 or later
  2785.     - Macintosh Runtime for Java (MRJ) 2.1
  2786. - Windows 95, 98, or NT::
  2787.     - JRE/JDK from Sun Microsystems, Inc. recommended
  2788. e    No Changef2DrawSprocket
  2789. color
  2790. depth
  2791. resolution
  2792. switching
  2793. gameo
  2794. http://developer.apple.com/sdkq
  2795. Dev.CD Apr 00 SDK1
  2796. All Packages
  2797. DrawSprocketTestI
  2798. This sample shows basic implementations of DrawSprocket Functions.  It demonstrates:
  2799. - Get Version
  2800. - Display/context iteration
  2801. - Context searching
  2802. - Multiple-buffering/page flipping
  2803. - CLUT operations
  2804. - DSpUserSelectContext
  2805. - Underlays
  2806. - Single BufferingJ^DrawSprocketTest
  2807. DrawSprocketTest.c
  2808. DrawSprocketTest.CW2.prj
  2809. DrawSprocketTest.CW5.prj
  2810. makefileK
  2811. Feb 00MUPowerPC, System 8.1 or later, and either Universal Interfaces 3.3 or DrawSprocket SDKN-DrawSprocket, GetVersion, Context, blit, CLUTO;Dev.CD Aug 00 TC Disk 1:Sample Code:Games:DrawSprocketTest:PCDev.CD Aug 00 TC Disk 1
  2812.  - Sample Code
  2813.  - Games
  2814.  - DrawSprocketTestV
  2815. 89419X
  2816. Aug 00^    TC Disk 1
  2817. e    No Change
  2818. 2 reassembler DLL.
  2819. J8Building QT Samples
  2820. ComponentVideoRTP
  2821. IMAAudioRTP
  2822. ReadmeV
  2823. 88307X
  2824. 1e    No Change
  2825. OTPAPSampleServer is a Native Open Transport implementation of a AppleTalk Printer Access Protocol (PAP) server.
  2826. Features support for multiple handoff endpoints, self send mode so that you can print from the same system that the PAP Server is running on, demonstrates the use of Option Management to enable the EOMOption, and to set the server message.  This sample was built with CodeWarrior and includes the Project file used to generate the program.
  2827. YATalkSampleUtils.c
  2828. ATalkSampleUtils.h
  2829. EnableEOMSample.c
  2830. EnableSelfSendSample.c
  2831. OTDebug.h
  2832. PAPPostScriptStuff.c
  2833. PAPPostScriptStuff.h
  2834. PAPServerSample Readme
  2835. PAPServerSample.c
  2836. PAPServerSample.h
  2837. PAPServerSample.ppc
  2838. PAPServerSample.proj
  2839. PAPServerSample.rsrc
  2840. PAPServerUtilities.c
  2841. PAPServerUtilities.h
  2842. SetServerStatusOption.c
  2843. StringUtils.c
  2844. StringUtils.h
  2845. Mar 98L
  2846. Sep 99OADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPAPSampleServer:le
  2847. sitez
  2848. situationually
  2849. vantage
  2850. variable
  2851. variables
  2852. variably
  2853. variant
  2854. variants
  2855. variation
  2856. varietyj
  2857. various
  2858. v1.2.1R
  2859. v1.4.6b2
  2860. v1.5.1
  2861. v1.7.2
  2862. v2.0.4
  2863. v2.0.6
  2864. v2.6.5]
  2865. v3.0.1^
  2866. v7.1.2
  2867. vacinity
  2868. valid
  2869. validate
  2870. validating
  2871. validation
  2872. validator
  2873. validity
  2874. value
  2875. values
  2876. vantage
  2877. variable
  2878. variables
  2879. variant
  2880. varietyj
  2881. various
  2882. tcp/ip
  2883. appletalk
  2884. reconfiguration
  2885. network
  2886. setup
  2887. ottcpwilldial
  2888. tcp/ip
  2889. search
  2890. tear-off
  2891. technical
  2892. technical
  2893. documentation
  2894. technical
  2895. publications
  2896. techniques
  2897. technote
  2898. technote
  2899. tedittext
  2900. telephone
  2901. telephone
  2902. manager
  2903. telephony
  2904. television
  2905. tendpointinfo
  2906. terminology
  2907. tesample
  2908. testdeviceattribute
  2909. testing
  2910. testylesample
  2911. textO
  2912. editor
  2913. encoding
  2914. encoding
  2915. converter
  2916. services
  2917. manager
  2918. services
  2919. textedit
  2920. text-to-speech
  2921. textedit
  2922. texture
  2923. thread
  2924. thread
  2925. manager
  2926. threads
  2927. thumbnail
  2928. tilisten
  2929. manager
  2930. tasks
  2931. intelZ
  2932. intelligent
  2933. intelligently
  2934. intend
  2935. intended
  2936. intense
  2937. intent
  2938. intents
  2939. intepreting
  2940. inter-application
  2941. inter-related
  2942. interact
  2943. interaction
  2944. interactions
  2945. interactive
  2946. interactively
  2947. interacts
  2948. interapplication
  2949. riably
  2950. investigating
  2951. investments{
  2952. involves
  2953. documentation
  2954. sample
  2955. audio
  2956. features
  2957. newgworld
  2958. newgworld
  2959. newgworld
  2960. newnsptest
  2961. norway
  2962. norway
  2963. distributors/localiz
  2964. apple
  2965. product
  2966. example
  2967. noteX
  2968. notes
  2969. notestonetest
  2970. notestonetest
  2971. 1.5.1
  2972. first
  2973. library
  2974. plugins
  2975. nubus
  2976. nubus
  2977. board
  2978. registration
  2979. object
  2980. objectcode
  2981. objecthelpers
  2982. objecthelpers
  2983. objecthelpers
  2984. objects
  2985. objects68k
  2986. objectsppc
  2987. objectsupportlib
  2988. obsolete
  2989. obsolete
  2990. pre-asip
  2991. me    No Change
  2992. --set theItem to choose file -- uncomment to test in an AS editor
  2993.     tell application "Finder"
  2994.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:ShowInitIcon:"
  2995.         activate
  2996.     end tell
  2997. on error errMsg number errNum
  2998.     --enter statements to perform when no records are found such as...
  2999.     display dialog "Sorry, the item you selected could not be found."
  3000.     return
  3001. end try
  3002. embedding
  3003. profile
  3004. engineering
  3005. english
  3006. englishmiscellaneousd
  3007. englishmiscellaneous
  3008. englishmiscellaneous
  3009. rsrcd
  3010. englishterminologyd
  3011. englishterminology
  3012. englishterminology
  3013. rsrcd
  3014. enhanced
  3015. enhanced
  3016. survival
  3017. guide
  3018. eomodeler
  3019. eomodeler
  3020. errata~
  3021. error
  3022. errors
  3023. ethernet
  3024. event~
  3025. eventloop
  3026. eventloop
  3027. apple
  3028. ethernet
  3029. apple
  3030. video
  3031. 86756X
  3032. versions`
  3033. versit{
  3034. versus
  3035. vertical{
  3036. vertically
  3037. vertigo
  3038. verttest
  3039. veteran
  3040. videotape
  3041. vidoutapp
  3042. view]
  3043. e    No Changeq
  3044. Dev.CD Aug 00 TC Disk 1
  3045. All Packages
  3046. Virtual User
  3047. Virtual User is the primary tool used by Apple Computer to perform integration, compatibility, and user-perceived performance testing.  Virtual User 3.0.1d3 is compatible with System 6.0.5 through Mac OS 9.0.
  3048. Virtual User 3.0.1d3 is a pre-releases version that has some bug fixes for Systems 8.6 and 9.0, and some minor enhancements.  See the release notes for details.
  3049. Includes: Virtual User (FAT application, Sys 9.0 compatible);  Agent VU (enabling system extension); documents; examples.
  3050. 90661X
  3051. --set theItem to choose file -- uncomment to test in an AS editor
  3052.     tell application "Finder"
  3053.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:"
  3054.         activate
  3055.     end tell
  3056. on error errMsg number errNum
  3057.     --enter statements to perform when no records are found such as...
  3058.     display dialog "Sorry, the item you selected could not be found."
  3059.     return
  3060. end try
  3061. targetingw
  3062. targets
  3063. targetted
  3064. tasksj
  3065. tcp/ip
  3066. tcp/ip
  3067. administration
  3068. macintosh
  3069. v2.0.4
  3070. tcp/ip
  3071. connection
  3072. macintosh
  3073. v2.0.4
  3074. tcp/ip/lpr
  3075. tcpclose
  3076. tcpreceive
  3077. tcpsend
  3078. teach
  3079. teamw
  3080. tear-off
  3081. tech{
  3082. technicalT
  3083. technical
  3084. overview
  3085. opment Resources:P\Dev.CD Aug 00 TC Disk 1
  3086.  - Tool Chest
  3087.  - Communications Toolbox
  3088.  - CTB Development Resourcesn order to achieve a noble purpose: as better "Select F
  3089. HSummary:  UnmountIt lets you easily unmount and eject sharable volumes when Macintosh File Sharing is in use.  UnmountIt demonstrates how to user server control calls to control AppleShare/File Sharing, how to drop volumes on an application icon, and how to unmount and eject a disk.
  3090. All Metrowerks Pascal source code included.
  3091. JYMW UnmountIt.
  3092. ServerControlIntf.p
  3093. UnmountIt
  3094. UnmountIt Read Me
  3095. UnmountIt.p
  3096. UnmountIt.rsrcK
  3097. Aug 95M
  3098. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO7Dev.CD Aug 00 TC Disk 1:Tool Chest:Files:UnmountIt 1.2:P?Dev.CD Aug 00 TC Disk 1
  3099.  - Tool Chest
  3100.  - Files
  3101.  - UnmountIt 1.2
  3102. fixed
  3103. point
  3104. rotation
  3105. translation
  3106. floating
  3107. floppy
  3108. floppy
  3109. floppy
  3110. drive
  3111. readsector
  3112. msdos
  3113. folder
  3114. family
  3115. getnextfond
  3116. findfamilies
  3117. fonts
  3118. fontsync
  3119. forecolor
  3120. foreground
  3121. foreign
  3122. format
  3123. format
  3124. foreign
  3125. system
  3126. floppy
  3127. dixzero
  3128. lding QT Samples
  3129. READMEN$QuickTime, Text, Track, URL, ActionsOcDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Wired Movies and Sprites:AddHTActions:PqDev.CD Aug 00 TC Disk 2
  3130.  - Sample Code
  3131.  - QuickTime
  3132.  -  All Macintosh
  3133.  - Wired Movies and Sprites
  3134.  - AddHTActions
  3135. All Packages
  3136. F    PowerTalkO
  3137. Dev.CD Apr 95
  3138. Dev.CD Jan 95P
  3139. Dev.CD Apr 95
  3140. Dev.CD Jan 9V
  3141. 89811X
  3142. Apr 95
  3143. p--set theItem to choose file -- uncomment to test in an AS editor
  3144.     tell application "Finder"
  3145.         open item "Dev.CD Apr 95
  3146. Dev.CD Jan 95"
  3147.         activate
  3148.     end tell
  3149. on error errMsg number errNum
  3150.     --enter statements to perform when no records are found such as...
  3151.     display dialog "Sorry, the item you selected could not be found."
  3152.     return
  3153. end try
  3154. All Packages
  3155. F    PowerTalkO
  3156. Dev.CD Apr 95P
  3157. Dev.CD Apr 9V
  3158. 89812X
  3159. Apr 95
  3160. b--set theItem to choose file -- uncomment to test in an AS editor
  3161.     tell application "Finder"
  3162.         open item "Dev.CD Apr 95"
  3163.         activate
  3164.     end tell
  3165. on error errMsg number errNum
  3166.     --enter statements to perform when no records are found such as...
  3167.     display dialog "Sorry, the item you selected could not be found."
  3168.     return
  3169. end try
  3170. All Packages
  3171. F    PowerTalkO
  3172. Dev.CD Apr 95V
  3173. 89813X
  3174. --set theItem to choose file -- uncomment to test in an AS editor
  3175.     tell application "Finder"
  3176.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:Signals:"
  3177.         activate
  3178.     end tell
  3179. on error errMsg number errNum
  3180.     --enter statements to perform when no records are found such as...
  3181.     display dialog "Sorry, the item you selected could not be found."
  3182.     return
  3183. end try
  3184. uslibrary
  3185. dtsqtutilities
  3186. dtsqtutilities
  3187. dtsqtutilities
  3188. dukemovie
  3189. dukemovie
  3190. dumparpcache
  3191. dumparpcache
  3192. dumparpcache
  3193. dumparpcache
  3194. dumpnetworksetup
  3195. dumpnetworksetup
  3196. dumpnetworksetup
  3197. dumpnetworksetup
  3198. dumpscreen
  3199. dumpscreen
  3200. dumpscreen
  3201. dumpster
  3202. dutch
  3203. dutch
  3204. 1.1.3
  3205. dzdrone
  3206. dzevenmoreresources
  3207. graphics
  3208. pattern
  3209. penpixpat
  3210. penpat
  3211. window
  3212. movewindow
  3213. window
  3214. manager
  3215. gspgetversion
  3216. guest
  3217.     activate
  3218.     end tell
  3219. on error errMsg number errNum
  3220.     --enter statements to perform when no records are found such as...
  3221.     display dialog "Sorry, the item you selected could not be found."
  3222.     return
  3223. end try
  3224. part{
  3225. partial
  3226. participation
  3227. nu7.1.c
  3228. AddResMenu7.1.h
  3229. AddResMenu7.1.rsrcN
  3230. Resource, AddResMenuOJDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:AddResMenu7.1:PRDev.CD Aug 00 TC Disk 2
  3231.  - Sample Code
  3232.  - Human Interface Toolbox
  3233.  - AddResMenu7.1
  3234. 89303X
  3235. Aug 00^    TC Disk 1
  3236. --set theItem to choose file -- uncomment to test in an AS editor
  3237.     tell application "Finder"
  3238.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Compressed PICT Info:"
  3239.         activate
  3240.     end tell
  3241. on error errMsg number errNum
  3242.     --enter statements to perform when no records are found such as...
  3243.     display dialog "Sorry, the item you selected could not be found."
  3244.     return
  3245. end try
  3246. e    No Changef4Compression
  3247. StdPic
  3248. StdBits
  3249. Compressed
  3250. PICT Infoq
  3251. Dev.CD Aug 00 TC Disk 1
  3252. All Packages
  3253. CompressMovies
  3254. 89304X
  3255. e -- uncomment to test in an AS editor
  3256.     tell application "Finder"
  3257.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:"
  3258.         activate
  3259.     end tell
  3260. on error errMsg number errNum
  3261.     --enter statements to perform when no records are found such as...
  3262.     display dialog "Sorry, the item you selected could not be found."
  3263.     return
  3264. end try
  3265.  Quadra 660AV or 840AV, Power Macintosh AV computer, or Power Macintosh with AV card upgrade 
  3266.  16 megabytes of  DRAM (memory)
  3267.  Video source (for instance, a video camera or VCR)
  3268.  Audio source (for instance, a  PlainTalk microphone or VCR)
  3269.  Network connection (for instance, Ethernet or ISDN)
  3270.  Network Software Installer version 1.5. (this is already installed on Power Macintosh 7500 and 8500 computers)
  3271. NMQuickTime, QuickTime Conferencing, video conferencing, Apple Media ConferenceW
  3272. copybits
  3273. copymask
  3274. em folder and reboot. Alternatively, just drop the extension onto a utility like Reinstaller to make the media handler immediately available.
  3275. Windows Build Instructions:
  3276. Build the Windows DLL using CodeWarrior; then copy the DLL to a Windows machine, along with the files QDrawHandler.r, QDMediaCommon.h, and QDrawMHdlr.rez.bat. Once all these files are on a Windows machine, run the batch file QDrawMHdlr.rez.bat, which should create the file QDrawMHd
  3277. calls
  3278. All Packages
  3279. QuickDraw GXO
  3280. Dev.CD Jun 97 SSWP
  3281. Dev.CD Jun 97 SSV
  3282. 90007X
  3283. Jun 97
  3284. f--set theItem to choose file -- uncomment to test in an AS editor
  3285.     tell application "Finder"
  3286.         open item "Dev.CD Jun 97 SSW"
  3287.         activate
  3288.     end tell
  3289. on error errMsg number errNum
  3290.     --enter statements to perform when no records are found such as...
  3291.     display dialog "Sorry, the item you selected could not be found."
  3292.     return
  3293. end try
  3294. All Packages
  3295. QuickDraw GXO
  3296. Dev.CD Jun 97 SSWP
  3297. Dev.CD Jun 97 SSV
  3298. 90008X
  3299. Jun 97
  3300. f--set theItem to choose file -- uncomment to test in an AS editor
  3301.     tell application "Finder"
  3302.         open item "Dev.CD Jun 97 SSW"
  3303.         activate
  3304.     end tell
  3305. on error errMsg number errNum
  3306.     --enter statements to perform when no records are found such as...
  3307.     display dialog "Sorry, the item you selected could not be found."
  3308.     return
  3309. end try
  3310. All Packages
  3311. QuickDraw GXO
  3312. Dev.CD Jun 97 SSWV
  3313. 90009X
  3314. cording
  3315. UODDev.CD Oct 00 SDK1:Development Kits:Mac OS:Cursor Component 1.0 SDK:PLDev.CD Oct 00 SDK1
  3316.  - Development Kits
  3317.  - Mac OS
  3318.  - Cursor Component 1.0 SDKV
  3319. 89333X
  3320. Oct 00^
  3321. --set theItem to choose file -- uncomment to test in an AS editor
  3322.     tell application "Finder"
  3323.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Cursor Component 1.0 SDK:"
  3324.         activate
  3325.     end tell
  3326. on error errMsg number errNum
  3327.     --enter statements to perform when no records are found such as...
  3328.     display dialog "Sorry, the item you selected could not be found."
  3329.     return
  3330. end try
  3331. e    No Changef(cursor component
  3332. color cursor
  3333. big cursoro
  3334. http://developer.apple.com/sdkq
  3335. Dev.CD Oct 00 SDK1
  3336. All Packages
  3337. CustomGet unresolved alias
  3338. 89334X
  3339. nd walks down it, converting it to dirID's along the way. This is the opposite of the procedure described in TN #68 (more or less). DTS does not condone this.
  3340. PBCatSearch:  This small sample shows how to use the PBCatSearch function
  3341. to an accepting endpoint. The accepting endpoint waits for a 128 byte "request" packet, then returns a predefined amount of data from memory to the client.   It then does an orderly release and puts the endpoint back into its idle queue.   
  3342. It's fast!   Running on Open Transport 1.1.1, a Power Mac 7100/80 on a 10 Mbit ethernet using 8K downloads can almost saturate the wire.  Using a 200 MHz Power Mac on the same LAN with 1K downloads the server sustains better than 300 connections per seC
  3343. cond.  
  3344. Communications Toolbox
  3345. Contributed
  3346. Devices and Hardware
  3347. Files
  3348. Games
  3349. Graphics 2D
  3350. Graphics 3D
  3351. Help Systems
  3352. Human Interface Toolbox
  3353. Interapplication Comm
  3354. Memory
  3355. Networking
  3356. OS Utilities
  3357. Overview
  3358. Platforms and Tools
  3359. Printing
  3360. Processes
  3361. QuickTime
  3362. Runtime Architecture
  3363. Sound
  3364. Feb 97L
  3365. Mar 97M
  3366. Open Transport 1.1.1 or greaterO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  3367.  - Sample Code
  3368. Aug 93V
  3369. 87044X
  3370. 1e    No Change
  3371. urbina
  3372. N]high level, toolbox, hltb, MoreFiles, MoreIsBetter, glue, wrapper, library code, MoreIsBetterO:Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:PBDev.CD Aug 00 TC Disk 2
  3373.  - Sample Code
  3374.  - Overview
  3375.  - MoreIsBetterV
  3376. 89665X
  3377. Aug 00^    TC Disk 2
  3378. --set theItem to choose file -- uncomment to test in an AS editor
  3379.     tell application "Finder"
  3380.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:"
  3381.         activate
  3382.     end tell
  3383. on error errMsg number errNum
  3384.     --enter statements to perform when no records are found such as...
  3385.     display dialog "Sorry, the item you selected could not be found."
  3386.     return
  3387. end try
  3388. e    No ChangefUhigh level
  3389. toolbox
  3390. MoreFiles
  3391. MoreIsBetter
  3392. wrapper
  3393. library code
  3394. MoreIsBetterq
  3395. Dev.CD Aug 00 TC Disk 2
  3396. All Packages
  3397. MoreNetworkSetup
  3398. 89666X
  3399. ectDeviceRect, GetWindowDevice, GetWindowDeviceRect, PStrConcat, ZoomToWindowDevice, DTS.Utilities
  3400. mountprojector
  3401. mountserver
  3402. mouse
  3403. mouseinfo
  3404. mouseinfo
  3405. mamake
  3406. mouseinfo
  3407. mousoid
  3408. mousoid
  3409. movablemodal
  3410. movablemodal
  3411. moveablemodaldialog
  3412. moveablemodaldialog
  3413. moveablemodaldialog
  3414. movieY
  3415. movie
  3416. movie
  3417. movie
  3418. moviebrowser
  3419. moviebrowser
  3420. moviebrowser
  3421. moviecallbacks
  3422. moviecallbacks
  3423. moviecontrol
  3424. moviecontrol
  3425. moviefile
  3426. moviefile
  3427. moviefile
  3428. moviefile
  3429. moviegworlds
  3430. moviegworlds
  3431. moviegworlds
  3432. moviegworlds
  3433. moviegworlds
  3434. movieimport
  3435. movieimport68k
  3436. movieprefs
  3437. movieprefs
  3438. movieprefs
  3439. movieproc
  3440. moviesp
  3441. movieshop
  3442. movietoaiff
  3443. movietoaiff
  3444. movietoaiff
  3445. movietoaiff
  3446. Summary: This is the electronic version of develop magazine.
  3447.  Issue 2 highlights:
  3448. Using C++ Objects in a Handle-Based World.  Avoiding headaches when you use C++ objects in the Macintosh world.
  3449. Using Objects Safely in Object Pascal.  Guidelines to take the worry out of using objects so you can relax and enjoy their advantages.
  3450. The Secret Life of the Memory Manager.  Memory Manager behavior and how it affects your applications.
  3451. Speed Your Software Development with MacApp.  Let MacApp 
  3452. take care of the user so you can focus on writing
  3453. and reusing
  3454. code.
  3455. How to Design an Object-Based Application.  A step-by-step two-phase process for designing an object-bases application.
  3456. Unofficial C++ Style Guide.  How to harness C++
  3457. s power without getting tripped up by some of its less savory features.
  3458. Demystifying the GS/OS Cache.  Taking the mystery and confusion out of caching algorithms. 
  3459. J(develop Issue  2:
  3460. develop Issue  2 code:K
  3461. Vol IIIL
  3462. Jun 95ivequeueele
  3463. uThis sample includes two source code libraries which provide simplified access to Network Setup. The first, MoreNetworkSetup, is a simple wrapper around Network Setup. The second, NetworkSetupHelpers, provides high-level functionality (for example, turning AppleTalk on/off, switching TCP/IP configurations) that works with both Network Setup and on pre-Mac OS 8.5 systems.
  3464. JfMoreInterfaceLib
  3465. MoreMemory
  3466. MoreQuickDraw
  3467. MoreSetup.h
  3468. MoreTextUtils
  3469. NetworkSetup
  3470. PLStringFuncs
  3471. Read MeK
  3472. Jan 99L
  3473. Dec 99M
  3474. Network Setup library, which is currently only available as part of Mac OS 8.5.  NetworkSetupHelpers provides compatibility glue for older systems and merely requires OT 1.1.1 or higher.NnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveO@Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:MoreNetworkSetup:PHDev.CD Aug 00 TC Disk 2
  3475.  - Sample Code
  3476.  - Networking
  3477.  - MoreNetworkSetup
  3478. d CopyDeepMask with LaserWriter driver 7.0? Read this column to find out.
  3479. Be Our Guest: GWorlds and NuBus Memory  by Forrest Tanaka and Paul Snively.   Taking advantage of NuBus memory for off-screen graphics is tricky. Here are some tips on how to do it in a friendly, compatible way.
  3480. J(develop Issue  8:
  3481. develop Issue  8 code:K
  3482. Vol IIIL
  3483. Jun 95OCDev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  8:PKDev.CD Sept 96 RL
  3484.  - Technical Documentation
  3485.  - develop
  3486.  - develop Issue  8Dev.CD Oct 93P
  3487. Dev.CD Jan 94
  3488. Dev.CD Oct 9V
  3489. 88462X
  3490. Jan 94
  3491. p--set theItem to choose file -- uncomment to test in an AS editor
  3492.     tell application "Finder"
  3493.         open item "Dev.CD Jan 94
  3494. Dev.CD Oct 93"
  3495.         activate
  3496.     end tell
  3497. on error errMsg number errNum
  3498.     --enter statements to perform when no records are found such as...
  3499.     display dialog "Sorry, the item you selected could not be found."
  3500.     return
  3501. end try
  3502. All Packages
  3503. F    QuickTimeV
  3504. 88463X
  3505. All Packages
  3506. System UpdateO
  3507. Dev.CD Oct 94P
  3508. Dev.CD Oct 9V
  3509. 90576X
  3510. Oct 94
  3511. b--set theItem to choose file -- uncomment to test in an AS editor
  3512.     tell application "Finder"
  3513.         open item "Dev.CD Oct 94"
  3514.         activate
  3515.     end tell
  3516. on error errMsg number errNum
  3517.     --enter statements to perform when no records are found such as...
  3518.     display dialog "Sorry, the item you selected could not be found."
  3519.     return
  3520. end try
  3521. All Packages
  3522. System UpdateO
  3523. Dev.CD Oct 94
  3524. Dev.CD Jul 94P
  3525. Dev.CD Oct 94
  3526. Dev.CD Jul 9V
  3527. 90577X
  3528. Oct 94
  3529. p--set theItem to choose file -- uncomment to test in an AS editor
  3530.     tell application "Finder"
  3531.         open item "Dev.CD Oct 94
  3532. Dev.CD Jul 94"
  3533.         activate
  3534.     end tell
  3535. on error errMsg number errNum
  3536.     --enter statements to perform when no records are found such as...
  3537.     display dialog "Sorry, the item you selected could not be found."
  3538.     return
  3539. end try
  3540. All Packages
  3541. System UpdateV
  3542. 90578X
  3543. 89666X
  3544. Aug 00^    TC Disk 2
  3545. --set theItem to choose file -- uncomment to test in an AS editor
  3546.     tell application "Finder"
  3547.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:MoreNetworkSetup:"
  3548.         activate
  3549.     end tell
  3550. on error errMsg number errNum
  3551.     --enter statements to perform when no records are found such as...
  3552.     display dialog "Sorry, the item you selected could not be found."
  3553.     return
  3554. end try
  3555. e    No ChangefnTCP/IP AppleTalk reconfiguration Network Setup OTTCPWillDial AppleTalk on off enabled disabled active inactiveq
  3556. Dev.CD Aug 00 TC Disk 2
  3557. All Packages
  3558. MoreOSL
  3559. 89667X
  3560. k icon.)
  3561. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  3562.     http://www.adobe.com/acrobat/register.html
  3563. To view the latest information
  3564. staging
  3565. staging
  3566. alerts
  3567. standalone
  3568. standalone
  3569. quick
  3570. start
  3571. standard
  3572. standardgetfolder
  3573. standardgetfolder
  3574. standardgetfolder
  3575. standardgetfolder
  3576. standardgetfolder
  3577. standardgetfoldermai
  3578. standardgetfoldermai
  3579. standardmenus
  3580. standardmenus
  3581. standards
  3582. standardwdef
  3583. standardwdef
  3584. start
  3585. start
  3586. started
  3587. starter
  3588. startup
  3589. static
  3590. packages
  3591. macos{
  3592. macos-based
  3593. macpaint
  3594. macro
  3595. macros
  3596. macsU
  3597. macsbugB
  3598. macsbug
  3599. apple's
  3600. assembly-level
  3601. powerpc
  3602. debugger
  3603. macsbug's
  3604. macsnmp
  3605. mactcp
  3606. mactcp
  3607. 2.0.6
  3608. release
  3609. notes
  3610. magic
  3611. magician
  3612. mail-order
  3613. mailing
  3614. mailings
  3615. maintain{
  3616. maintainingV
  3617. major_
  3618. makeO
  3619. makefolder
  3620. maker
  3621. makesN
  3622. distributor
  3623. distributors
  3624. dithering
  3625. divided
  3626. dixformat
  3627. dixzero
  3628. dmfkey
  3629. dmfkey
  3630. short
  3631. display
  3632. manager
  3633. sample
  3634. which
  3635. dmgetfirstscreendevi
  3636. dmgetnextscreendevic
  3637. docviewer
  3638. apple
  3639. detectorsy
  3640. apple
  3641. developer
  3642. newsz
  3643. apple
  3644. eventi
  3645. apple
  3646. event
  3647. folder
  3648. actions
  3649. apple
  3650. event
  3651. server
  3652. apple
  3653. eventsb
  3654. apple
  3655. events
  3656. spell
  3657. grammar
  3658. writeswell
  3659. spellswell
  3660. working
  3661. apple
  3662. guide
  3663. apple
  3664. apple
  3665. media
  3666. conference
  3667. apple
  3668. apple
  3669. newsz
  3670. apple
  3671. servers
  3672. apple
  3673. share
  3674. authentication
  3675. apple
  3676. shared
  3677. library
  3678. manager
  3679. apple
  3680. system
  3681. apple
  3682. services
  3683. unicode
  3684. imaging
  3685. menuy
  3686. coprocessorR
  3687. copybits
  3688. countersA
  3689. customgetfilepreview
  3690. darkN
  3691. datay
  3692. decompression
  3693. detector
  3694. detectorsy
  3695. developerz
  3696. device
  3697. documentation
  3698. editorO
  3699. environment
  3700. ethernetR
  3701. ethernet
  3702. eventi
  3703. eventsb
  3704. frame
  3705. framework
  3706. functionv
  3707. function
  3708. keysv
  3709. gatewayT
  3710. glossaries
  3711. guide
  3712. gworldr
  3713. hardware
  3714. systems
  3715. hotspot
  3716. hypercard
  3717. index
  3718. interaction
  3719. e    No Changef
  3720. QuickTime
  3721. Vector
  3722. Pictureq
  3723. Dev.CD Aug 00 TC Disk 2
  3724. All Packages
  3725. QTWiredSpritesI
  3726. This sample code creates a wired sprite movie containing one sprite track. The sprite track contains six sprites: two penguins and four buttons.
  3727. <Application Files
  3728. Building QT Samples
  3729. Common Files
  3730. QTWiredSprites 68k
  3731. QTWiredSprites 68k.mcp
  3732. QTWiredSprites PPC
  3733. QTWiredSprites PPC.mcp
  3734. QTWiredSprites Win.mcp
  3735. QTWiredSprites.c
  3736. QTWiredSprites.exe
  3737. QTWiredSprites.h
  3738. QTWiredSprites.mak
  3739. QTWiredSprites.r
  3740. README - QTWiredSprites
  3741. WiredSpriteUtilities.c
  3742. WiredSpriteUtilities.h
  3743. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N:QuickTime, Sprite, Track, Wired, Events, Triggered, EventsOVDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTWiredSprites:V
  3744. 89910X
  3745. 1e    No Change
  3746. 89859X
  3747. Aug 00^    TC Disk 2
  3748. --set theItem to choose file -- uncomment to test in an AS editor
  3749.     tell application "Finder"
  3750.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:ProcDoggie:"
  3751.         activate
  3752.     end tell
  3753. on error errMsg number errNum
  3754.     --enter statements to perform when no records are found such as...
  3755.     display dialog "Sorry, the item you selected could not be found."
  3756.     return
  3757. end try
  3758. e    No Changef
  3759. process managerq
  3760. Dev.CD Aug 00 TC Disk 2
  3761. All Packages
  3762. ProcessI2A simple demonstration of the Process Manager API.J
  3763. proc.c
  3764. Process(PPC)
  3765. Process.mcpM
  3766. System 7.0N6Process Manager, GetNextProcess, GetProcessInformationO6Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:Process:P>Dev.CD Aug 00 TC Disk 2
  3767.  - Sample Code
  3768.  - Processes
  3769.  - ProcessV
  3770. 89860X
  3771. Aug 00^    TC Disk 2
  3772. e    No Change
  3773. address
  3774. resolution
  3775. protocol
  3776. protocol
  3777. mapping
  3778. addresses
  3779. addressing
  3780. addsZ
  3781. addvractions\
  3782. 0M    QuickTimeN    QuickTimeO=Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:PEDev.CD Aug 00 TC Disk 2
  3783.  - Sample Code
  3784.  - QuickTime
  3785.  -  All MacintoshV
  3786. 89168X
  3787. Aug 00^    TC Disk 2
  3788. --set theItem to choose file -- uncomment to test in an AS editor
  3789.     tell application "Finder"
  3790.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:"
  3791.         activate
  3792.     end tell
  3793. on error errMsg number errNum
  3794.     --enter statements to perform when no records are found such as...
  3795.     display dialog "Sorry, the item you selected could not be found."
  3796.     return
  3797. end try
  3798. e    No Changef    QuickTimeq
  3799. Dev.CD Aug 00 TC Disk 2
  3800. All Packages
  3801. All WindowsI2A collection of all the Windows QuickTime samples.J
  3802. Basics
  3803. Capturing
  3804. Codecs
  3805. Effects
  3806. Goodies
  3807. Importers and Exporters
  3808. Music and Sound
  3809. QuickTime for Java
  3810. QuickTime Text
  3811. QuickTime VR
  3812. Streaming
  3813. TimeCodes
  3814. Vectors
  3815. Wired Movies and SpritesO?Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Windows.win:V
  3816. 89169X
  3817. 1e    No Change
  3818. All Packages
  3819. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  3820. Dev.CD Jan 94
  3821. Dev.CD Oct 93
  3822. Dev.CD Jul 93
  3823. Dev.CD Apr 93PDDev.CD Apr 94
  3824. Dev.CD Jan 94
  3825. Dev.CD Oct 93
  3826. Dev.CD Jul 93
  3827. Dev.CD Apr 9V
  3828. 90550X
  3829. Apr 94
  3830. --set theItem to choose file -- uncomment to test in an AS editor
  3831.     tell application "Finder"
  3832.         open item "Dev.CD Apr 94
  3833. Dev.CD Jan 94
  3834. Dev.CD Oct 93
  3835. Dev.CD Jul 93
  3836. Dev.CD Apr 93"
  3837.         activate
  3838.     end tell
  3839. on error errMsg number errNum
  3840.     --enter statements to perform when no records are found such as...
  3841.     display dialog "Sorry, the item you selected could not be found."
  3842.     return
  3843. end try
  3844. All Packages
  3845. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  3846. Dev.CD Jan 94
  3847. Dev.CD Oct 93
  3848. Dev.CD Jul 93
  3849. Dev.CD Apr 93PDDev.CD Apr 94
  3850. Dev.CD Jan 94
  3851. Dev.CD Oct 93
  3852. Dev.CD Jul 93
  3853. Dev.CD Apr 9V
  3854. 90551X
  3855. Apr 94
  3856. hard-coded
  3857. hard-won
  3858. hardwarek
  3859. UOADev.CD Oct 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:PIDev.CD Oct 00 SDK1
  3860.  - Development Kits
  3861.  - Mac OS
  3862.  - AppleShare IP 6.3 SDKev.CD Jan 94
  3863. Dev.CD Oct 93"
  3864.         activate
  3865.     end tell
  3866. on error errMsg number errNum
  3867.     --enter statements to perform when no records are found such as...
  3868.     display dialog "Sorry, the item you selected could not be found."
  3869.     return
  3870. end try
  3871. 89173X
  3872. Apr 98^
  3873. --set theItem to choose file -- uncomment to test in an AS editor
  3874.     tell application "Finder"
  3875.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Appearance & CMM SDK 1.0.2:"
  3876.         activate
  3877.     end tell
  3878. on error errMsg number errNum
  3879.     --enter statements to perform when no records are found such as...
  3880.     display dialog "Sorry, the item you selected could not be found."
  3881.     return
  3882. end try
  3883. Deletedf
  3884. Appearance Managerq
  3885. Dev.CD Apr 98 SDK1
  3886. 6D!All Packages
  3887. Mac OS SDK Edition
  3888. Appearance SDK 1.0.4
  3889. 7This is an update to the Appearance 1.0.3 SDK.
  3890. This SDK release updates the  .Keyboard font 3.1 that shipped with Mac OS 8.6.  All other information in the SDK is the same. The 3.1 version of the .Keyboard font contains fifteen additional glyphs for displaying the function keys F1 to F15 in menus and dialogs.
  3891. 89174X
  3892. 1e    No Change
  3893. uble-byteO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  3894.  - Sample Code
  3895. erentiating new features to your products faster than ever before.
  3896. This package contains QuickDraw GX v1.1.3 installer, new interfaces and libraries, as well as new and revised sample code.
  3897.  QuickDraw GX v1.1 can only be installed onto a System running 7.5.x.  Please read the instructions in "QuickDraw
  3898.  GX - Read Me First".
  3899.  There was an new set of GX interfaces and libraries in the SDK#4.  The GX interfaces (which are part of the Universal Interfaces, version 2.1) have been renamed, 
  3900. consolideted, and improved since the older interfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  3901.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  3902.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  3903. threads
  3904. thumbnail
  3905. thumbnail
  3906. copybits
  3907. print
  3908. tilisten
  3909. timecode
  3910. timeout
  3911. timing
  3912. timings
  3913. tokenR
  3914. tokenize
  3915. tokenizer
  3916. tokenizer
  3917. fcode
  3918. tokentalkR
  3919. virtual
  3920. external
  3921. toolboxe
  3922. toolbox
  3923. assistant
  3924. quickview
  3925. cicn's
  3926. cincludes
  3927. circumstances
  3928. claim{
  3929. claims
  3930. claris
  3931. clarisworks
  3932. clark
  3933. clash{
  3934. class
  3935. classes{
  3936. marching
  3937. marquee
  3938. marquee
  3939. marching
  3940. color
  3941. marquee
  3942. marquee
  3943. selection
  3944. mathlib
  3945. mcactionlinktourl
  3946. mdata
  3947. proportional
  3948. scrolling
  3949. media
  3950. memhell
  3951. memhell
  3952. memory
  3953. stress
  3954. debug
  3955. debugging
  3956. testing
  3957. memory
  3958. memory
  3959. manager
  3960. power
  3961. macintosh
  3962. heaps
  3963. memory
  3964. menuy
  3965. menus
  3966. messages
  3967. metafile
  3968. microphone
  3969. middleware
  3970. music
  3971. movie
  3972. converter
  3973. missA
  3974. mixed
  3975. mixerl
  3976. modal
  3977. modal
  3978. dialog
  3979. inserted
  3980. events
  3981. modaldialog
  3982. modaldialog
  3983. model
  3984. modes
  3985. modifymouseaccl
  3986. moduleN
  3987. monitor
  3988. moofwars
  3989. morefiles
  3990. --set theItem to choose file -- uncomment to test in an AS editor
  3991.     tell application "Finder"
  3992.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTDumpPortRegistry:"
  3993.         activate
  3994.     end tell
  3995. on error errMsg number errNum
  3996.     --enter statements to perform when no records are found such as...
  3997.     display dialog "Sorry, the item you selected could not be found."
  3998.     return
  3999. end try
  4000. mation visit the ColorSync website at http://www.apple.com/colorsync.
  4001. What's New in ColorSync
  4002.       - Device Profiles and Document Profiles
  4003.       - ColorSync Workflows
  4004.       - Apple CMM
  4005.       - Calibration Assistant Expert mode
  4006. summary
  4007. xcmds
  4008. xfcns
  4009. perform
  4010. summary
  4011. three
  4012. tools
  4013. written
  4014. hardwar
  4015. summary
  4016. simple
  4017. window
  4018. based
  4019. debugger
  4020. kernel
  4021. summary
  4022. prgram
  4023. guide
  4024. macintosh
  4025. power
  4026. sample
  4027. illustrates
  4028. quicktime's
  4029. sample
  4030. illustrates
  4031. quicktime's
  4032. graphics
  4033. sample
  4034. illustrates
  4035. quicktime's
  4036. standard
  4037. sample
  4038. illustrates
  4039. quicktime's
  4040. sample
  4041. illustrates
  4042. low-level
  4043. quickt
  4044. sample
  4045. illustrates
  4046. write
  4047. derived
  4048. sample
  4049. illustrates
  4050. determine
  4051. proces
  4052. sample
  4053. package
  4054. shows
  4055. define
  4056. custom
  4057. effect
  4058. sample
  4059. shows
  4060. parse
  4061. in-memory
  4062. scrap
  4063. sample
  4064. component
  4065. pretends
  4066. handler
  4067. sample
  4068. cycles
  4069. through
  4070. available
  4071. engines
  4072. sample
  4073. demonstates
  4074. basic
  4075. implmenetation
  4076. 6.3.1
  4077. 6.3.2
  4078. 64-bit
  4079. 640x480
  4080. 651-3561
  4081. 651-7584
  4082. 65c02
  4083. 68000
  4084. 68020u
  4085. 68030
  4086. 68040
  4087. 680x0
  4088. 68881/2
  4089. powerpc
  4090. newer
  4091. machines
  4092. running
  4093. system
  4094. later
  4095. 7.5.1
  4096. 7.5.2
  4097. 7.5.3
  4098. 73007200/1207200/906
  4099. 730513255
  4100. 7editO
  4101. Summary: This is the electronic version of develop magazine.
  4102.  Issue 27 highlights:
  4103. The Speech Recognition Manager Revealed  by Matt Pallakoff and Arlo Reeves.
  4104. Adding Speech Recognition to an Application Framework  by Tim Monroe.
  4105. With these two articles, you
  4106. ll have your application recognizing speech in no time. The first is an introduction to the long-awaited API for speech recognition, and the second is an example of adding basic speech recognition capabilities to a PowerPlant applica
  4107. tion. Listen up!
  4108. Working With OpenDoc Part Kinds  by Tantek 
  4109. elik and Dave Curbow.  Part kinds are like file types, only more so, and the choices you make about which part kinds to support will have a profound effect on users
  4110.  experiences with your part editor.
  4111. Using Apple Guide 2.1 With OpenDoc  by Peter Commons.  Apple Guide 2.1 has been extended to work well in OpenDoc
  4112. s brave new world of compound documents and processes within processes. Here
  4113. s a look at the new features and how to 
  4114. ft or down arrow drops the selected number down one.  
  4115. Right and up increase the number one.  Pretty boring.
  4116. 3) Numeric input.
  4117. If the user hits a number key, I replace the selected number with the number
  4118. they have hit.  This also allows multi-digit input, if the user hits
  4119. two numbers rapidly (within 60 ticks of each other) then both numbers are 
  4120. entered.  Y'Know, like if they hit 1 and 0 within 60 ticks of each other
  4121. I interprete that as 10.
  4122. Navigating is with the tab key to move between
  4123. @ fields, or mouse clicks on a field.
  4124. Notice that I am using the System (for the most part) to do any date validity
  4125. checking and conversion.  It's already in there, why re-write it?
  4126. This sample does not look at the international resources 
  4127. ('itl0' and 'itl1') to see what the user has set up as date ordering.  
  4128. Sorry.
  4129. JaDateDialog.c
  4130. DateThing 
  4131.  Read Me
  4132. DateThing(PPC)
  4133. DateThing.c
  4134. DateThing.h
  4135. DateThing.mcp
  4136. DateThing.rOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:DateThing:
  4137. --set theItem to choose file -- uncomment to test in an AS editor
  4138.     tell application "Finder"
  4139.         open item "Dev.CD Apr 94
  4140. Dev.CD Jan 94
  4141. Dev.CD Oct 93
  4142. Dev.CD Aug 93"
  4143.         activate
  4144.     end tell
  4145. on error errMsg number errNum
  4146.     --enter statements to perform when no records are found such as...
  4147.     display dialog "Sorry, the item you selected could not be found."
  4148.     return
  4149. end try
  4150. gimedapalette
  4151. givenh
  4152. givesw
  4153. giving
  4154. glance
  4155. global\
  4156. global-aware
  4157. globally
  4158. globals
  4159. glossaries
  4160. glyphsv
  4161. gopher
  4162. All Packages
  4163. System Enabler 088 (AVs)O
  4164. Dev.CD Apr 94P
  4165. Dev.CD Apr 9V
  4166. 90439X
  4167. Apr 94
  4168. b--set theItem to choose file -- uncomment to test in an AS editor
  4169.     tell application "Finder"
  4170.         open item "Dev.CD Apr 94"
  4171.         activate
  4172.     end tell
  4173. on error errMsg number errNum
  4174.     --enter statements to perform when no records are found such as...
  4175.     display dialog "Sorry, the item you selected could not be found."
  4176.     return
  4177. end try
  4178. All Packages
  4179. System Enabler 088 (AVs)O
  4180. Dev.CD Apr 94P
  4181. Dev.CD Apr 9V
  4182. 90440X
  4183. Apr 94
  4184. b--set theItem to choose file -- uncomment to test in an AS editor
  4185.     tell application "Finder"
  4186.         open item "Dev.CD Apr 94"
  4187.         activate
  4188.     end tell
  4189. on error errMsg number errNum
  4190.     --enter statements to perform when no records are found such as...
  4191.     display dialog "Sorry, the item you selected could not be found."
  4192.     return
  4193. end try
  4194. All Packages
  4195. System Enabler 088 (AVs)V
  4196. 90441X
  4197. f--set theItem to choose file -- uncomment to test in an AS editor
  4198.     tell application "Finder"
  4199.         open item "Dev.CD Jan 96 SSW"
  4200.         activate
  4201.     end tell
  4202. on error errMsg number errNum
  4203.     --enter statements to perform when no records are found such as...
  4204.     display dialog "Sorry, the item you selected could not be found."
  4205.     return
  4206. end try
  4207. ected could not be found."
  4208.     return
  4209. end try
  4210. CTESample
  4211. CTESample.make
  4212. PTESample
  4213. PTESample.make
  4214. README
  4215. TCTESample.
  4216. TCTESample.
  4217. .rsrc
  4218. TCTESampleGlue.c
  4219. TESample.c
  4220. TESample.c.o
  4221. TESample.h
  4222. TESample.p
  4223. TESample.p.o
  4224. TESample.r
  4225. TESampleGlue.a
  4226. TESampleGlue.a.o
  4227. TESampleInit.c
  4228. TESampleInit.c.oN
  4229. TextEdit, TESampleO6Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:TESample:P>Dev.CD Aug 00 TC Disk 2
  4230.  - Sample Code
  4231.  - Overview
  4232.  - TESampleV
  4233. 90608X
  4234. Aug 00^    TC Disk 2
  4235. --set theItem to choose file -- uncomment to test in an AS editor
  4236.     tell application "Finder"
  4237.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:TESample:"
  4238.         activate
  4239.     end tell
  4240. on error errMsg number errNum
  4241.     --enter statements to perform when no records are found such as...
  4242.     display dialog "Sorry, the item you selected could not be found."
  4243.     return
  4244. end try
  4245. e    No Changef
  4246. TextEdit
  4247. TESampleq
  4248. Dev.CD Aug 00 TC Disk 2
  4249. All Packages
  4250. F    Test CodeI
  4251. Simple RAVE test program.V
  4252. 90609X
  4253. 1e    No Change
  4254. created
  4255. finder
  4256. ifile
  4257. tpifile
  4258. tpifile
  4259. tpifileregister
  4260. tpifileregister
  4261. tpifiletest
  4262. tpifiletest
  4263. helper
  4264. traceroute
  4265. trackgworlds
  4266. trackgworlds
  4267. trackgworlds
  4268. traddriverloaderlib
  4269. traddriverloaderlib
  4270. traddriverloaderlib
  4271. traddriverloaderlib
  4272. traddriverloaderlib
  4273. traditional
  4274. traffic
  4275. trainingS
  4276. transferprovider
  4277. transferprovider
  4278. transferprovider
  4279. transferprovider
  4280. transitioneffect
  4281. transitioneffect
  4282. transitions
  4283. transitions
  4284. themes
  4285. translaterotate
  4286. translation
  4287. translation
  4288. extensions
  4289. translator
  4290. transport
  4291. transports
  4292. traputils
  4293. traputils
  4294. traputils
  4295. trootobj
  4296. trootobj
  4297. ts3testapi
  4298. Vol IIIL
  4299. May 95M
  4300. HyperCard,SuperCard, PlusO_Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:PjDev.CD Nov 99 TC
  4301.  - Tool Chest
  4302.  - Development Tools & Languages
  4303.  - HyperCard Related
  4304.  - Rinaldi CollectionV
  4305. 90133X
  4306. Nov 99^
  4307. --set theItem to choose file -- uncomment to test in an AS editor
  4308.     tell application "Finder"
  4309.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Tools & Languages:HyperCard Related:Rinaldi Collection:"
  4310.         activate
  4311.     end tell
  4312. on error errMsg number errNum
  4313.     --enter statements to perform when no records are found such as...
  4314.     display dialog "Sorry, the item you selected could not be found."
  4315.     return
  4316. end try
  4317. Deletedq
  4318. Dev.CD Nov 99 TC
  4319. All Packages
  4320. Robix & sources
  4321. 90134X
  4322.  coercing pascal style strings into typeChar (ASCII strings).
  4323. 84382X
  4324. 1e    No Change
  4325. localizable
  4326. localization
  4327. localize
  4328. localized
  4329. localizers
  4330. localizing
  4331. localtalkB
  4332. locate
  4333. located
  4334. locating
  4335. location
  4336. locations
  4337. locator
  4338. lock/unlock
  4339. locked
  4340. lockfile
  4341. logical
  4342. login
  4343. logins
  4344. long-awaited
  4345. long-term
  4346. longer
  4347. longitude
  4348. looking
  4349. looks
  4350. lookup
  4351. lookupmenu
  4352. lookups
  4353. looming
  4354. looney
  4355. Summary: The OpenDoc Development Framework, or ODF, is an object-oriented framework developed in C++ which is targeted for building cross-platform OpenDoc component editors. Like MacApp, Apple's framework for building standalone Macintosh applications, ODF makes the process of building an OpenDoc component editor easier by implementing much of a component editor's default behavior.
  4356. OpenDoc Development Framework (ODF) Release 3 is mainly a maintenance release. ODF 3 is not cross-platform, 
  4357. it is still Mac-only. When we shipped ODF 2 in September, we scheduled ODF 3 for a January/February time frame. But the number of patches and the improvements we made in recent months made us decide to release an earlier version without waiting for the cross-platform support. It is, we think, important to provide you with a reference release containing all the changes you have seen us posting on the ODF-Interest list and the Web. We could have called it ODF 2.5 or ODF 2 Update 1 but it is,
  4358. he    No Changef ATA
  4359. ATAPI
  4360. CD-ROM
  4361. CD ROM
  4362. ATA Demoq
  4363. Dev.CD Aug 00 TC Disk 1
  4364. All Packages
  4365. ATAErrorDetector
  4366. ATAErrorDetector is sample code demonstrating how to test for certain kinds of ATA hard drives which would cause problems for some PowerBooks runnning in SCSI disk mode.
  4367. The sample demonstrates using the ATA inquiry command and the fields returned by this command to determine information about an ATA drive.  It detects an error documented in Technote 1116, "PowerBook HD Upgrades and SCSI Disk Mode Compatibility".
  4368. JoATA Error Detection.c
  4369. ATA Error Detector (PPC)
  4370. ATA Error Detector Read Me
  4371. ATA Error Detector.mcp
  4372. resources.rsrcK
  4373. Jan 98M
  4374. PowerBook with ATA manager (190, 2300, 5300, 1400, 3400, 2400).  Later PowerBooks are not affected by these bugs, but the test will run.N6ATA, PowerBook, SCSI, SCSI disk mode, ATAErrorDetectorONDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ATA:ATAErrorDetector:V
  4375. 89225X
  4376. 1e    No Change
  4377. J:ADB Parser 5.0.7
  4378. ADB Parser Read Me
  4379. ADB Parser Read Me.txtK
  4380. Jun 92L
  4381. Dec 92M
  4382. 6.0.6 or later.ONDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:PYDev.CD Aug 00 TC Disk 1
  4383.  - Tool Chest
  4384.  - Devices
  4385.  - Apple Desktop Bus
  4386.  - ADB Parser 5.0.7V
  4387. 89143X
  4388. Aug 00^    TC Disk 1
  4389. --set theItem to choose file -- uncomment to test in an AS editor
  4390.     tell application "Finder"
  4391.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Parser 5.0.7:"
  4392.         activate
  4393.     end tell
  4394. on error errMsg number errNum
  4395.     --enter statements to perform when no records are found such as...
  4396.     display dialog "Sorry, the item you selected could not be found."
  4397.     return
  4398. end try
  4399. e    No Changeq
  4400. Dev.CD Aug 00 TC Disk 1
  4401. All Packages
  4402. ADBReInit 1.0I
  4403. Summary: This Extension patches a bug in system software which can cause the PowerBook 140/170 and the Quadras to crash when _ADBReInit is called.K
  4404. Sep 92V
  4405. 89144X
  4406. 1e    No Change
  4407.     D] 7.0 and are fully explained in the Technical Note "Toolbox - TB 37 - Pending Update Perils".
  4408.  Read Me Chromakey Movie
  4409.  Read Me Rotate Cube Movie
  4410. ChromaKeyMovie
  4411. ChromaKeyMovie.h
  4412. ChromaKeyMovie.mcp
  4413. ChromaKeyMovie.rsrc
  4414. doevent.c
  4415. eventloop.c
  4416. menu.c
  4417. moviecontrol.c
  4418. Rotate Cube Small
  4419. start.c
  4420. windows.cK
  4421. Jan 96M
  4422. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  4423. N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOEDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:ChromaKeyMovie:PPDev.CD Aug 00 TC Disk 2
  4424.  - Sample Code
  4425.  - QuickTime
  4426.  - Goodies
  4427.  - ChromaKeyMoviemunication:AE Tools:AEGizmos 1.4.2:"
  4428.         activate
  4429.     end tell
  4430. on error errMsg number errNum
  4431.     --enter statements to perform when no records are found such as...
  4432.     display dialog "Sorry, the item you selected could not be found."
  4433.     return
  4434. end try
  4435. e    No Change
  4436. dropB
  4437. dropdisk
  4438. droplet
  4439. dropouts
  4440. dropprint
  4441. dropprint
  4442. demonstrates
  4443. method
  4444. identifying
  4445. attached
  4446. drops
  4447. dsp/opengl
  4448. dspcontext
  4449. dspuserselectcontext
  4450. dstspec
  4451. utilities
  4452. collection
  4453. utilities
  4454. sample
  4455. dtscpluslibrary
  4456. dtscpluslibrary
  4457. mini-framework
  4458. small
  4459. simple
  4460. dudes
  4461. dummy
  4462. dumped
  4463. dumpnetworksetup
  4464. dumpnetworksetup
  4465. dumps
  4466. entire
  4467. contents
  4468. network
  4469. dumps
  4470. duplicate
  4471. during_
  4472. dutch
  4473. dykstra-erickson
  4474. dylan
  4475. dynamic
  4476. All Packages
  4477. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  4478. Dev.CD Jan 94
  4479. Dev.CD Oct 93
  4480. Dev.CD Jul 93
  4481. Dev.CD Apr 93PDDev.CD Apr 94
  4482. Dev.CD Jan 94
  4483. Dev.CD Oct 93
  4484. Dev.CD Jul 93
  4485. Dev.CD Apr 9V
  4486. 90351X
  4487. Apr 94
  4488. --set theItem to choose file -- uncomment to test in an AS editor
  4489.     tell application "Finder"
  4490.         open item "Dev.CD Apr 94
  4491. Dev.CD Jan 94
  4492. Dev.CD Oct 93
  4493. Dev.CD Jul 93
  4494. Dev.CD Apr 93"
  4495.         activate
  4496.     end tell
  4497. on error errMsg number errNum
  4498.     --enter statements to perform when no records are found such as...
  4499.     display dialog "Sorry, the item you selected could not be found."
  4500.     return
  4501. end try
  4502. All Packages
  4503. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  4504. Dev.CD Jan 94
  4505. Dev.CD Oct 93
  4506. Dev.CD Jul 93
  4507. Dev.CD Apr 93PDDev.CD Apr 94
  4508. Dev.CD Jan 94
  4509. Dev.CD Oct 93
  4510. Dev.CD Jul 93
  4511. Dev.CD Apr 9V
  4512. 90352X
  4513. Apr 94
  4514. previously
  4515. prgeneral
  4516. prgram
  4517. =N,control, draw, background, color, appearanceONDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ControlBackground:PVDev.CD Aug 00 TC Disk 2
  4518.  - Sample Code
  4519.  - Human Interface Toolbox
  4520.  - ControlBackgroundV
  4521. 89309X
  4522. Aug 00^    TC Disk 2
  4523. --set theItem to choose file -- uncomment to test in an AS editor
  4524.     tell application "Finder"
  4525.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ControlBackground:"
  4526.         activate
  4527.     end tell
  4528. on error errMsg number errNum
  4529.     --enter statements to perform when no records are found such as...
  4530.     display dialog "Sorry, the item you selected could not be found."
  4531.     return
  4532. end try
  4533. e    No Changef(control
  4534. background
  4535. color
  4536. appearanceq
  4537. Dev.CD Aug 00 TC Disk 2
  4538. All Packages
  4539. ControlKeyPatch
  4540. 89310X
  4541.  obtain the color that the Drag Manager uses to hilite regions when ShowDragHilite is called. Please note this is only how it's done presently.  Since it is undocumented it can and will chan
  4542. QT3DTween is a sample application that creates a QuickTime movie 
  4543. containing both a 3D track and a tween track. The 3D track is created 
  4544. by reading data from any 3DMF file. The tween track contains 
  4545. QuickDraw3D camera data. The camera data in the tween track 
  4546. specifies both an initial position for the camera and a final 
  4547. position for the camera. The result of the tween track can be 
  4548. seen as the movie is played: the objects in the scene will appear 
  4549. to move. 
  4550. The code is based on
  4551.  the QuickTime 3.0 APIs. Please note that 
  4552. all QuickTime atom data must be in big-endian format. The code 
  4553. makes use of the QuickTime 3.0 endian format conversion routines 
  4554. contained in the interface file Endian.h to do any required 
  4555. translations.
  4556. Note also the code contains very limited error checking. 
  4557. It's up to you to add the appropriate error-handling routines.
  4558. QT3DTween can be compiled and run under the MacOS and under Windows. 
  4559. The main tweening code is found in the file
  4560. --set theItem to choose file -- uncomment to test in an AS editor
  4561.     tell application "Finder"
  4562.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slots"
  4563.         activate
  4564.     end tell
  4565. on error errMsg number errNum
  4566.     --enter statements to perform when no records are found such as...
  4567.     display dialog "Sorry, the item you selected could not be found."
  4568.     return
  4569. end try
  4570. compositedeffects
  4571. compositing
  4572. compositors
  4573. compressed
  4574. ProgressBars.rsrc
  4575. Prototypes.h
  4576. ThreadedProgress.c
  4577. Utilities.c
  4578. Windows.cOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ProgressBars:PQDev.CD Aug 00 TC Disk 2
  4579.  - Sample Code
  4580.  - Human Interface Toolbox
  4581.  - ProgressBarstry
  4582. e    No Changef
  4583. Apple Events
  4584. AppleEventsq
  4585. Dev.CD Aug 00 TC Disk 1
  4586. All Packages
  4587. F    aevt dcmd
  4588. 84385X
  4589. licenses{
  4590. licensingj
  4591. light
  4592. light-weight
  4593. lightening
  4594. lighter
  4595. lights
  4596. likely
  4597. likewise
  4598. liking
  4599. limit
  4600. limitation
  4601. limitations
  4602. limitedy
  4603. limiting
  4604. lindenberg
  4605. linear
  4606. lines
  4607.  record either all A-Trap calls, only those coming from the Application heap, or, if under 7.0, only those coming from applications launched after ATrapper.
  4608. disposed
  4609. disposehandle
  4610. disposeresource
  4611. disposesystemgammas
  4612. disposing
  4613. distances
  4614. distaste
  4615. distinguish
  4616. distinguished
  4617. distinguishes
  4618. distinguishing
  4619. distribute
  4620. d stores the alias in a preference file.
  4621. The tool puts up a StandardGetFile dialog.  Selecting a file creates the preference file containing the relative alias; clicking Cancel instead gets the preference file, resolves it, and prints the vRefNum and name of the target.
  4622. JeresolveRelativeAlias ReadMe
  4623. ResolveRelativeAlias(PPC)
  4624. ResolveRelativeAlias.mcp
  4625. ResolveRelativeAlias.pM
  4626. System 7.0N
  4627. Alias Manager, relative aliasO?Dev.CD Aug 00 TC Disk 1:Sample Code:Files:resolveRelativeAlias:PGDev.CD Aug 00 TC Disk 1
  4628.  - Sample Code
  4629.  - Files
  4630.  - resolveRelativeAliasV
  4631. 88538X
  4632. Aug 00^    TC Disk 1
  4633. e    No Change
  4634. summary
  4635. appleglot
  4636. 2.4b6
  4637. translation
  4638. summary
  4639. applescript
  4640. easy-to-use
  4641. scripting
  4642. language
  4643. Dec 98N0network, setup, configuration, AppleTalk, TCP/IPO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  4644.  - Sample CodeV
  4645. 89759X
  4646. Aug 00^    TC Disk 2
  4647. y--set theItem to choose file -- uncomment to test in an AS editor
  4648.     tell application "Finder"
  4649.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  4650.         activate
  4651.     end tell
  4652. on error errMsg number errNum
  4653.     --enter statements to perform when no records are found such as...
  4654.     display dialog "Sorry, the item you selected could not be found."
  4655.     return
  4656. end try
  4657. e    No Changef,network
  4658. setup
  4659. configuration
  4660. AppleTalk
  4661. TCP/IPq
  4662. Dev.CD Aug 00 TC Disk 2
  4663. All Packages
  4664. OTTraceRouteSample
  4665. This sample is a quick demonstration of how to implement traceroute on top of the Open Transport native APIs.  The sample is useful because it gives a good demonstration of the setting the IP TTL option and of using a "rawip" endpoint to receive and process ICMP packets.
  4666. Sep 96L
  4667. Jun 98V
  4668. 89760X
  4669. 1e    No Change
  4670. GetDir 2.6 (US)
  4671. GetFInfo 1.3 (US)
  4672. GetIcon 1.0 (US)
  4673. GetMode 1.4 (US)
  4674. GetVInfo 1.0 (US)
  4675. GetVolumes 1.1 (US)
  4676. GlobalList 1.1 (US)
  4677. GlobalMaster 1.0 (US)
  4678. HowMany 1.1 (US)
  4679. ICNToICON 1.8 (US)
  4680. Infoid 1.1 (US)
  4681. InputDialog 1.2 (US)
  4682. IsDate 1.0 (US)
  4683. IsFinderLocked 1.2 (US)
  4684. KillRes 1.4 (US)
  4685. LaunchDoc 1.0 (US)
  4686. LineCount 1.7 (US)
  4687. ListComponents 1.0 (US)
  4688. ListLogic 1.6 (US)
  4689. Listoid 3.4 (US)
  4690. ListSelect 5.1 (US)
  4691. MacType 1.3 (US)
  4692. Menu 2.1 (US)
  4693. MergeItems 1.0 (US)
  4694. Mousoid 1.1 (US)
  4695. Notification 1.0 (US)
  4696. usList 1.0 (US)
  4697. Oldies:
  4698. PICToid 1.3 (US)
  4699. PictToClip 1.7 (US)
  4700. PlayIt 1.0 (US)
  4701. PPCList 1.1 (US)
  4702. PrintPICT 1.4 (US)
  4703. PrintPICTList 1.3 (US)
  4704. Privileges 1.3 (US)
  4705. Promptoid 1.5 (US)
  4706. QCopy 1.2 (US)
  4707. Recordit 1.0 (US)
  4708. RemoveFolder 1.2 (US)
  4709. ReplaceAttributes 1.0 (US)
  4710. ReplaceCharSet 1.1 (US)
  4711. ResolveAlias 1.2 (US)
  4712. ResText 2.3 (US)
  4713. RestoreCtrlChars 1.1 (US)
  4714. SayText 1.1 (US)
  4715. ScrapXCMDs 1.9 (US)
  4716. SelectDir 1.1 (US)
  4717. SelectFile 1.2 (US)
  4718. SendPS 1.4 (US)
  4719. ServerVols 1.1 (US)
  4720. SetFileFlag 1.2 (US)
  4721. SetFinderLock 
  4722.     return
  4723. end try
  4724. e    No Changeq
  4725. Dev.CD Aug 00 TC Disk 2
  4726. All Packages
  4727. ProgressWindoid-C
  4728. 86681X
  4729. bugging:aevt dcmd:PIDev.CD Aug 00 TC Disk 1
  4730.  - Tool Chest
  4731.  - Testing & Debugging
  4732.  - aevt dcmd
  4733. customputappend
  4734. customputappend
  4735. customputappend
  4736. readme
  4737. customputappend
  4738. customputsuffix
  4739. customputsuffix
  4740. customputsuffix
  4741. customputsuffix
  4742. customputsuffix
  4743. readme
  4744. customputsuffix
  4745. cvideooutput
  4746. cvideooutput
  4747. cvideooutput
  4748. cvtccomments
  4749. buildfolder
  4750. builds
  4751. cwdefines
  4752. cwdefines
  4753. rform when no records are found such as...
  4754.     display dialog "Sorry, the item you selected could not be found."
  4755.     return
  4756. end try
  4757. e    No Changef4sound
  4758. doublebuffer
  4759. SndPlayDoubleBuffer
  4760. compressq
  4761. Dev.CD Aug 00 TC Disk 2
  4762. All Packages
  4763. F!Snippets - Communications Toolbox
  4764. 88619X
  4765. merated
  4766. enumerates
  4767. enumeration
  4768. enviroment
  4769. evangelical{
  4770. Ge    No Changef/AppleEvents
  4771. AppleScript
  4772. AppleEvent Object Modelq
  4773. Dev.CD Aug 00 TC Disk 2
  4774. All Packages
  4775. CPlusTESample
  4776. $This version of TESample has been substantially reworked in C++ to show how a "typical" object-oriented program could be written.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  4777. AppLib.h
  4778. AppLib.o
  4779. AppLib.r
  4780. Application.cp
  4781. Application.cp.o
  4782. Application.h
  4783. C.pipe.cmnd
  4784. C.pipe.code.c
  4785. Document.cp
  4786. Document.cp.o
  4787. Document.h
  4788. Exceptions.cp
  4789. Exceptions.cp.o
  4790. Exceptions.h
  4791. Failure.o
  4792. FlowCtlMacs.d
  4793. List.cp
  4794. List.cp.o
  4795. List.h
  4796. ProgStrucMacs.d
  4797. README
  4798. TECommon.h
  4799. TEDocument.cp
  4800. TEDocument.cp.o
  4801. TEDocument.h
  4802. TESample
  4803. TESample.cp
  4804. TESample.cp.o
  4805. TESample.h
  4806. TESample.make
  4807. TESample.r
  4808. TESampleGlue.a
  4809. TESampleGlue.a.o
  4810. UMAFailure.a
  4811. UMAFailure.a.o
  4812. UMAFailure.h
  4813. UMAFailure.inc1.p
  4814. UMAFailure.p
  4815. UMAFailure.p.o
  4816. MPW 3.1 or laterN&TextEdit, TESample, C++, CPlusTESamplemay o
  4817. kJIheaders
  4818. Record sound.
  4819. Record to disk PPC
  4820. Record_Sound_at_rate.doc
  4821. sourceM
  4822. Sound Manager 3.2 or laterN,record, sound, disk, SPBRecord, SoundConvertOEDev.CD Aug 00 TC Disk 2:Sample Code:Sound:Record sound specific rate:PMDev.CD Aug 00 TC Disk 2
  4823.  - Sample Code
  4824.  - Sound
  4825.  - Record sound specific ratebles
  4826. vbigdsp
  4827. vblsample
  4828. vblsnippet
  4829. vblsnippet
  4830. vblsnippet
  4831. vblsnippet
  4832. vblsnippet
  4833. vectors
  4834. verbose
  4835. verbose
  4836. debug
  4837. verifier
  4838. verifier
  4839. version
  4840. version
  4841. history
  4842. version
  4843. history
  4844. version
  4845. versionedit
  4846. versioninfo
  4847. versioninfo
  4848. versionsv
  4849. count
  4850. vertest
  4851. vertest
  4852. vertest
  4853. vertest
  4854. vertest
  4855. vfactor
  4856. vfactor
  4857. vfactor
  4858. vfactor
  4859. source
  4860. victim
  4861. video
  4862. videoframetogworld
  4863. videoframetogworld
  4864. wprocasm
  4865. wrapcommenttext
  4866. wrapper
  4867. wraps
  4868. wrench
  4869. wringer
  4870. writen
  4871. writer
  4872. writers
  4873.  to perform when no records are found such as...
  4874.     display dialog "Sorry, the item you selected could not be found."
  4875.     return
  4876. end try
  4877. e    No Changef
  4878. Utilities
  4879. PStrCopy
  4880. TopLeft
  4881. BotRight
  4882. SETPT
  4883. SETRECT
  4884. BTstBool
  4885. BTstQ
  4886. CenterWindow
  4887. CenterRectInRect
  4888. GetRectDevice
  4889. GetRectDeviceRect
  4890. GetWindowDevice
  4891. GetWindowDeviceRect
  4892. PStrConcat
  4893. ZoomToWindowDevice
  4894. DTS.Utilitiesq
  4895. Dev.CD Aug 00 TC Disk 2
  4896. All Packages
  4897. DTSCPlusLibraryV
  4898. 87841X
  4899. Vol IIIL
  4900. Mar 92OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  4901. 86679X
  4902. 1e    No Change
  4903. Concordia is a menu definition procedure (MDEF) that replaces the  standard text MDEF (MDEF 0).  It does everything that the standard MDEF does except color and displaying small icon resources (sicns).  It will display the shrunken icons that MultiFinder uses.  The main differences between my MDEF and the standard MDEF is that it has proportional menu scrolling, scrolling arrows that appear quite differently from the  standard ones, more consistent spacing between menu items and the edges 
  4904. of the menu, and the arrow icons are stored as resources rather than being hard-coded into the MDEF.
  4905. Proportional scrolling means that the farther you drag the mouse into the scroll arrow of the menu, the faster the menu scrolls.  If you have the mouse only one pixel into the scroll arrow, the menu will only scroll one pixel at a time.
  4906. ll have to paste the sicn resources for the arrow icons into the System file for the sample MDEF to find them.
  4907. You can use this as a basis for your o
  4908. atademo
  4909. atademo
  4910. codewarrior
  4911. sample
  4912. ataerrordetector
  4913. ataerrordetector
  4914. sample
  4915. demonstrating
  4916. atg/human
  4917. atoms
  4918. atrap
  4919. atrapper
  4920. atraps
  4921. atsui
  4922. attach
  4923. attachedV
  4924. attaches
  4925. attaching
  4926. attempt
  4927. attempting
  4928. attempts
  4929. attention
  4930. attractive
  4931. attribute
  4932. attributes
  4933. audiencew
  4934. audiencesS
  4935. audio
  4936. audio
  4937. allows
  4938. start
  4939. pause
  4940. audio-only
  4941. audiocodec
  4942. audioconverter
  4943. audit
  4944. audited
  4945. Summary: Word Services allows any application to link to a speller, grammar checker or other text service as if it is a built-in menu item.  It is a public protocol - no license fee or non-disclosure is required to use it.
  4946. Features: The SDK includes the complete protocol specification, tutorial documents, and the source code to Writeswell Jr., a simple Word Services word processor.  Also available from the Word Services Web page <http://www.wordservices.org/Developers/> is the source to W
  4947. SI NewsWatcher, a version of NewsWatcher that allows you to spellcheck your posts.
  4948. HyperCard supports Word Services, so you can spellcheck stacks as you develop them, and allow your users to spellcheck text that they enter themselves.  A simple XCMD is needed to initiate the spellchecking session, which is provided by the Web page.
  4949. The updated SDK includes bug fixes to Writeswell Jr.'s scrolling, plus the Spellswell Plus 2.1 Demo.
  4950. A list of client (word processor) and server (spelling a
  4951. auditing@
  4952. automating@
  4953. balloons@
  4954. bases@
  4955. beaker@
  4956. because@
  4957. before@
  4958. being@
  4959. bending@
  4960. bill@
  4961. black-and-white@
  4962. blat@
  4963. blockreader@
  4964. boolean@
  4965. boxes@
  4966. bruce@
  4967. building@
  4968. building
  4969. system
  4970. extension@
  4971. built@
  4972. butcdef@
  4973. block@
  4974. byte@
  4975. cable@
  4976. calccmask@
  4977. calls@
  4978. calvacom@
  4979. campfire@
  4980. can't@
  4981. capable@
  4982. cases@
  4983. casey@
  4984. causes@
  4985. tracker
  4986. sample
  4987. demonstrates
  4988. challenge@
  4989. channel@
  4990. checkwindowin@
  4991. chip@
  4992. classes
  4993. classic@
  4994. clues@
  4995. cnvt@
  4996. code@
  4997. sample
  4998. which
  4999. demonstrates
  5000. ethernet
  5001. driver
  5002. code-like@
  5003. coerce@
  5004. computer-based@
  5005. computing@
  5006. concurrently
  5007. olson
  5008. Wu selected could not be found."
  5009.     return
  5010. end try
  5011. e    No Changef?C++
  5012. framework
  5013. rapid application development
  5014. DTSCPlusLibraryq
  5015. Dev.CD Aug 00 TC Disk 2
  5016. All Packages
  5017. p--set theItem to choose file -- uncomment to test in an AS editor
  5018.     tell application "Finder"
  5019.         open item "Dev.CD Jul 93
  5020. Dev.CD Apr 93"
  5021.         activate
  5022.     end tell
  5023. on error errMsg number errNum
  5024.     --enter statements to perform when no records are found such as...
  5025.     display dialog "Sorry, the item you selected could not be found."
  5026.     return
  5027. end try
  5028. be found."
  5029.     return
  5030. end try
  5031. e    No Changef
  5032. ColorSync profile rename toolq
  5033. Dev.CD Aug 00 TC Disk 2
  5034. ProgGuide to Apple ScannersI
  5035. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  5036. ProgGuide to Apple ScannersK
  5037. Mar 93M
  5038. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  5039.  - Technical Documentation
  5040.  - Peripherals DocumentationV
  5041. 86678X
  5042. 1ntationV
  5043. 86678X
  5044. Deleted
  5045. This snippet shows the steps necessary to implement a scrolling, editable text field in a modal dialog.
  5046. Modeless Dialog Sample:  A sample application showing how to implement a modeless dialog  with a couple of controls. Compiles with the PowerPC Universal interfaces for both 68K and PowerPC applications, which you can get from a Developer CD or AppleLink.
  5047. MovableModal:  A small sample showing one way of implementing Movable Modal dialogs in a 7.0 or later application.
  5048. NoResDialog:  OK,
  5049.  so despite all your planning, you still think you may need to create dialogs on the fly , without having any resource templates available for the DITL. This small sample creates a dialog with an OK button witha border around it, all with in-memory data structures. Just look at the function NoResDialog(...), and you'll see.
  5050. NoSound:  This small app, placed in your Startup Items folder,  quiets the startup sound by installing a Shutdown procedure that saves the current volume setting and s
  5051. All Packages
  5052. QuickDraw GXO
  5053. Dev.CD Aug 96 TCP
  5054. Dev.CD Aug 96 TV
  5055. 89992X
  5056. Aug 96
  5057. e--set theItem to choose file -- uncomment to test in an AS editor
  5058.     tell application "Finder"
  5059.         open item "Dev.CD Aug 96 TC"
  5060.         activate
  5061.     end tell
  5062. on error errMsg number errNum
  5063.     --enter statements to perform when no records are found such as...
  5064.     display dialog "Sorry, the item you selected could not be found."
  5065.     return
  5066. end try
  5067. All Packages
  5068. QuickDraw GXO
  5069. Dev.CD Aug 96 TCP
  5070. Dev.CD Aug 96 TV
  5071. 89993X
  5072. Aug 96
  5073. e--set theItem to choose file -- uncomment to test in an AS editor
  5074.     tell application "Finder"
  5075.         open item "Dev.CD Aug 96 TC"
  5076.         activate
  5077.     end tell
  5078. on error errMsg number errNum
  5079.     --enter statements to perform when no records are found such as...
  5080.     display dialog "Sorry, the item you selected could not be found."
  5081.     return
  5082. end try
  5083. All Packages
  5084. QuickDraw GXO
  5085. Dev.CD Aug 96 TCP
  5086. Dev.CD Aug 96 TV
  5087. 89994X
  5088. Summary:  DiskFiller is a little utility that allows users to instantly fill any mounted disk.  This is incredibly useful for testing low-disk-space conditions.  You no longer have to duplicate file after file to fill your hard disk.
  5089.   It creates a file on the root level of the filled disk called "Filler".  To free the space, the user can throw away the "Filler" file.
  5090. Features:  Allows user to specify disk to fill, and how much space (in bytes or in kbytes) to leave free.  This way you caBOn test various amounts of low disk space.
  5091. Issues:  Only tested under System 7.
  5092. Stress testing tools.imgK
  5093. Apr 94N
  5094. Utility, Tool, Low Disk SpaceOLDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Stress testing tools:PTDev.CD Aug 00 TC Disk 1
  5095.  - Tool Chest
  5096.  - Testing & Debugging
  5097.  - Stress testing tools
  5098. device
  5099. driver
  5100. drivers
  5101. image
  5102. display
  5103. display
  5104. folder
  5105. display
  5106. apisu
  5107. apocrypha
  5108. apoplexy
  5109. appearance-aware
  5110. appeared
  5111. appearing
  5112. appears
  5113. append
  5114. appendages
  5115. appendditl
  5116. appendix
  5117. appleP
  5118. Dev.CD Jan 94
  5119. Dev.CD Oct 9V
  5120. 90038X
  5121. Jan 94
  5122. p--set theItem to choose file -- uncomment to test in an AS editor
  5123.     tell application "Finder"
  5124.         open item "Dev.CD Jan 94
  5125. Dev.CD Oct 93"
  5126.         activate
  5127.     end tell
  5128. on error errMsg number errNum
  5129.     --enter statements to perform when no records are found such as...
  5130.     display dialog "Sorry, the item you selected could not be found."
  5131.     return
  5132. end try
  5133. All Packages
  5134. F    QuickTimeO
  5135. Dev.CD Jan 94P
  5136. Dev.CD Jan 9V
  5137. 90039X
  5138. Jan 94
  5139. b--set theItem to choose file -- uncomment to test in an AS editor
  5140.     tell application "Finder"
  5141.         open item "Dev.CD Jan 94"
  5142.         activate
  5143.     end tell
  5144. on error errMsg number errNum
  5145.     --enter statements to perform when no records are found such as...
  5146.     display dialog "Sorry, the item you selected could not be found."
  5147.     return
  5148. end try
  5149. All Packages
  5150. F    QuickTimeO
  5151. Dev.CD Jan 94P
  5152. Dev.CD Jan 9V
  5153. 90040X
  5154. Jan 94
  5155. tstreamlogviewer
  5156. ottcpwilldial
  5157. ?TranslateRotate does two-dimensional translation and rotations in word-size coordinates, using fixed-point math.  Each routine is passed info for a transform matrix which tells the routine what to do with the fPoint argument.  Each routine then does its thing on its fPoint argument, returning the new fPoint position.
  5158. J:TranslateRotate(PPC)
  5159. TranslateRotate.mcp
  5160. TranslateRotate.pM
  5161. NoneN+Fixed Point, Rotation, Translation, 2D MathO@Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TranslateRotate:PHDev.CD Aug 00 TC Disk 1
  5162.  - Sample Code
  5163.  - Graphics 2D
  5164.  - TranslateRotatey
  5165. backwards
  5166. bal's
  5167. balance
  5168. balloon
  5169. tasks
  5170. tcp/ip
  5171. tcp/ip
  5172. appletalk
  5173. reconfiguration
  5174. network
  5175. setup
  5176. ottcpwilldial
  5177. tcp/ip
  5178. networking
  5179. standards
  5180. based
  5181. tear-off
  5182. technical
  5183. technical
  5184. publications
  5185. technical
  5186. documentation
  5187. documentation
  5188. techniques
  5189. tedittext
  5190. telephone
  5191. telephone
  5192. manager
  5193. telephony
  5194. analog
  5195. phone
  5196. telephony
  5197. television
  5198. tendpointinfo
  5199. terminology
  5200. tesample
  5201. tesample
  5202. objec
  5203. oriented
  5204. object
  5205. pascal
  5206. framework
  5207. ooptesample
  5208. testdeviceattribute
  5209. testing
  5210. testing
  5211. debugging
  5212. testing
  5213. debugging
  5214. networking
  5215. communications
  5216. testing
  5217. debugging
  5218. printers
  5219. testing
  5220. international
  5221. testing
  5222. memory
  5223. virtual
  5224. debugging
  5225. testylesample
  5226. textO
  5227. ted you're better off using the scriptable Finder. It's said these older FinderEvents will go away eventually. These things are true, so you should use the scriptable Finder if it's available. See 'develop' magazine, issue 20, pages 65 to 78 for details. Does this mean you'll have two chunks of code in your application? Well... er... yes. Maybe someday I'll update this library so that a single call will work regardless of the presence of a scriptable Finder. Wouldn't that be cool? You shouE\ld exercise appropriate caution in making use of this code. More detailed warnings enclosed.
  5228. Communications Toolbox
  5229. Contributed
  5230. Devices and Hardware
  5231. Files
  5232. Games
  5233. Graphics 2D
  5234. Graphics 3D
  5235. Help Systems
  5236. Human Interface Toolbox
  5237. Interapplication Comm
  5238. Memory
  5239. Networking
  5240. OS Utilities
  5241. Overview
  5242. Platforms and Tools
  5243. Printing
  5244. Processes
  5245. QuickTime
  5246. Runtime Architecture
  5247. Sound
  5248. Sep 96M    System 7.N&Finder AppleEvents FinderEvents eventsO$Dev.CD Aug 00 TC Disk 2:Sample Code:hange
  5249. avitzur
  5250. avoid
  5251. avoided
  5252. avoiding
  5253. avoids
  5254. awards{
  5255. aware
  5256. re found such as...
  5257.     display dialog "Sorry, the item you selected could not be found."
  5258.     return
  5259. end try
  5260. All Packages
  5261. System 7.5 Update 1.0O
  5262. Dev.CD Jul 95P
  5263. Dev.CD Jul 9V
  5264. 87138X
  5265. Jul 95
  5266. recordW
  5267. recordableb
  5268. 89861X
  5269. Aug 00^    TC Disk 2
  5270. y--set theItem to choose file -- uncomment to test in an AS editor
  5271.     tell application "Finder"
  5272.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  5273.         activate
  5274.     end tell
  5275. on error errMsg number errNum
  5276.     --enter statements to perform when no records are found such as...
  5277.     display dialog "Sorry, the item you selected could not be found."
  5278.     return
  5279. end try
  5280. e    No Changef
  5281. ColorSync profile rename toolq
  5282. Dev.CD Aug 00 TC Disk 2
  5283. ProgGuide to Apple ScannersI
  5284. Summary: The "Programmer's Guide to Apple Scanners, second edition" is a complete revision of the original manual incorporating detailed information on the Apple Color OneScanner including driver calls and SCSI commands.J1Apple CD-ROM Handbook
  5285. ProgGuide to Apple ScannersK
  5286. Mar 93M
  5287. Apple DocViewerOCDev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:PHDev.CD Dec 99 RL
  5288.  - Technical Documentation
  5289.  - Peripherals DocumentationV
  5290. 89862X
  5291. 1ntationV
  5292. 89862X
  5293. Deleted
  5294. effects
  5295. effectutilities
  5296. effectutilities
  5297. effectutilities
  5298. formatincludes
  5299. graphicsimport
  5300. graphicsimporter68k
  5301. imagedecompressor
  5302. imagedecompressor68k
  5303. imagedecompressorppc
  5304. movieimport
  5305. movieimport68k
  5306. mini-conference
  5307. report
  5308. embedding
  5309. embedding
  5310. profile
  5311. embedding
  5312. profile
  5313. gif89a
  5314. embedding
  5315. profile
  5316. engineering
  5317. english
  5318. englishmiscellaneousd
  5319. englishmiscellaneous
  5320. englishmiscellaneous
  5321. rsrcd
  5322. englishterminologyd
  5323. englishterminology
  5324. englishterminology
  5325. rsrcd
  5326. enhanced
  5327. enhanced
  5328. survival
  5329. guide
  5330. eomodeler
  5331. eomodeler
  5332. errata~
  5333. error
  5334. errors
  5335. ethernet
  5336. event~
  5337. eventloop
  5338. eventloop
  5339. apple
  5340. ethernet
  5341. apple
  5342. video
  5343. 88348X
  5344. these in the folder "Apple Glossaries (TXT)".
  5345.  To automatically pre-translate your product, we have provided the AppleGlot Language Glossaries (LG) files. You can find these in the folder "Apple Glossaries (LG)".
  5346. Issues:  When you use these Glossaries for your localization efforts, you will also want to be sure to have your translations tested for accuracy, as mere word substitution will not, in some cases, satisfy grammatical requirements.
  5347. Apple International Glossar.imgK
  5348. Nov 96M<Any  Mac 68030 or later or any PowerPC, System 7.0 or later.N
  5349. International, GlossariesOODev.CD Aug 00 TC Disk 1:Tool Chest:Localization:Apple International Glossaries:PWDev.CD Aug 00 TC Disk 1
  5350.  - Tool Chest
  5351.  - Localization
  5352.  - Apple International GlossariesW
  5353. standards
  5354. developers
  5355. apple
  5356. system
  5357. profiler
  5358. appleevent
  5359. detectorsy
  5360. developerS
  5361. developers
  5362. directions{
  5363. Summary: This is the electronic version of develop magazine.
  5364.  Issue 15 highlights:
  5365. Getting Started With QuickDraw GX by Pete ("Luke") Alexander.  A brief introduction to QuickDraw GX, and a simple GX-aware sample.
  5366. Developing QuickDraw GX Printing Extensions  by Sam Weiss.  All about these nifty new add-ons to QuickDraw GX printing.
  5367. QuickDraw GX for PostScript Programmers by Daniel Lipton.  The two graphics models are compared, along with useful code snippets for each.
  5368. Managing Compon
  5369. ent Registration  by Gary Woodcock.  For those cases where you may need to manage the component registration process, here's how.
  5370. Floating Windows: Keeping Afloat in the Window Manager by Dean Yu.  A way to implement floating windows without patching traps, and a library you can use in your own application.
  5371. Working in the Third Dimension by Jamie Osborne and Deanna Thomas.  This article shows off a nice 3-D interface and presents a set of MacApp objects you can use to create your own suc
  5372. checkbox
  5373. control
  5374. color
  5375. webobjects
  5376. webobjects
  5377. categories
  5378. posers
  5379. webobjects
  5380. designing
  5381. robustness
  5382. testing
  5383. webobjects
  5384. eomodeler
  5385. project
  5386. builder
  5387. webobjects
  5388. builder
  5389. webobjects
  5390. objective-c
  5391. webobjects
  5392. openstep
  5393. memory
  5394. management
  5395. webobjects
  5396. performance
  5397. tuning
  5398. optimization
  5399. webobjects
  5400. webobjects
  5401. server
  5402. objects
  5403. win2maccountersample
  5404. windoid
  5405. window
  5406. windows
  5407. windows
  5408. quicktime
  5409. player
  5410. N.SimpleText, script, print, scriptable printingOIDev.CD Aug 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:PQDev.CD Aug 00 TC Disk 2
  5411.  - Sample Code
  5412.  - Printing
  5413.  - Scriptable Print SimpleTextV
  5414. 90153X
  5415. Aug 00^    TC Disk 2
  5416. --set theItem to choose file -- uncomment to test in an AS editor
  5417.     tell application "Finder"
  5418.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Scriptable Print SimpleText:"
  5419.         activate
  5420.     end tell
  5421. on error errMsg number errNum
  5422.     --enter statements to perform when no records are found such as...
  5423.     display dialog "Sorry, the item you selected could not be found."
  5424.     return
  5425. end try
  5426. e    No Changef+SimpleText
  5427. script
  5428. print
  5429. scriptable printingq
  5430. Dev.CD Aug 00 TC Disk 2
  5431. All Packages
  5432. ScriptableStuffItEngine
  5433. 90154X
  5434. waysg
  5435. wdefcolorsample
  5436. wdefcolorsamplewdef
  5437. wdefpatch
  5438. wdefs
  5439. maximum
  5440. bounds
  5441. window
  5442. sorts
  5443. we'll
  5444. well-designed
  5445. well-trod
  5446. delete
  5447. dependency
  5448. depth
  5449. designing
  5450. detection
  5451. detectory
  5452. detector
  5453. contextual
  5454. apple
  5455. detectors
  5456. detectorsy
  5457. developerz
  5458. P&Dev.CD Aug 00 TC Disk 2
  5459.  - Sample Codecomment to test in an AS editor
  5460.     tell application "Finder"
  5461.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:DumpNetworkSetup:"
  5462.         activate
  5463.     end tell
  5464. on error errMsg number errNum
  5465.     --enter statements to perform when no records are found such as...
  5466.     display dialog "Sorry, the item you selected could not be found."
  5467.     return
  5468. end try
  5469.  TC Disk 2
  5470.  - Sample Code
  5471.  - Printing
  5472.  - PrintDialogMagicV
  5473. 86673X
  5474. Aug 00^    TC Disk 2
  5475. --set theItem to choose file -- uncomment to test in an AS editor
  5476.     tell application "Finder"
  5477.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PrintDialogMagic:"
  5478.         activate
  5479.     end tell
  5480. on error errMsg number errNum
  5481.     --enter statements to perform when no records are found such as...
  5482.     display dialog "Sorry, the item you selected could not be found."
  5483.     return
  5484. end try
  5485. e    No Changef
  5486. LaserWriter 8
  5487. print
  5488. dialogq
  5489. Dev.CD Aug 00 TC Disk 2
  5490. Nov 94L
  5491. Nov 96O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  5492.  - Sample Code
  5493. whose
  5494. wideS
  5495. widely
  5496. wilderness
  5497. willU
  5498. williams
  5499. win32
  5500. window
  5501. program
  5502. shows
  5503. effects
  5504. using
  5505. timing
  5506. program
  5507. shows
  5508. remove
  5509. timecode
  5510. track
  5511. program
  5512. shows
  5513. apply
  5514. camera
  5515. actions
  5516. ketinvaders
  5517. sprocketinvaders
  5518. sprocketinvaders
  5519. cketmain
  5520. sprocketmain
  5521. sprocketsample
  5522. sprocketsample
  5523. sprocketsample
  5524. sprocketsample
  5525. sprocketsample
  5526. interfaces
  5527. files
  5528. sample
  5529. sresource
  5530. srlanguagemodeler
  5531. stackc
  5532. staging
  5533. staging
  5534. alerts
  5535. standalone
  5536. standalone
  5537. quick
  5538. start
  5539. standard
  5540. standardmenus
  5541. standardmenus
  5542. standards
  5543. start
  5544. start
  5545. started
  5546. starter
  5547. startup
  5548. Reporting bugs and providing feedback
  5549.  Bug reports should be logged at http://developer.apple.com/bugreporter/
  5550.  Bug reports should contain the following information: a title containing the phrase 
  5551. ; a short summary of the problem; configuration information including versions of MRJ, MRJ SDK, Mac OS, and hardware; a complete description of the problem including steps to reproduce.
  5552.  Send feedback on subjects other than bug reports to mrj_feedback@apple.com. This can incl
  5553. ude enhancement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  5554.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  5555.  Do not call Apple
  5556. s 800 number(s) regarding this software since our operators are not trained to support deve
  5557. 90046X
  5558. Jan 94
  5559. p--set theItem to choose file -- uncomment to test in an AS editor
  5560.     tell application "Finder"
  5561.         open item "Dev.CD Jan 94
  5562. Dev.CD Oct 93"
  5563.         activate
  5564.     end tell
  5565. on error errMsg number errNum
  5566.     --enter statements to perform when no records are found such as...
  5567.     display dialog "Sorry, the item you selected could not be found."
  5568.     return
  5569. end try
  5570. All Packages
  5571. F    QuickTimeO
  5572. Dev.CD Jan 94
  5573. Dev.CD Oct 93P
  5574. Dev.CD Jan 94
  5575. Dev.CD Oct 9V
  5576. 90047X
  5577. Jan 94
  5578. p--set theItem to choose file -- uncomment to test in an AS editor
  5579.     tell application "Finder"
  5580.         open item "Dev.CD Jan 94
  5581. Dev.CD Oct 93"
  5582.         activate
  5583.     end tell
  5584. on error errMsg number errNum
  5585.     --enter statements to perform when no records are found such as...
  5586.     display dialog "Sorry, the item you selected could not be found."
  5587.     return
  5588. end try
  5589. All Packages
  5590. F    QuickTimeO
  5591. Dev.CD Jan 94
  5592. Dev.CD Oct 93P
  5593. Dev.CD Jan 94
  5594. Dev.CD Oct 9V
  5595. 90048X
  5596. Jan 94
  5597. block
  5598. theresa
  5599. tensor
  5600. information
  5601. systems
  5602. bypassing
  5603. decks
  5604. declaration
  5605. declartion
  5606. decodes
  5607. decoding
  5608. decom
  5609. decomposed
  5610. decompress
  5611. decompressed
  5612. decompressionQ
  5613. decompressor
  5614. decompressors
  5615. decreased
  5616. decribed
  5617. deeds{
  5618. deepest
  5619. deepscreen
  5620. deesktops
  5621. default
  5622. delivered
  5623. delivers
  5624. delta{
  5625. demanding
  5626. demo's
  5627. demonstation
  5628. demonstrateb
  5629. demonstrated
  5630. demonstratesN
  5631. pasmatit
  5632. password
  5633. password
  5634. password
  5635. password
  5636. interface
  5637. password
  5638. password
  5639. password
  5640. patch
  5641. patches
  5642. patchlistldef
  5643. patchlistldef
  5644. patchpoweroff
  5645. patchpoweroff
  5646. patchpoweroff
  5647. patchpoweroff
  5648. patchpoweroff
  5649. patchpoweroff68k
  5650. pitfalls
  5651. pixel
  5652. platformsQ
  5653. platforms
  5654. toolsQ
  5655. play1
  5656. play1
  5657. play2
  5658. play2
  5659. player
  5660. ploticons
  5661. ploticons
  5662. plstringfuncs
  5663. plug-ins
  5664. plugins
  5665. popups
  5666. popuptkl
  5667. popuptkl
  5668. popuptkl
  5669. portingobjectivectoj
  5670. powerbook
  5671. powerbook
  5672. addendum
  5673. powerbook
  5674. powerbook
  5675. 2400c
  5676. color
  5677. picker
  5678. colorize
  5679. copybits
  5680. foreground
  5681. color
  5682. background
  5683. color
  5684. picker
  5685. gdevice
  5686. colorize
  5687. colorsync
  5688. colorsync
  5689. calibrator
  5690. scripting
  5691. profile
  5692. gamma
  5693. color
  5694. colorsync
  5695. photoshop
  5696. plug-ins
  5697. colour
  5698. completion
  5699. componentQ
  5700. component
  5701. compression
  5702. decompression
  5703. scomQ
  5704. component
  5705. compression
  5706. decompression
  5707. scomm
  5708. compressed
  5709. compressionQ
  5710. compression
  5711. stdpic
  5712. stdbits
  5713. compressed
  5714. computer
  5715. computer
  5716. based
  5717. media
  5718. television
  5719. broadcast
  5720. graphics
  5721. conditional
  5722. configuration
  5723. contextualy
  5724. contextual
  5725. manager
  5726. control
  5727. control
  5728. background
  5729. color
  5730. appearance
  5731. control
  5732. strip
  5733. powerbook
  5734. control
  5735. panel
  5736. controlkeypatch
  5737. controls
  5738. controlstrip
  5739. conversion
  5740. convert
  5741. coprocessorR
  5742. copybitsr
  5743. copybits
  5744. copymask
  5745. installer
  5746. installer
  5747. chinese
  5748. language
  5749. installer-related
  5750. installermaker
  5751. installers
  5752. installingV
  5753. installment
  5754. installsf
  5755. instance
  5756. instances
  5757. instantiated
  5758. instantly
  5759. instead
  5760. instrumentation
  5761. instrumented
  5762. instruments
  5763. instuctions
  5764. insulate
  5765. insure
  5766. int'l
  5767. intact
  5768. integer
  5769. integral
  5770. integrate
  5771. integrated
  5772. integrates
  5773. integrating
  5774. integrating
  5775. computer-based
  5776. media
  5777. broadcast
  5778. environment
  5779. integration
  5780. integrator
  5781. programming
  5782. information
  5783. programming
  5784. information
  5785. programming
  5786. stuff
  5787. programmingtopics
  5788. progressbars
  5789. progressbars
  5790. progressbars
  5791. progressbars
  5792. progresswindoid
  5793. progresswindoid
  5794. progresswindoid
  5795. progresswindoid
  5796. worksheet
  5797. progstrucmacs
  5798. progstrucmacs
  5799. projN
  5800. project
  5801. project
  5802. includes
  5803. project
  5804. large
  5805. project
  5806. large
  5807. project
  5808. quick
  5809. start
  5810. guide
  5811. projectdefines
  5812. projectdefines
  5813. projectdrag
  5814. projectdrag
  5815. applets
  5816. projectdrag
  5817. manual
  5818. projectfolders
  5819. projectincludes
  5820. projectmenu
  5821. projects
  5822. projectxplugin68k
  5823. projectxplugin68knfp
  5824. projectxpluginppc
  5825. quicktime
  5826. xcmds
  5827. alias
  5828. quite
  5829. aedaemone
  5830. u can copy a file or open a control panel or empty the trash or any of several other things usually done by Finder at the user's request.
  5831. Issues:
  5832. [1] One of the following two things is true: [a] The handling of 'iconPosition' in 'MFE_DragLow' is buggy. [b] Finder doesn't handle this pparameter properly. The practical effect is that the icon lands in an uunpredictable position in the destination folder window. 
  5833. [2] Some FinderEvents result in Finder behavior which doesn't work well unles
  5834. s Finder is the front application. For example, you can submit a request to open the Page Setup dialog for a given folder window and Finder will happily open the Printing Manager and the appropriate dialog from the background. When the user brings Finder forward, the dialog won't (always) update properly. Bad. It's not clear what to do about this; some developers would probably rather decide for themselves when to bring Finder forward. I'd love to hear your feedback. 
  5835. [3] It's been sugges
  5836. nder both System 7 and pre-7.0 systems. It installs a device loop procedure that searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.
  5837. NewCCursor:  This snippet shows how to create a black and white 'CURS' and a color 'crsr' cursor resource by hand.
  5838. Out of This GWorld:  The application basically uses offscreen GWorlds and palette animation to simulate totally cool animation.
  5839. Palette Animation and Palette Anima
  5840. tion Gray:  These sample applications show how to animate the entries of a palette.
  5841. Pallete DA:  This desk accesory displays the the current color table and palette information associated with it.
  5842. PictInfoTest:  Sample to demonstrate using the Picture Utilities Package
  5843. PixMap2PixPat2ppat:  This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  5844. --set theItem to choose file -- uncomment to test in an AS editor
  5845.     tell application "Finder"
  5846.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTJava media samples:"
  5847.         activate
  5848.     end tell
  5849. on error errMsg number errNum
  5850.     --enter statements to perform when no records are found such as...
  5851.     display dialog "Sorry, the item you selected could not be found."
  5852.     return
  5853. end try
  5854.  00 TC Disk 1:Sample Code:Graphics 2D:AlternateBufferDisplay:PODev.CD Aug 00 TC Disk 1
  5855.  - Sample Code
  5856.  - Graphics 2D
  5857.  - AlternateBufferDisplayV
  5858. 87578X
  5859. Aug 00^    TC Disk 1
  5860. --set theItem to choose file -- uncomment to test in an AS editor
  5861.     tell application "Finder"
  5862.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:AlternateBufferDisplay:"
  5863.         activate
  5864.     end tell
  5865. on error errMsg number errNum
  5866.     --enter statements to perform when no records are found such as...
  5867.     display dialog "Sorry, the item you selected could not be found."
  5868.     return
  5869. end try
  5870. e    No ChangefMOffscreen
  5871. CopyBits
  5872. NewGWorld,GWorld
  5873. pixmap
  5874. bitmap
  5875. alternatebufferdisplayq
  5876. Dev.CD Aug 00 TC Disk 1
  5877. All Packages
  5878. AlwaysPreviewI
  5879. This simple app demonstrates how to force the preview enabled mode by install a modal dialog filter proc in the CustomGetFilePreview routine.V
  5880. 87579X
  5881. 1e    No Change
  5882. packaging{
  5883. packetU
  5884. packetize
  5885. packetizer
  5886. packetsU
  5887. packman
  5888. packman
  5889. snippet
  5890. showing
  5891. implement
  5892. simple
  5893. choos
  5894. painless
  5895. paint
  5896. painting
  5897. pairs
  5898. palette`
  5899. palettes
  5900. palindrome
  5901. pallakoff
  5902. panelh
  5903. panels
  5904. panes
  5905. paper{
  5906. papworkstation
  5907. parade
  5908. parametera
  5909. parameters
  5910. paraphernalia
  5911. parent
  5912. parse
  5913. parserW
  5914. parsing
  5915. parsons
  5916. part{
  5917. partial
  5918. participation
  5919. demonstrate
  5920. apple
  5921. events
  5922. 90620X
  5923. Aug 00^    TC Disk 1
  5924. --set theItem to choose file -- uncomment to test in an AS editor
  5925.     tell application "Finder"
  5926.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Ticket to Program 1.0:"
  5927.         activate
  5928.     end tell
  5929. on error errMsg number errNum
  5930.     --enter statements to perform when no records are found such as...
  5931.     display dialog "Sorry, the item you selected could not be found."
  5932.     return
  5933. end try
  5934. e    No Changeq
  5935. Dev.CD Aug 00 TC Disk 1
  5936. All Packages
  5937. TimeCodeIIThis demo program shows how to add and remove TimeCode tracks to a movie.J+README.txt
  5938. tc.bat
  5939. TimeCode
  5940. TimeCode.zipK
  5941. Feb 00
  5942. - Common
  5943.     - Sun Compliant Java Runtime Environment 1.1
  5944.     - QuickTime 3 
  5945.     - QTJava.zip
  5946.     - QTJava media samples
  5947. - Mac OS:
  5948.     - System 8 or later
  5949.     - Macintosh Runtime for Java (MRJ) 2.1
  5950. - Windows 95, 98, or NT::
  5951.     - JRE/JDK from Sun Microsystems, Inc. recommended
  5952. QuickTime, Java, MRJle/appledou
  5953. applesingle/appledou
  5954. format
  5955. summary
  5956. folder
  5957. contains
  5958. tools
  5959. useful
  5960. develoc
  5961. summary
  5962. graphics
  5963. primer
  5964. contains
  5965. information
  5966. concep
  5967. summary
  5968. guide
  5969. provides
  5970. information
  5971. about
  5972. markets
  5973. distri
  5974. summary
  5975. installer
  5976. install
  5977. files
  5978. needed
  5979. worldscr
  5980. summary
  5981. complete
  5982. demonstration
  5983. access
  5984. summary
  5985. da/application
  5986. allows
  5987. examine
  5988. summary
  5989. functional
  5990. opentransport
  5991. sample
  5992. imple
  5993. summary
  5994. graphical
  5995. representation
  5996. maximum
  5997. summary
  5998. definition
  5999. procedure
  6000. source
  6001. summary
  6002. series
  6003. tools
  6004. source
  6005. allow
  6006. summary
  6007. xcmds
  6008. xfcns
  6009. perform
  6010. summary
  6011. three
  6012. tools
  6013. written
  6014. hardwar
  6015. summary
  6016. simple
  6017. window
  6018. based
  6019. debugger
  6020. kernel
  6021. summary
  6022. prgram
  6023. guide
  6024. macintosh
  6025. power
  6026. 89664X
  6027. Aug 00^    TC Disk 2
  6028. y--set theItem to choose file -- uncomment to test in an AS editor
  6029.     tell application "Finder"
  6030.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  6031.         activate
  6032.     end tell
  6033. on error errMsg number errNum
  6034.     --enter statements to perform when no records are found such as...
  6035.     display dialog "Sorry, the item you selected could not be found."
  6036.     return
  6037. end try
  6038. Movedf&Finder AppleEvents FinderEvents eventsq
  6039. Dev.CD Aug 00 TC Disk 2
  6040. All Packages
  6041. MoreIsBetter
  6042. "MoreIsBetter is a code sample and library which provides indispensable work-arounds and illustrations for Mac OS programming.
  6043. It contains wrapper functions for: Control Manager, Appearance Manager, Dialog Manager, Window Manager, Menu Manager, Navigation Services, Network Setup, and more.
  6044. J+MIB-Clients
  6045. MIB-Documentation
  6046. MIB-LibrariesK
  6047. Nov 98L
  6048. Dec 99M
  6049. Universal Headers 3.2O:Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:MoreIsBetter:V
  6050. 89665X
  6051. 1e    No Change
  6052.  SDK:
  6053. manager
  6054. sample
  6055. sharing
  6056. signing
  6057. system
  6058. manager
  6059. files
  6060. filetool
  6061. filter
  6062. content
  6063. finder
  6064. finder
  6065. apple
  6066. events
  6067. finder
  6068. appleevents
  6069. finderevents
  6070. events
  6071. finder
  6072. strings
  6073. finder
  6074. scripting
  6075. finder
  6076. windows
  6077. finderevents
  6078. findfamilies
  6079. finding
  6080. finding
  6081. applications
  6082. creator
  6083. firewire
  6084. firewire
  6085. video
  6086. output
  6087. firmware
  6088. fixed
  6089. fixed
  6090. point
  6091. floating
  6092. floating
  6093. window
  6094. floppy
  6095. floppy
  6096. folder
  6097. folder
  6098. encoding
  6099. family
  6100. metrics
  6101. fonts
  6102. fontsync
  6103. forecolor
  6104.  be found."
  6105.     return
  6106. end try
  6107. All Packages
  6108. PPC EnablerO
  6109. Dev.CD Jul 95P
  6110. Dev.CD Jul 9V
  6111. 86668X
  6112. Jul 95
  6113. Core Foundation
  6114. overview
  6115. opaque types
  6116. reference counts
  6117. Base Services
  6118. CFBase.h
  6119. CFRetain
  6120. CFRelease
  6121. Reference counting
  6122. allocators
  6123. custom allocators
  6124. CFAllocator
  6125. CFType
  6126. Polymorphic functions
  6127. CFTypeID
  6128. CFIndex
  6129. CFOptionFlags
  6130. CFHashCode
  6131. CFHash
  6132. compare
  6133. CFComparatorFunction
  6134. CFComparisonResult
  6135. CFEqual
  6136. CFRange
  6137. Bundle Services
  6138. CFBundle.h
  6139. CFBundle
  6140. bundle
  6141. main bundle
  6142. resources
  6143. resource management
  6144. localization
  6145. internationalization
  6146. cross-platform
  6147. application package
  6148. Application
  6149. Framework
  6150. Loadable bundle
  6151. code loading
  6152. dynamic linking
  6153. lproj
  6154. localized strings
  6155. Info.plist
  6156. Collection Services
  6157. CFArray.h
  6158. CFDictionary.h
  6159. CFBag.h
  6160. CFSet.h
  6161. CFTree.h
  6162. CFData.h
  6163. CFBinaryHeap.h
  6164. CFBitVector.h
  6165. CFArray
  6166. CFDictionary
  6167. CFBag
  6168. CFSet
  6169. CFTree
  6170. CFData
  6171. CFBinaryHeap
  6172. CFBitVector
  6173. collection
  6174. container
  6175. ordered collection
  6176. vector
  6177. Property List Services
  6178. CFPropertyList.h
  6179. property list
  6180. information property list
  6181. info plist
  6182. Info.plist
  6183. CFArray
  6184. CFDictionary
  6185. CFDictionary
  6186. CFPropertyList
  6187. Core Foundation
  6188. String Se
  6189. OTDev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:P_Dev.CD May 98 TC
  6190.  - Tool Chest
  6191.  - Development Kits
  6192.  - HyperCard Related
  6193.  - PeopleSurveyor 2.1.2V
  6194. 89780X
  6195. May 98^
  6196. --set theItem to choose file -- uncomment to test in an AS editor
  6197.     tell application "Finder"
  6198.         open item "Dev.CD May 98 TC:Tool Chest:Development Kits:HyperCard Related:PeopleSurveyor 2.1.2:"
  6199.         activate
  6200.     end tell
  6201. on error errMsg number errNum
  6202.     --enter statements to perform when no records are found such as...
  6203.     display dialog "Sorry, the item you selected could not be found."
  6204.     return
  6205. end try
  6206. e    No Changeq
  6207. Dev.CD May 98 TC
  6208. All Packages
  6209. Performa 7.1P2O
  6210. Dev.CD Oct 93
  6211. Dev.CD Jul 93P
  6212. Dev.CD Oct 93
  6213. Dev.CD Jul 9V
  6214. 89781X
  6215. Oct 93
  6216. learning/testing
  6217. least
  6218. lengths
  6219. less{
  6220. lesser
  6221. letters
  6222. letting_
  6223. levela
  6224. references
  6225. referential
  6226. referred
  6227. reflect
  6228. reflectingV
  6229. reformats
  6230. reformatting
  6231. regarded
  6232. regarding
  6233. regardless
  6234. regards
  6235. region
  6236. regions
  6237. localization
  6238. japan
  6239. localizers
  6240. location
  6241. locator
  6242. lockfile
  6243. lockvol
  6244. lockvol
  6245. doubles
  6246. lurkers
  6247. lurkers
  6248. hosesample
  6249. modify
  6250. modifying
  6251. moduleN
  6252. modulesR
  6253. momentum{
  6254. money
  6255. monitorU
  6256. monitoringA
  6257. monroe
  6258. month
  6259. monthly{
  6260. morec
  6261. All Packages
  6262. F    QuickTimeO
  6263. Dev.CD Jun 97 SSWP
  6264. Dev.CD Jun 97 SSV
  6265. 90095X
  6266. Jun 97
  6267. f--set theItem to choose file -- uncomment to test in an AS editor
  6268.     tell application "Finder"
  6269.         open item "Dev.CD Jun 97 SSW"
  6270.         activate
  6271.     end tell
  6272. on error errMsg number errNum
  6273.     --enter statements to perform when no records are found such as...
  6274.     display dialog "Sorry, the item you selected could not be found."
  6275.     return
  6276. end try
  6277. All Packages
  6278. F    QuickTimeO
  6279. Dev.CD Jun 97 SSWP
  6280. Dev.CD Jun 97 SSV
  6281. 90096X
  6282. Jun 97
  6283. f--set theItem to choose file -- uncomment to test in an AS editor
  6284.     tell application "Finder"
  6285.         open item "Dev.CD Jun 97 SSW"
  6286.         activate
  6287.     end tell
  6288. on error errMsg number errNum
  6289.     --enter statements to perform when no records are found such as...
  6290.     display dialog "Sorry, the item you selected could not be found."
  6291.     return
  6292. end try
  6293. All Packages
  6294. F    QuickTimeO
  6295. Dev.CD Jun 97 SSWP
  6296. Dev.CD Jun 97 SSV
  6297. 90097X
  6298. e    No Changef!MacApp
  6299. Exception
  6300. UFailure
  6301. Signalsq
  6302. Dev.CD Aug 00 TC Disk 2
  6303. All Packages
  6304. SignatureToApp
  6305. &The SignatureToApp function takes an application's signature or creator code (a four-byte identifier) and attempts to find a running application, or an application on disk, with that signature. It can also launch the application if you allow it to and if the application is not already running.
  6306. J}Launch.c
  6307. SignatureToApp Docs.pdf
  6308. SignatureToApp.c
  6309. SignatureToApp.h
  6310. SignatureToApp.mcp
  6311. SignatureToAppDemo(PPC)
  6312. RELEASE NOTES
  6313. System 7.0NBProcess Manager, Desktop Database, finding applications by creatorO=Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:SignatureToApp:PEDev.CD Aug 00 TC Disk 2
  6314.  - Sample Code
  6315.  - Processes
  6316.  - SignatureToAppV
  6317. 90194X
  6318. Aug 00^    TC Disk 2
  6319. e    No Change
  6320. n using AppleScript.
  6321. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  6322. Features: Apple Data Detectors Extension - provides base functional
  6323. noresdialog
  6324. source
  6325. sample
  6326. illustrating
  6327. dialo
  6328. normal
  6329. normally
  6330. norman{
  6331. north
  6332. norwegian
  6333. nosound
  6334. nosound
  6335. source
  6336. sample
  6337. illustrates
  6338. Will als
  6339. rs. Also shows how to use the new View format with defining
  6340. customized cursors over views.V
  6341. 87847X
  6342. 1e    No Change
  6343. survival
  6344. guide
  6345. javadrawing
  6346. javadrawing
  6347. javaqtanimation
  6348. javaqtanimation
  6349. jbindery2.0
  6350. jbinderyhtml
  6351. jdirect
  6352. jdirect
  6353. mouse
  6354. jdirectmouse
  6355. jdirectmouse
  6356. preview
  6357. component
  6358. translator
  6359. helper
  6360. helper
  6361. helper
  6362. jman2.0
  6363. jmanhtml
  6364. jqtanim
  6365. jumps
  6366. jumps
  6367. finder
  6368. finder
  6369. finder
  6370. finder
  6371. justify
  6372. k-finnish
  6373. kanji
  6374. kanji
  6375. 1.1.3
  6376. kcapapp
  6377. kcapapp
  6378. kcapapp
  6379. ON;Telephone Manager, Telephony, ISDN, Analog, PBX, Phone, IVRO=Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Telephone Manager:PEDev.CD Jul 99 SDK1
  6380.  - Development Kits
  6381.  - Mac OS
  6382.  - Telephone Manager
  6383. copyright
  6384. copyrighted
  6385. copyrights
  6386. copywrite
  6387. correctly
  6388. correlate
  6389. correspondence
  6390. corresponding
  6391. cosmetic[
  6392. costs{
  6393. could]
  6394. couldn't
  6395. counter
  6396. counterpart
  6397. counterparts
  6398. countersA
  6399. counting
  6400. country
  6401. courseS
  6402. coursesS
  6403. courseware
  6404. cpu's
  6405. craig
  6406. crashX
  6407. crashed
  6408. crashesW
  6409. crawl
  6410. create]
  6411. Deletedq
  6412. Dev.CD Nov 99 TC
  6413. All Packages
  6414. System 7 SamplesIPSummary: This folder contains several examples of System 7-specific sample code.
  6415. Communications Toolbox
  6416. Contributed
  6417. Devices and Hardware
  6418. Files
  6419. Games
  6420. Graphics 2D
  6421. Graphics 3D
  6422. Help Systems
  6423. Human Interface Toolbox
  6424. Interapplication Comm
  6425. Memory
  6426. Networking
  6427. OS Utilities
  6428. Overview
  6429. Platforms and Tools
  6430. Printing
  6431. Processes
  6432. QuickTime
  6433. Runtime Architecture
  6434. Sound
  6435. Vol. IVL
  6436. Feb 95M
  6437. MPW, THINK C, or A/UXO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  6438.  - Sample CodeV
  6439. 90269X
  6440. Aug 00^    TC Disk 2
  6441. y--set theItem to choose file -- uncomment to test in an AS editor
  6442.     tell application "Finder"
  6443.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  6444.         activate
  6445.     end tell
  6446. on error errMsg number errNum
  6447.     --enter statements to perform when no records are found such as...
  6448.     display dialog "Sorry, the item you selected could not be found."
  6449.     return
  6450. end try
  6451. Moved
  6452. setprojector
  6453. enabling
  6454. psulate
  6455. encapsulated
  6456. encapsulates
  6457. enclosed
  6458. encoded
  6459. encodingy
  6460. encodings
  6461. encompasses
  6462. encounter
  6463. encountered
  6464. encountering
  6465. encounters
  6466. encourage
  6467. encouraged
  6468. encourages_
  6469. encryption
  6470. endfullscreen
  6471. endian
  6472. endless
  6473. endorsement
  6474. endpoint
  6475. endpoints
  6476. enforces
  6477. enginej
  6478. engineering
  6479. engineers
  6480. engines
  6481. engler
  6482. english
  6483. enhance`
  6484. enhanced
  6485. enhancementi
  6486. extractbykind
  6487. extracted
  6488. extractor
  6489. extractors
  6490. extracts
  6491. extreme
  6492. extremelyx
  6493. fable
  6494. faced
  6495. facelesse
  6496. facilitates
  6497. facilitating
  6498. facilities
  6499. facility
  6500. facing
  6501. facto
  6502. factor
  6503. factoring
  6504. factors
  6505. factory-default
  6506. factory-fresh
  6507. fails
  6508. failure
  6509. falco
  6510. falkenburg
  6511. fall{
  6512. falls
  6513. false
  6514. familiar
  6515. families
  6516. family{
  6517. famous
  6518. fancy
  6519. uch as...
  6520.     display dialog "Sorry, the item you selected could not be found."
  6521.     return
  6522. end try
  6523. e    No Changeq
  6524. Dev.CD Aug 00 TC Disk 1
  6525. All Packages
  6526. F)Enhanced Macintosh PB 1400 Developer NoteV
  6527. 87851X
  6528. yes/no
  6529. yield/suspend/resume
  6530. yielding
  6531. yieldtoanythread
  6532.  Strate
  6533. alphabatize[
  6534. alphanumeric
  6535. already_
  6536. alsoN
  6537. sound several times in a row.
  6538. RecordToFile:  This app builds an AIFF file (actually it rebuilds a file which is selected).  Then it records to the file with the low level sound input calls.  When the recording is done, the code make sure that the AIFF header is correct and then plays the sound back with SndStartFilePlay.
  6539. Record sound to disk: Shows how to record sound asynchronously to disk and how to deal with errors gracefully.
  6540. SampleRateAvail:  This snippet checks for the number of s
  6541. ample rates available ona given Mac and lists those rates.
  6542. SampleSndPlay:  This sample application shows how to use SndStartFilePlay.
  6543. SetSoundInput:  This application demonstrates how to set the sound input rate manually in order to record at the highest possible sound quality.
  6544. SndForEver:  This application demonstrates how to play a 'snd ' resource that has a loop in it.
  6545. SndPlayDoubleBuffer: Shows how to play sounds using SndPlayDoubleBuffer.
  6546. Sound Input:  SoundInputSample demonstrat
  6547. --set theItem to choose file -- uncomment to test in an AS editor
  6548.     tell application "Finder"
  6549.         open item "Dev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:"
  6550.         activate
  6551.     end tell
  6552. on error errMsg number errNum
  6553.     --enter statements to perform when no records are found such as...
  6554.     display dialog "Sorry, the item you selected could not be found."
  6555.     return
  6556. end try
  6557. Nov 93L
  6558. Nov 98N
  6559. File Manager Sample CodeO4Dev.CD Aug 00 TC Disk 1:Sample Code:Files:MoreFiles:P<Dev.CD Aug 00 TC Disk 1
  6560.  - Sample Code
  6561.  - Files
  6562.  - MoreFilesV
  6563. 89663X
  6564. Aug 00^    TC Disk 1
  6565. --set theItem to choose file -- uncomment to test in an AS editor
  6566.     tell application "Finder"
  6567.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:MoreFiles:"
  6568.         activate
  6569.     end tell
  6570. on error errMsg number errNum
  6571.     --enter statements to perform when no records are found such as...
  6572.     display dialog "Sorry, the item you selected could not be found."
  6573.     return
  6574. end try
  6575. r contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats.
  6576. This folder contains updated documents outlining strategies for embedding ICC Profiles in TIFF, PICT, GIF, JFIF and EPS formats. These documents are of interest to ColorSync-savvy applications.
  6577. e    No Change
  6578. : The Most Popular Application Categories
  6579. Special Marketing Report:
  6580. 90202X
  6581. Aug 00^    TC Disk 2
  6582. --set theItem to choose file -- uncomment to test in an AS editor
  6583.     tell application "Finder"
  6584.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Capturing:SimpleVideoOut:"
  6585.         activate
  6586.     end tell
  6587. on error errMsg number errNum
  6588.     --enter statements to perform when no records are found such as...
  6589.     display dialog "Sorry, the item you selected could not be found."
  6590.     return
  6591. end try
  6592. e    No ChangefeVideo Output Component
  6593. FireWire
  6594. Digital Video
  6595. Digital Video Output
  6596. Firewire Video Output
  6597. Exportingq
  6598. Dev.CD Aug 00 TC Disk 2
  6599. All Packages
  6600. F    SlideShowI
  6601. This demo program shows how to use the ImageViewer object to present a sequence of images one at a time using mouse clicks from the user.J
  6602. Finished Product
  6603. images
  6604. ReadMe
  6605. SlideShow(CW4).mcp
  6606. SlideShow.jar
  6607. SlideShow.mcp
  6608. Source Clippings
  6609. Sources (complete)
  6610. Sources (skeleton)K
  6611. Feb 00
  6612. O3Dev.CD Aug 00 TC Disk 2:Sample Code:Java:SlideShow:V
  6613. 90203X
  6614. 1e    No Change
  6615. Oct 94
  6616. f--set theItem to choose file -- uncomment to test in an AS editor
  6617.     tell application "Finder"
  6618.         open item "Dev.CD Jan 96 SSW"
  6619.         activate
  6620.     end tell
  6621. on error errMsg number errNum
  6622.     --enter statements to perform when no records are found such as...
  6623.     display dialog "Sorry, the item you selected could not be found."
  6624.     return
  6625. end try
  6626. ronment
  6627. indication
  6628. option
  6629. eomodeler
  6630. error
  6631. error
  6632. reports
  6633. apple
  6634. ethernetR
  6635. ethernet
  6636. address
  6637. ethernet
  6638. built-in
  6639. ethernet
  6640. ethertalk
  6641. etsda
  6642. eventi
  6643. eventsb
  6644. example
  6645. family
  6646. fcode
  6647. features
  6648. fetch
  6649. field
  6650. exchange
  6651. J1CHeaders
  6652. MoreFilesReadMe
  6653. PascalInterfaces
  6654. Sourcesject PC Cards.  This is a sample of an action module and is useful in general for PowerBook users which use PC Cards and Location Manager
  6655. Shows how to walk the name registry to find PC Cards and eject them. Shows how to build a Location Manager action module.
  6656. Communications Toolbox
  6657. Contributed
  6658. Devices and Hardware
  6659. Files
  6660. Games
  6661. Graphics 2D
  6662. Graphics 3D
  6663. Help Systems
  6664. Human Interface Toolbox
  6665. Interapplication Comm
  6666. Memory
  6667. Networking
  6668. OS Utilities
  6669. Overview
  6670. Platforms and Tools
  6671. Printing
  6672. Processes
  6673. QuickTime
  6674. Runtime Architecture
  6675. Sound
  6676. Mar 99MFPower Macintosh with PC Card 3.0 (PowerBook 3400, 2400, G3, G3 Series)N3PC Card 3.0, Location Manager, Eject, Action moduleO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  6677.  - Sample Code dialog "Sorry, the item you selected could not be found."
  6678.     return
  6679. end try
  6680. All Packages
  6681. PowerTalk (PPC)O
  6682. Dev.CD Oct 94P
  6683. Dev.CD Oct 9V
  6684. 86647X
  6685. Oct 94
  6686. O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  6687.  - Sample Codeed
  6688. untested
  6689. until
  6690. unwanted
  6691. unwrapcommenttext
  6692. source
  6693. standard
  6694. compression
  6695. chapter
  6696. survival
  6697. guide
  6698. series
  6699. regarding
  6700. webobjec
  6701. survival
  6702. guide
  6703. offers
  6704. overview
  6705. audio
  6706. produces
  6707. template
  6708. building
  6709. balloon
  6710. update
  6711. toolbox
  6712. assistant
  6713. includes
  6714. following
  6715. ticks
  6716. speed
  6717. control
  6718. simple
  6719. version
  6720. tesample
  6721. substantially
  6722. reworked
  6723. starts
  6724. startupf
  6725. stateV
  6726. states
  6727. static
  6728. statistic
  6729. statistics
  6730. status
  6731. staying
  6732. stays
  6733. stdbits
  6734. stdout
  6735. stdpix
  6736. steal
  6737. step-by-step
  6738. steps
  6739. steve
  6740. stevens
  6741. stickers
  6742. sticky
  6743. still[
  6744. e    No Changef)DrawSprocket
  6745. GetVersion
  6746. Context
  6747. CLUTq
  6748. Dev.CD Aug 00 TC Disk 1
  6749. All Packages
  6750. DrawTextCodecI
  6751. This is an example of the fun you can have writing codecs. This is a QuickTime codec ( with sources ) for compressing black and white pictures into the glyphs of your favourite font. J
  6752. CodecTestMain(PPC)
  6753. CodecTestMain.c
  6754. DrawTextCodec
  6755. DrawTextCodec.h
  6756. DrawTextCodec.mcp
  6757. DrawTextCodec.rsrc
  6758. DrawTextComponent.c
  6759. DrawTextCompress.c
  6760. DrawTextDecompress.cM    QuickTimeN
  6761. QuickTime, codecOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:DrawTextCodec:PNDev.CD Aug 00 TC Disk 2
  6762.  - Sample Code
  6763.  - QuickTime
  6764.  - Codecs
  6765.  - DrawTextCodecV
  6766. 89420X
  6767. Aug 00^    TC Disk 2
  6768. e    No Change
  6769.  TC Disk 2
  6770. All Packages
  6771. QTSndTween
  6772. 88306X
  6773. david
  6774. davidson
  6775. day-to-day
  6776. dboxproc
  6777. dcmdi
  6778. dcmdsc
  6779. deals
  6780. deanna
  6781. deatherage
  6782. debabelizer
  6783. --set theItem to choose file -- uncomment to test in an AS editor
  6784.     tell application "Finder"
  6785.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:CreatePictFile:"
  6786.         activate
  6787.     end tell
  6788. on error errMsg number errNum
  6789.     --enter statements to perform when no records are found such as...
  6790.     display dialog "Sorry, the item you selected could not be found."
  6791.     return
  6792. end try
  6793. Sample Code:P&Dev.CD Aug 00 TC Disk 2
  6794.  - Sample Code
  6795. choosing
  6796. ciconhandle
  6797. class
  6798. classes^
  6799. client
  6800. print
  6801. cliprect
  6802. cliprect
  6803. getnextdevice
  6804. getdevicelist
  6805. close
  6806. closepicture
  6807. clouseau
  6808. cmchoose
  6809. cmgetconfig
  6810. ev.CD Oct 93
  6811. Dev.CD Jul 93
  6812. Dev.CD Apr 93"
  6813.         activate
  6814.     end tell
  6815. on error errMsg number errNum
  6816.     --enter statements to perform when no records are found such as...
  6817.     display dialog "Sorry, the item you selected could not be found."
  6818.     return
  6819. end try
  6820. All Packages
  6821. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  6822. Dev.CD Jan 94
  6823. Dev.CD Oct 93
  6824. Dev.CD Jul 93
  6825. Dev.CD Apr 93PDDev.CD Apr 94
  6826. Dev.CD Jan 94
  6827. Dev.CD Oct 93
  6828. Dev.CD Jul 93
  6829. Dev.CD Apr 9V
  6830. 87172X
  6831. Apr 94
  6832. minary
  6833. preloaded
  6834. premastering
  6835. premierey
  6836. prepare
  6837. prepared
  6838. preparememoryforio
  6839. preparing
  6840. co-exist
  6841. cocoa
  6842. coconut
  6843. 89796X
  6844. Mar OO^
  6845. RLDisk 1
  6846. --set theItem to choose file -- uncomment to test in an AS editor
  6847.     tell application "Finder"
  6848.         open item "Dev.CD Mar OO RLDisk 1:Interactive Media Resources:PortingObjectiveCtoJava:"
  6849.         activate
  6850.     end tell
  6851. on error errMsg number errNum
  6852.     --enter statements to perform when no records are found such as...
  6853.     display dialog "Sorry, the item you selected could not be found."
  6854.     return
  6855. end try
  6856. Deletedf
  6857. WebObjects
  6858. Objective-C
  6859. Javaq
  6860. Dev.CD Mar OO RLDisk 1
  6861. All Packages
  6862. PostScript Output Filters
  6863. 89797X
  6864. 2 requires Mac OS 8, with Open Transport 1.2.1, and any Macintosh computer or Workgroup Server that uses a PowerPC 601, 604, 604e processors.N"AppleShare, IP, API, AFP protocol.O?Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:PDDev.CD Apr 98 SDK1
  6865.  - Development Kits (Disc 1)
  6866.  - AppleShare IP APIideonswitch
  6867. getkeysV
  6868. getlastchange
  6869. getmfsize
  6870. getnextevent
  6871. getnextfond
  6872. 89773X
  6873. Aug 00^    TC Disk 2
  6874. --set theItem to choose file -- uncomment to test in an AS editor
  6875.     tell application "Finder"
  6876.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:PCCardNetworkSample:"
  6877.         activate
  6878.     end tell
  6879. on error errMsg number errNum
  6880.     --enter statements to perform when no records are found such as...
  6881.     display dialog "Sorry, the item you selected could not be found."
  6882.     return
  6883. end try
  6884. e    No ChangefPPC Card
  6885. Network Driver
  6886. Open Transport Module
  6887. Token Ring
  6888. Enabler
  6889. Port Scannerq
  6890. Dev.CD Aug 00 TC Disk 2
  6891. D!All Packages
  6892. Tool Chest Edition
  6893. PCCTS 1.31
  6894.     m to choose file -- uncomment to test in an AS editor
  6895.     tell application "Finder"
  6896.         open item "Dev.CD Apr 94"
  6897.         activate
  6898.     end tell
  6899. on error errMsg number errNum
  6900.     --enter statements to perform when no records are found such as...
  6901.     display dialog "Sorry, the item you selected could not be found."
  6902.     return
  6903. end try
  6904. All Packages
  6905. 87233
  6906.     Cl, if the user allows the save, the Save action is mapped to a Cancel action but the reply is marked as good.
  6907. Communications Toolbox
  6908. Contributed
  6909. Devices and Hardware
  6910. Files
  6911. Games
  6912. Graphics 2D
  6913. Graphics 3D
  6914. Help Systems
  6915. Human Interface Toolbox
  6916. Interapplication Comm
  6917. Memory
  6918. Networking
  6919. OS Utilities
  6920. Overview
  6921. Platforms and Tools
  6922. Printing
  6923. Processes
  6924. QuickTime
  6925. Runtime Architecture
  6926. Sound
  6927. Feb 97L
  6928. Feb 97M-System 7 or greater, Universal Interfaces 2.0NKCustomGetFile, CustomPutFile, dialog, select, folder, file, balloon, appendO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  6929.  - Sample Codeistics
  6930. status
  6931. staying
  6932. stays
  6933. stdbits
  6934. stdout
  6935. stdpix
  6936. steal
  6937. step-by-step
  6938. steps
  6939. steve
  6940. stevens
  6941. stickers
  6942. sticky
  6943. still[
  6944. Aug 96
  6945. e--set theItem to choose file -- uncomment to test in an AS editor
  6946.     tell application "Finder"
  6947.         open item "Dev.CD Aug 96 TC"
  6948.         activate
  6949.     end tell
  6950. on error errMsg number errNum
  6951.     --enter statements to perform when no records are found such as...
  6952.     display dialog "Sorry, the item you selected could not be found."
  6953.     return
  6954. end try
  6955. All Packages
  6956. QuickDraw GXO
  6957. Dev.CD Aug 96 TCP
  6958. Dev.CD Aug 96 TV
  6959. 89995X
  6960. Aug 96
  6961. e--set theItem to choose file -- uncomment to test in an AS editor
  6962.     tell application "Finder"
  6963.         open item "Dev.CD Aug 96 TC"
  6964.         activate
  6965.     end tell
  6966. on error errMsg number errNum
  6967.     --enter statements to perform when no records are found such as...
  6968.     display dialog "Sorry, the item you selected could not be found."
  6969.     return
  6970. end try
  6971. All Packages
  6972. QuickDraw GXO
  6973. Dev.CD Aug 96 TCP
  6974. Dev.CD Aug 96 TV
  6975. 89996X
  6976. Aug 96
  6977. allowed
  6978. variabl@
  6979. the hierarchical lists described in Issue 18 (and other custom list types) in PowerPlant, CodeWarrior
  6980. s object-oriented framework.
  6981. Balance of Power:  Introducing PowerPC Assembly Language by Dave Evans.  You won
  6982. t often need to write it, but you
  6983. ll surely have to read it and debug it. Get the basics here.
  6984. MPW Tips and Tricks:  Launching MPW Faster Than a Speeding Turtle by Tim Maroney.  The first installment of a new column to help you get the most out of MPW. This time: speeding up MPW
  6985. s launching.
  6986. Print Hints:  Writing QuickDraw GX Drivers With Custom I/O and Buffering by Dave Hersey.  Here
  6987. s what you
  6988. ll need to know to write a QuickDraw GX driver that uses custom I/O or buffering schemes.
  6989. Somewhere in QuickTime:  Choosing the Right Codec by John Wang.  Compressor/decompressor components vary widely in their capabilities and limitations. Learn how to pick the right one.
  6990. The Art of Human Computing:  Finger-Coded Binary by Tobias Engler.  Trapped in the wilderness with
  6991. scheduled
  6992. schedulesS
  6993. scheme
  6994. schemes
  6995. schneider
  6996. school
  6997. science
  6998. scoop
  6999. score
  7000. scoring
  7001. scott
  7002. scrambling
  7003. scrap
  7004. scrapbook
  7005. screenB
  7006. screen's
  7007. screen-based
  7008. screencompare
  7009. screendump
  7010. screens
  7011. screenshots
  7012. scripty
  7013. scriptability
  7014. IPCLister:  A small example of how to use IPCListPorts. This sample collects and displays all the PPC/AppleEvent capable machines in your current zone and puts them in a nice list.
  7015. ODOC:  This sample send
  7016. e    No Changef
  7017. File Manager Sample Codeq
  7018. Dev.CD Aug 00 TC Disk 1
  7019. All Packages
  7020. MoreFinderEvents
  7021. Summary:  The AppleEvents API is icky and you probably don't relish the idea of developing an intimate relationship with it. And you don't feel your application should yet require the scriptable Finder, which first shipped in System 7.5. Yet you still want to make Finder do backflips and cartwheels. Enter MoreFinderEvents. This package provides you with a painless API for sending some of the more simple forms of the FinderEvents, which have been with us since System 7.0.0. With this API yo
  7022. 89664X
  7023. D Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  7024.         activate
  7025.     end tell
  7026. on error errMsg number errNum
  7027.     --enter statements to perform when no records are found such as...
  7028.     display dialog "Sorry, the item you selected could not be found."
  7029.     return
  7030. end try
  7031. e    No Change
  7032.  Oct 9V
  7033. 86644X
  7034. Oct 94
  7035. Feb 97L
  7036. Sep 97d
  7037. "AEHelpers.c
  7038. AEHelpers.h
  7039. FileHelpers.c
  7040. FileHelpers.h
  7041. FinderRegistry.h
  7042. MoreAppleEvents.mcp
  7043. MoreAppleEventsLib(PPC)
  7044. MoreFinderEvents.c
  7045. MoreFinderEvents.h
  7046. ObjectHelpers.c
  7047. ObjectHelpers.h
  7048. OSAHelpers.c
  7049. OSAHelpers.h
  7050. PrivateConditionals.h
  7051. ProcessHelpers.c
  7052. ProcessHelpers.h
  7053. ProductInfo
  7054. VersionInfo.r
  7055. MOMinimum system version: 7.0, Also used some functions in the MoreFiles package.N.AppleScript, Apple events, AppleEvents, FinderOJDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreAppleEvents:PRDev.CD Aug 00 TC Disk 2
  7056.  - Sample Code
  7057.  - Interapplication Comm
  7058.  - MoreAppleEvents - Technical Publications
  7059.  - hardware
  7060.  - Developer_Notes
  7061.  - Macintosh_CPUs-PPC_PortableV
  7062. 87851X
  7063. Sep 00^    RL Disk 1
  7064. e    No Change
  7065.  --enter statements to perform when no records are found such as...
  7066.     display dialog "Sorry, the item you selected could not be found."
  7067.     return
  7068. end try
  7069. All Packages
  7070. F    PowerTalkO
  7071. Dev.CD Apr 95
  7072. Dev.CD Jan 95P
  7073. Dev.CD Apr 95
  7074. Dev.CD Jan 9V
  7075. 86641X
  7076. Apr 95
  7077. Summary:  The AppleTalk Wide Area Developer
  7078. s Toolkit is intended for two kinds of Apple developers: router developers who wish to develop an AURP-speaking router that interoperates with the Apple Internet Router, and adev developers who wish to develop a network connection file for the Apple Internet Router.
  7079.  The AppleTalk Wide Area Developer
  7080. s Toolkit contains the following items:
  7081. AppleTalk Update-Based Routing Protocol: Enhanced AppleTalk Routing
  7082. --------------------------------------
  7083. -----------
  7084. This document is the protocol specification for the AppleTalk Update-based Routing Protocol (AURP), which provides wide area routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  7085. Apple Internet Router: User-Interface Extensions to the adev File
  7086. ---------------------------------------------
  7087. This document provides information needed to support the new adev resource calls. (An ade
  7088. summary
  7089. macintosh
  7090. developer
  7091. notes
  7092. published
  7093. developer
  7094. summary
  7095. macintosh
  7096. technology
  7097. apple
  7098. summary
  7099. macintosh
  7100. translation
  7101. manager
  7102. summary
  7103. macodbc
  7104. standard
  7105. developers
  7106. write
  7107. summary
  7108. makemake
  7109. which
  7110. generates
  7111. correct
  7112. summary
  7113. manalyzer
  7114. local
  7115. network
  7116. analyzer
  7117. summary
  7118. memory
  7119. monitor
  7120. software
  7121. utility
  7122. which
  7123. provides
  7124. summary
  7125. midiconverter
  7126. application
  7127. converting
  7128. gener
  7129. 7852X
  7130. Feb 00^
  7131. --set theItem to choose file -- uncomment to test in an AS editor
  7132.     tell application "Finder"
  7133.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:EOModeler:"
  7134.         activate
  7135.     end tell
  7136. on error errMsg number errNum
  7137.     --enter statements to perform when no records are found such as...
  7138.     display dialog "Sorry, the item you selected could not be found."
  7139.     return
  7140. end try
  7141. Deleted
  7142. Deleted
  7143. 89662X
  7144. Aug 00^    TC Disk 2
  7145. --set theItem to choose file -- uncomment to test in an AS editor
  7146.     tell application "Finder"
  7147.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MoreAppleEvents:"
  7148.         activate
  7149.     end tell
  7150. on error errMsg number errNum
  7151.     --enter statements to perform when no records are found such as...
  7152.     display dialog "Sorry, the item you selected could not be found."
  7153.     return
  7154. end try
  7155. e    No Changef+AppleScript
  7156. Apple events
  7157. AppleEvents
  7158. Finderq
  7159. Dev.CD Aug 00 TC Disk 2
  7160. All Packages
  7161. F    MoreFiles
  7162. MoreFiles is a collection of high-level routines written over the years to answer File Manager questions developers have sent to Apple Developer Technical Support, and to answer questions on various online services and the internet. The routines have been tested (but not stress-tested), documented, code-reviewed, and used in both my own programs, the Macintosh OS, and in many commercial products.
  7163. Nov 98V
  7164. 89663X
  7165. packages
  7166. Summary:  Macintosh Developer Notes, published on the Developer CD, contain over 700 pages of system software information not presently covered in Inside Macintosh.  Software developers seldom look for this type of information in the Macintosh Developer Notes because they assume that the notes are hardware specific. This is not a good assumption; developer notes do include detailed information on new system software APIs. To help you access this information more readily, we have compiled aBsn Acrobat document with links to specific chapters in the developer notes that are cataloged as software documents.
  7167. JQDisplay Device Driver Guide
  7168. Mac OS Runtime Architectures
  7169. Read Me - Other SSW DocsK
  7170. Mar 95O@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  7171.  - Technical Documentation
  7172.  - More SSW Documentation
  7173.  - XCMDs & XFCNs
  7174.  - Apple Event XCMDs 1.0b3
  7175. PNDev.CD Aug 00 TC Disk 2
  7176.  - Sample Code
  7177.  - Printing
  7178.  - Scalable PostScript PICTV
  7179. 90149X
  7180. Aug 00^    TC Disk 2
  7181. --set theItem to choose file -- uncomment to test in an AS editor
  7182.     tell application "Finder"
  7183.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Scalable PostScript PICT:"
  7184.         activate
  7185.     end tell
  7186. on error errMsg number errNum
  7187.     --enter statements to perform when no records are found such as...
  7188.     display dialog "Sorry, the item you selected could not be found."
  7189.     return
  7190. end try
  7191. e    No Changef
  7192. PostScript
  7193. print
  7194. clip. scaleq
  7195. Dev.CD Aug 00 TC Disk 2
  7196. All Packages
  7197. Scrap Color 1.0
  7198. 90150X
  7199. services
  7200. inside
  7201. carbon
  7202. utility
  7203. services
  7204. inside
  7205. inside
  7206. system
  7207. overview
  7208. inside
  7209. macintosh
  7210. installer
  7211. instance
  7212. variables
  7213. instructions
  7214. instrumentation
  7215. instruments
  7216. interaction
  7217. interactive
  7218. interactive
  7219. media
  7220. solutions
  7221. interface
  7222. --set theItem to choose file -- uncomment to test in an AS editor
  7223.     tell application "Finder"
  7224.         open item "Dev.CD Apr 94
  7225. Dev.CD Jan 94
  7226. Dev.CD Oct 93
  7227. Dev.CD Jul 93
  7228. Dev.CD Apr 93"
  7229.         activate
  7230.     end tell
  7231. on error errMsg number errNum
  7232.     --enter statements to perform when no records are found such as...
  7233.     display dialog "Sorry, the item you selected could not be found."
  7234.     return
  7235. end try
  7236. ication "Finder"
  7237.         open item "Dev.CD Apr 95
  7238. Dev.CD Jan 95"
  7239.         activate
  7240.     end tell
  7241. on error errMsg number errNum
  7242.     --enter statements to perform when no records are found such as...
  7243.     display dialog "Sorry, the item you selected could not be found."
  7244.     return
  7245. end try
  7246. All Packages
  7247. F    PowerTalkO
  7248. Dev.CD Apr 95
  7249. Dev.CD Jan 95P
  7250. Dev.CD Apr 95
  7251. Dev.CD Jan 9V
  7252. 86631X
  7253. Apr 95
  7254. 89422X
  7255. Aug 00^    TC Disk 1
  7256. --set theItem to choose file -- uncomment to test in an AS editor
  7257.     tell application "Finder"
  7258.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:Driver Installer:"
  7259.         activate
  7260.     end tell
  7261. on error errMsg number errNum
  7262.     --enter statements to perform when no records are found such as...
  7263.     display dialog "Sorry, the item you selected could not be found."
  7264.     return
  7265. end try
  7266. e    No Changeq
  7267. Dev.CD Aug 00 TC Disk 1
  7268. All Packages
  7269. DriverGestalt DemoIXDriverGestalt Demo is a simple example of how to make some basic Driver Gestalt queries.JADriverGestalt Demo.mcp
  7270. DriverGestaltDemo(PPC)
  7271. DriverGestaltDemo.cM
  7272. noneNsDriver Gestalt, disk drivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  7273. ORDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Aug 00 TC Disk 1
  7274.  - Sample Code
  7275.  - Devices and Hardware
  7276.  - Disks
  7277.  - DriverGestalt DemoV
  7278. 89423X
  7279. 1e    No Change
  7280. developer's
  7281. developersT
  7282. developments{
  7283. devfeedback
  7284. devicel
  7285. deviceloop
  7286. devicesW
  7287. devon
  7288. devsupport
  7289. version
  7290. object
  7291. support
  7292. library
  7293. 1.1.4
  7294. replaces
  7295. simple
  7296. sample
  7297. dumps
  7298. version
  7299. w do you do this?  You check the window's contRgn.  If the contRgn is empty, then the window is shaded.  You'll note that the grafPort is unchanged by WindowShade, so if you need to save window dimensions, you can grab that information from the portRect.
  7300. JRShadingWinds(PPC)
  7301. ShadingWinds.c
  7302. ShadingWinds.h
  7303. ShadingWinds.mcp
  7304. ShadingWinds.rsrcOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ShadingWinds:PQDev.CD Aug 00 TC Disk 2
  7305.  - Sample Code
  7306.  - Human Interface Toolbox
  7307.  - ShadingWinds
  7308. coercef
  7309. coerces
  7310. coercingf
  7311. coercionf
  7312. coercions
  7313. coexist
  7314. cohasset
  7315. collaborate
  7316. collaboration{
  7317. collation
  7318. collecth
  7319. collected
  7320. collecting
  7321. collectionj
  7322. collection
  7323. inside
  7324. macintosh
  7325. books
  7326. related
  7327. programming
  7328. collectionservices
  7329. collectpictcolors
  7330. collects
  7331. collyer
  7332. color`
  7333. color
  7334. picker
  7335. 2.1.1
  7336. contains
  7337. minor
  7338. fixes
  7339. color
  7340. quickdraw
  7341. colorcdef
  7342. colored
  7343. coloredcheckbox
  7344. alignment
  7345. alive{
  7346. W in the source image we store 4 luminance (Y) components, 1 Y-Red component (U) and 1 Y-Blue (V) component. Each Y-component is stored as 6-bits,  resultinBPg in a savings of 2.4:1 over a 24-bit/pixel image (6*4 + 2*8)/4 = 10 bits/pixel.
  7347. J@ExampleCodec(PPC)
  7348. examplecodec.c
  7349. ExampleCodec.mcp
  7350. examplecodec.rM    QuickTimeN
  7351. QuickTime, codecOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:ExampleCodec:PMDev.CD Aug 00 TC Disk 2
  7352.  - Sample Code
  7353.  - QuickTime
  7354.  - Codecs
  7355.  - ExampleCodecV
  7356. 87855X
  7357. Aug 00^    TC Disk 2
  7358. e    No Change
  7359. pr 95
  7360. Dev.CD Jan 95P
  7361. Dev.CD Apr 95
  7362. Dev.CD Jan 9V
  7363. 86624X
  7364. Apr 95
  7365. 89661X
  7366. Dec 99^
  7367. --set theItem to choose file -- uncomment to test in an AS editor
  7368.     tell application "Finder"
  7369.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  7370.         activate
  7371.     end tell
  7372. on error errMsg number errNum
  7373.     --enter statements to perform when no records are found such as...
  7374.     display dialog "Sorry, the item you selected could not be found."
  7375.     return
  7376. end try
  7377. Deletedq
  7378. Dev.CD Dec 99 RL
  7379. All Packages
  7380. MoreAppleEvents
  7381. This sample includes a library of utility routines that assist in the creation and sending of Apple events and object descriptors.
  7382. Contains routines to help you:
  7383. - Building Apple events and the objects needed to communicate with other applications.
  7384. - Send Apple events and extract results from the Apple event replies. 
  7385. - Build and send events to the Finder. 
  7386. - Load and execute AppleScript scripts from an application.
  7387. 89662X
  7388. 1e    No Change
  7389. s new in Apple Guide 2.1
  7390. billiard
  7391. binary
  7392. binding
  7393. binhex
  7394. biorthogonal
  7395. bit-depth
  7396. bitblt
  7397. bitmap
  7398. bitmapinfoheader
  7399. bitmapped
  7400. bitmapsr
  7401. bits/pixel
  7402. bitten
  7403. bitwise
  7404. black
  7405. black&white
  7406. --set theItem to choose file -- uncomment to test in an AS editor
  7407.     tell application "Finder"
  7408.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  7409.         activate
  7410.     end tell
  7411. on error errMsg number errNum
  7412.     --enter statements to perform when no records are found such as...
  7413.     display dialog "Sorry, the item you selected could not be found."
  7414.     return
  7415. end try
  7416. e    No Change
  7417. WatchMe is a custom application intended to support the WatchMe.mov movie on the QuickTime SDK (Software Development Kit).
  7418. Its sole reason for existing is to convert relative URLs (contained in wired sprite actions) to absolute URLs (for consumption by the movie controller).  Currently the movie controller cannot handle relative URLs. WatchMe is just like most other QuickTime movie players, except that it intercepts movie controller actions of type mcActionLinkToURL. (In the WatchMe.mov mB
  7419. ovie, these actions are generated by wired sprite actions). It inspects the URL passed with the action and, if it's a relative URL, converts it into an absolute URL before passing it on to the movie controller.
  7420. Application Files
  7421. Building QT Samples
  7422. Common Files
  7423. README
  7424. WatchMe
  7425. WatchMe 68k
  7426. WatchMe 68k.mcp
  7427. WatchMe FAT.mcp
  7428. WatchMe PPC
  7429. WatchMe PPC.mcp
  7430. WatchMe Win.mcp
  7431. WatchMe.c
  7432. WatchMe.exe
  7433. WatchMe.h
  7434. WatchMe.makOODev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:
  7435. 89660X
  7436. Aug 00^    TC Disk 1
  7437. --set theItem to choose file -- uncomment to test in an AS editor
  7438.     tell application "Finder"
  7439.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Games:MoofWars:"
  7440.         activate
  7441.     end tell
  7442. on error errMsg number errNum
  7443.     --enter statements to perform when no records are found such as...
  7444.     display dialog "Sorry, the item you selected could not be found."
  7445.     return
  7446. end try
  7447. e    No Changef8game
  7448. sprockets
  7449. sprite
  7450. blitter
  7451. DrawSprocket
  7452. MoofWarsq
  7453. Dev.CD Aug 00 TC Disk 1
  7454. D(All Packages
  7455. Reference Library Edition
  7456. More SSW Documentation
  7457.     CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:FastDitherUsingQT:"
  7458.         activate
  7459.     end tell
  7460. on error errMsg number errNum
  7461.     --enter statements to perform when no records are found such as...
  7462.     display dialog "Sorry, the item you selected could not be found."
  7463.     return
  7464. end try
  7465. e    No Changef
  7466. QuickTime
  7467. dithering
  7468. compressionq
  7469. Dev.CD Aug 00 TC Disk 2
  7470. All Packages
  7471. 87857X
  7472. Dec 99^
  7473. --set theItem to choose file -- uncomment to test in an AS editor
  7474.     tell application "Finder"
  7475.         open item "Dev.CD Dec 99 RL:Technical Documentation:Peripherals Documentation:"
  7476.         activate
  7477.     end tell
  7478. on error errMsg number errNum
  7479.     --enter statements to perform when no records are found such as...
  7480.     display dialog "Sorry, the item you selected could not be found."
  7481.     return
  7482. end try
  7483. Deletedq
  7484. Dev.CD Dec 99 RL
  7485. All Packages
  7486. Programmer's Key 1.4.2
  7487. ISummary: Programmer's Key is a small INIT that allows the use of the 'power-on' key of an Apple Desktop Bus keyboard as a substitute for the Programmer's Switch. To install Programmer's Key; simply drag it into your System Folder and reboot.
  7488. Features: Allows reset and interrupt from keyboard.
  7489. This package is 7.0 compatible.  
  7490. General tools.imgK
  7491. Vol IIIL
  7492. Mar 92OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  7493. 89863X
  7494. 1e    No Change
  7495. {PQDev.CD Aug 00 TC Disk 2
  7496.  - Sample Code
  7497.  - Human Interface Toolbox
  7498.  - BigScrollingV
  7499. 89243X
  7500. Aug 00^    TC Disk 2
  7501. --set theItem to choose file -- uncomment to test in an AS editor
  7502.     tell application "Finder"
  7503.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:BigScrolling:"
  7504.         activate
  7505.     end tell
  7506. on error errMsg number errNum
  7507.     --enter statements to perform when no records are found such as...
  7508.     display dialog "Sorry, the item you selected could not be found."
  7509.     return
  7510. end try
  7511. e    No ChangefzScrollbar
  7512. Controls
  7513. SetControlMaximum
  7514. SetControlMinimum
  7515. SetControlValue
  7516. GetControlMaximum
  7517. GetControlMinimum
  7518. GetControlValueq
  7519. Dev.CD Aug 00 TC Disk 2
  7520. All Packages
  7521. BinHexI
  7522. Summary: This is the definition for the BinHex 4.0 Protocol.  It will be useful for folks interested in adding BinHex 4.0 to their communications or file compression packages.J
  7523. BinHex 4.0 SpecsK
  7524. May 93M
  7525. Adobe Acrobat Reader./demo
  7526. testaccelration
  7527. collectpictcolors
  7528. color`
  7529. picker
  7530. colorcdef
  7531. coloredcheckbox
  7532. colorizepict
  7533. colorpicker
  7534. colorpicker
  7535. 2.1.1
  7536. colorpopupmenus
  7537. colorsync
  7538. colorsync
  7539. colorsync
  7540. photoshop
  7541. plugins
  7542. communication
  7543. communications
  7544. communications
  7545. toolbox
  7546. component
  7547. compositedeffects
  7548. compressed
  7549. compressed
  7550. compression
  7551. compressmovies
  7552. computer-based
  7553. computer-based
  7554. media
  7555. broadcast
  7556. concordia
  7557. conferencing
  7558. config
  7559. config&interleave
  7560. contacts
  7561. content
  7562. context
  7563. contextualmenumanage
  7564. contextualmenumanage
  7565. 1.0.3
  7566. control
  7567. control
  7568. strip
  7569. controlbackground
  7570. controlkeypatch
  7571. controlrgn
  7572. controlstrip
  7573. controlstrip
  7574. controlstripsample
  7575. 90168X
  7576. Oct 00^
  7577. --set theItem to choose file -- uncomment to test in an AS editor
  7578.     tell application "Finder"
  7579.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Security SDK:"
  7580.         activate
  7581.     end tell
  7582. on error errMsg number errNum
  7583.     --enter statements to perform when no records are found such as...
  7584.     display dialog "Sorry, the item you selected could not be found."
  7585.     return
  7586. end try
  7587. e    No Changef-Keychain
  7588. URL Access
  7589. Cryptography
  7590. File Signingq
  7591. Dev.CD Oct 00 SDK1
  7592. All Packages
  7593. Sedit 1.0b3I
  7594. Summary: Sedit is a SCSI device editor  and general purpose SCSI utility.  It talks to any device on the SCSI bus.  It can function as a block editor; much like Fedit.  It also allows you to send SCSI commands directly out to any SCSI device.  J$Sedit
  7595. Sedit Documentation
  7596. Template.rK
  7597. Vol IIIL
  7598. Vol VIIO<Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:SCSI:Sedit 1.0b3:V
  7599. 90169X
  7600. 1e    No Change
  7601. nected
  7602. invalid
  7603. appletalk
  7604. elegant
  7605. elegantly
  7606. element
  7607. elements
  7608. elicit
  7609. eliminate
  7610. eliminates
  7611. eliminating
  7612. elizabeth
  7613. email
  7614. embed
  7615. with the CursorDevices.h header file which became available since ETO 18.  Use this glue file to link a native PPC program with the CursorDevice Manager routines.  
  7616. NoPowerOffKey 1.2:  This extension disables the keyboard power key
  7617.  from being used to turn off a Macintosh. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  7618. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  7619. edition
  7620. All Packages
  7621. ChineseTalk IIO*Dev.CD Mar 92
  7622. Dev.CD Feb 92
  7623. Dev.CD Vol. XIP)Dev.CD Mar 92
  7624. Dev.CD Feb 92
  7625. Dev.CD Vol. XV
  7626. 89284X
  7627. Mar 92
  7628. --set theItem to choose file -- uncomment to test in an AS editor
  7629.     tell application "Finder"
  7630.         open item "Dev.CD Mar 92
  7631. Dev.CD Feb 92
  7632. Dev.CD Vol. XI"
  7633.         activate
  7634.     end tell
  7635. on error errMsg number errNum
  7636.     --enter statements to perform when no records are found such as...
  7637.     display dialog "Sorry, the item you selected could not be found."
  7638.     return
  7639. end try
  7640. All Packages
  7641. ChineseTraditionalFont 6.0.5O*Dev.CD Mar 92
  7642. Dev.CD Feb 92
  7643. Dev.CD Vol. XIP)Dev.CD Mar 92
  7644. Dev.CD Feb 92
  7645. Dev.CD Vol. XV
  7646. 89285X
  7647. Mar 92
  7648. ication "Finder"
  7649.         open item "Dev.CD Apr 92
  7650. Dev.CD Mar 92"
  7651.         activate
  7652.     end tell
  7653. on error errMsg number errNum
  7654.     --enter statements to perform when no records are found such as...
  7655.     display dialog "Sorry, the item you selected could not be found."
  7656.     return
  7657. end try
  7658. z as possible on PowerPC -- that is, whenever possible every read and every write is done on an aligned boundary, and data is moved in as big a chunks as possible.
  7659. This version runs only in 8-bit mode, although DrawSprocket should set this mode automatically.  By default, debugging code is compiled into the project, so you should have MacsBug installed when you run this code.
  7660. J$MoofEncoder
  7661. MoofWars
  7662. Tim's LibrariesK
  7663. Oct 96L
  7664. Nov 98M
  7665. PowerPC, DrawSprocketN>game, sprockets, sprite, blit, blitter, DrawSprocket, MoofWarsO3Dev.CD Aug 00 TC Disk 1:Sample Code:Games:MoofWars:P;Dev.CD Aug 00 TC Disk 1
  7666.  - Sample Code
  7667.  - Games
  7668.  - MoofWars    PowerTalkO
  7669. Dev.CD Apr 95P
  7670. Dev.CD Apr 9V
  7671. 86621X
  7672. Apr 95
  7673. ry: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  7674. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  7675. XX Docs
  7676. XX Docs.txtK
  7677. Vol XId
  7678. O`Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:QuickTime for Java:BouncingSprites:PnDev.CD Aug 00 TC Disk 2
  7679.  - Sample Code
  7680.  - QuickTime
  7681.  -  All Macintosh
  7682.  - QuickTime for Java
  7683.  - BouncingSpritesV
  7684. 89247X
  7685. Aug 00^    TC Disk 2
  7686. --set theItem to choose file -- uncomment to test in an AS editor
  7687.     tell application "Finder"
  7688.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:QuickTime for Java:BouncingSprites:"
  7689.         activate
  7690.     end tell
  7691. on error errMsg number errNum
  7692.     --enter statements to perform when no records are found such as...
  7693.     display dialog "Sorry, the item you selected could not be found."
  7694.     return
  7695. end try
  7696. e    No Changef
  7697. QuickTime
  7698. Dev.CD Aug 00 TC Disk 2
  7699. All Packages
  7700. BrightContrastEngineI
  7701. This sample demonstrates how to access the Contrast & Brightness on either an iMac or an AppleVision/ColorSync/Studio Display monitor.V
  7702. 89248X
  7703. 1e    No Change
  7704. multi-platform
  7705. multibuffering
  7706. fatbits
  7707. fault
  7708. favorite
  7709. favourite
  7710. fcode
  7711. fcompressimage
  7712. fdepthmust
  7713. feature^
  7714. feature-rich
  7715. featured
  7716. features
  7717. allows
  7718. reset
  7719. interrupt
  7720. keyboard
  7721. features
  7722. allows
  7723. users
  7724. chess
  7725. network
  7726. e    No Changef0SCSI
  7727. SCSI Manager
  7728. asynchronous
  7729. SCSI Async Sampleq
  7730. Dev.CD Aug 00 TC Disk 1
  7731. All Packages
  7732. SCSI DriveID SampleImSCSI DriveID is a simple sample that shows how driver number, drive ID, and SCSI Device ID are inter-related.J
  7733. AsyncSCSIPresent.c
  7734. SCSI DriveIDSample(PPC)
  7735. SCSI DriveIDSample.mcp
  7736. SCSIDriveIDSample.c
  7737. ShowAllDriveQueueElements.c
  7738. ShowAllMountedVolumeNames.c
  7739. ShowRegisteredSCSIDevices.c
  7740. ShowSCSIDeviceIdent.c
  7741. ShowSystemVolumeID.cM
  7742. SCSI Manager 4.3N.SCSI, SCSI Manager, asynchronous, SCSI DriveIDORDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI DriveID Sample:P]Dev.CD Aug 00 TC Disk 1
  7743.  - Sample Code
  7744.  - Devices and Hardware
  7745.  - SCSI
  7746.  - SCSI DriveID SampleV
  7747. 90159X
  7748. Aug 00^    TC Disk 1
  7749. e    No Change
  7750. nippet
  7751. shows
  7752. steps
  7753. necessary
  7754. implement
  7755. scroll
  7756. survival
  7757. guide
  7758. offers
  7759. overview
  7760. audio
  7761. produces
  7762. template
  7763. building
  7764. balloon
  7765. version
  7766. tesample
  7767. substantially
  7768. reworked
  7769. thisB
  7770. s with CopyBits() to manipulate image data between offscreen graphics ports and a visible window.
  7771. QuickTime
  7772. -   The playing of a movie into an offscreen port and transfer to a visible window.
  7773. -   The use of a modifier track to provide additional information as to the display characteristics of the video tracks in the movie.
  7774. -   Operation of the SetVideoMediaGraphicsMode() function to provide a Chromakeying effect. 
  7775. -   The use of the movie controller to manipulate the playback of the m
  7776. ovie.
  7777. Additional features demonstrated
  7778. -   Checking in a PowerPC native application if a system feature is available from a weak linked shared library as Gestalt() doesn't always provide the correct response.
  7779. -   The implementation of the Dialog manager GetStdFilterProc() and SetDialogDefaultItem() functions to provide default alert and warning dialogs with highlighting of the default button. These functions are not documented within Inside Macintosh, but have been available since System
  7780. cursors
  7781. custom
  7782. custom
  7783. folder
  7784. custom
  7785. icons
  7786. customgetfile
  7787. customgetfile
  7788. customputfile
  7789. dialog
  7790. select
  7791. folder
  7792. balloo
  7793. customgetfilepreviews
  7794. customputfile
  7795. cyrillic
  7796. darkN
  7797. postscript
  7798. printer
  7799. datay
  7800. conversion
  7801. apple
  7802. event
  7803. server
  7804. scripting
  7805. database
  7806. database
  7807. daubechies
  7808. daylight
  7809. daylight
  7810. savings
  7811. readlocation
  7812. machinelocation
  7813. dcmdi
  7814. debug
  7815. debug
  7816. sound
  7817. manager
  7818. 3.2.1
  7819. debugger
  7820. compressionQ
  7821. decompressors
  7822. delete
  7823. delsearch
  7824. demos
  7825. dependency
  7826. depth
  7827. design
  7828. designing
  7829. desktop
  7830. detection
  7831. detectory
  7832. detector
  7833. contextual
  7834. apple
  7835. detectors
  7836. detectorsy
  7837. developerz
  7838. --set theItem to choose file -- uncomment to test in an AS editor
  7839.     tell application "Finder"
  7840.         open item "Dev.CD Apr 94
  7841. Dev.CD Jan 94
  7842. Dev.CD Oct 93
  7843. Dev.CD Jul 93"
  7844.         activate
  7845.     end tell
  7846. on error errMsg number errNum
  7847.     --enter statements to perform when no records are found such as...
  7848.     display dialog "Sorry, the item you selected could not be found."
  7849.     return
  7850. end try
  7851. itemhider
  7852. items
  7853. iterations
  7854. mpt; to set OF NVRAM variables, type "setenv name value".
  7855. For more information about OF, see either the IEEE 1275 specification or alternatively see www.firmworks.com for documentation; the latter does not constitute an endorsement by Apple Computer, Inc.
  7856. This patch will be included in future Apple MacOS releases; however,  it will not be applied if OF NVRAM has already been modified (the patch will only be applied if factory-fresh settings are in effect on boot), and, of course, only onH
  7857.  the Tanzania-family machines listed above.
  7858. Tanzania, Zanzibar, Motorola StarMax, PowerMac 4400.
  7859. Any MacOS prior to 8.2.
  7860. Hanging on boot (black screen) is possible with the above configuration.
  7861. JDBugDetails
  7862. Buildscript
  7863. Extension.a
  7864. Extension.r
  7865. OpenFWBridgeFixJuly97K
  7866. Feb 98M)Any PCI card containing a PCI-PCI bridge.N`Tanzania, Zanzibar, StarMax, 4400, Hang, Boot, Open Firmware, PCI, Bridge, PCI-PCI Bridge, RiserOADev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:OpenFWBridgeFixJul97:
  7867. GrayT
  7868. e--set theItem to choose file -- uncomment to test in an AS editor
  7869.     tell application "Finder"
  7870.         open item "Dev.CD Aug 96 TC"
  7871.         activate
  7872.     end tell
  7873. on error errMsg number errNum
  7874.     --enter statements to perform when no records are found such as...
  7875.     display dialog "Sorry, the item you selected could not be found."
  7876.     return
  7877. end try
  7878. structures
  7879. studio
  7880. stuffit
  7881. style
  7882. sub-menus
  7883. subroutines
  7884. suite
  7885. summaryj
  7886. suspend/resume
  7887. switch
  7888. switcher
  7889. switching
  7890. symantec
  7891. symbiotic
  7892. synccmd
  7893. synchronization
  7894. synthesis
  7895. systemn
  7896. systems
  7897. table
  7898. tables
  7899. tablet
  7900. tanzania
  7901. tanzania
  7902. zanzibar
  7903. starmax
  7904. firmware
  7905. tasking
  7906. textO
  7907. update
  7908. O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  7909.  - Sample CodeV
  7910. 90705X
  7911. Aug 00^    TC Disk 2
  7912. y--set theItem to choose file -- uncomment to test in an AS editor
  7913.     tell application "Finder"
  7914.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  7915.         activate
  7916.     end tell
  7917. on error errMsg number errNum
  7918.     --enter statements to perform when no records are found such as...
  7919.     display dialog "Sorry, the item you selected could not be found."
  7920.     return
  7921. end try
  7922. e    No Changef$Sample Code
  7923. Games
  7924. Graphics
  7925. Animationq
  7926. Dev.CD Aug 00 TC Disk 2
  7927. All Packages
  7928. ZapTCP 1.2.1
  7929. &Summary:  ZapTCP provides a safety net for MacTCP developers.  It automatically cleans up TCP streams that are left dangling when your application quits unexpectedly.  This prevents a lot of restarting during MacTCP development.
  7930. Version 1.2.1 renders the extension benign under Open Transport.
  7931. About ZapTCP
  7932. ZapTCPK
  7933. Vol IXL
  7934. Sep 96V
  7935. 90706X
  7936. 1e    No Change
  7937. interrupt
  7938. invert
  7939. e    No ChangefIfile copy
  7940. folder copy
  7941. HFS Plus APIs
  7942. multiprocessor File Manager accessq
  7943. Dev.CD Aug 00 TC Disk 1
  7944. All Packages
  7945. MPHelloWorld (Pascal)
  7946. ;Summary: DayStar Digital and Apple Computer, Inc. have designed a multiprocessing, multitasking, applications programming interface, the Multiprocessing API (MP API), for use in a new generation for PowerPC-based Mac OS multiprocessing systems. This is a Pascal version of the MP Sample code included with this SDK.
  7947. JFhelloWorld.rsrc
  7948. MPHelloWorld (Pascal)
  7949. MPHelloWorld (Pascal).
  7950. sources:K
  7951. Feb 97M2the MP library, but does not require a MP machine.N
  7952. Multi-processing,  MP PascalO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  7953.  - Sample CodeV
  7954. 89678X
  7955. Aug 00^    TC Disk 2
  7956. Deleted
  7957. ToolFramework.h
  7958. Toolframework.rsrcM    QuickTimeN
  7959. drag, drop, QuickTime
  7960. OGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:DragAndDrop Shell:V
  7961. 87822X
  7962. 1e    No Change
  7963. Time Text
  7964.  - QTTexthR
  7965. I|Carbon 1.0.4 SDK provides all the files needed to begin Carbon development. CarbonLib 1.0.4 supports Mac OS 8.1 and greater.J
  7966. CarbonLib_1.0.4_SDK.smiK
  7967. Apr 00L
  7968. Jul 00M
  7969. Mac OS 8.1 and greater
  7970. Carbon, CarbonLibO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:PGDev.CD Oct 00 SDK1
  7971.  - Development Kits
  7972.  - Mac OS
  7973.  - CarbonLib 1.0.4 SDKV
  7974. 89263X
  7975. Oct 00^
  7976. --set theItem to choose file -- uncomment to test in an AS editor
  7977.     tell application "Finder"
  7978.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:CarbonLib 1.0.4 SDK:"
  7979.         activate
  7980.     end tell
  7981. on error errMsg number errNum
  7982.     --enter statements to perform when no records are found such as...
  7983.     display dialog "Sorry, the item you selected could not be found."
  7984.     return
  7985. end try
  7986. e    No Changef
  7987. Carbon
  7988. CarbonLibo
  7989. http://developer.apple.com/sdkq
  7990. Dev.CD Oct 00 SDK1
  7991. All Packages
  7992. CarbonSndPlayDB
  7993. 89264X
  7994. Setting
  7995. Preference
  7996. Switch
  7997. Module
  7998. Environmentq
  7999. Dev.CD Oct 00 SDK1
  8000. modifymouseaccl
  8001. modifymouseaccl
  8002. snippet
  8003. demonstrate
  8004. .CD Aug 00 TC Disk 1
  8005. D!All Packages
  8006. Mac OS SDK Edition
  8007. File System Manager
  8008. Summary:  The File System Manager provides a systematic way for one or more foreign file systems to interact with the Macintosh file system using high-level language interface.
  8009. Features:
  8010.  File System Manager -- A system extension which implements version 1.2 of FSM and the extended Disk Initialization Package. This extension is compatible with System 7.0 and later.
  8011.  FSMGlueLib.o -- The glue code for the File System Manager service routines.
  8012.  FSM.h. FSM.p and FSM.a -- The Universal Intend."
  8013.     return
  8014. end try
  8015. e    No Changef
  8016. Power Manager
  8017. http://developer.apple.com/sdk
  8018. Dev.CD Jul 00 SDK1
  8019. All Packages
  8020. PowerMacOr68K
  8021. 86619X
  8022. shows
  8023. there
  8024. three
  8025. different
  8026. samples
  8027. showing
  8028. variat
  8029. there
  8030. various
  8031. approaches
  8032. wavelet
  8033. processing
  8034. color
  8035. debugging
  8036. tools
  8037. developer
  8038. tools
  8039. documentation
  8040. examples
  8041. installer
  8042. installer
  8043. image
  8044. symfiles
  8045. assertions
  8046. assertions
  8047. asset
  8048. assistant
  8049. associated
  8050. associated
  8051. documentation
  8052. async
  8053. asyncdrivercommon
  8054. asyncdrivercommon
  8055. asyncdrivermain
  8056. asyncdrivermain
  8057. asyncdriversample
  8058. asyncdriversample
  8059. asyncdriversample
  8060. asyncdriversampledrv
  8061. asyncdriversampledrv
  8062. asynch
  8063. asyncpb
  8064. asyncpb
  8065. asyncpb
  8066. asyncpb
  8067. Deleted
  8068. Dev.CD Jul 96 SSWP
  8069. Dev.CD Jul 96 SSV
  8070. 90332X
  8071. Jul 96
  8072. f--set theItem to choose file -- uncomment to test in an AS editor
  8073.     tell application "Finder"
  8074.         open item "Dev.CD Jul 96 SSW"
  8075.         activate
  8076.     end tell
  8077. on error errMsg number errNum
  8078.     --enter statements to perform when no records are found such as...
  8079.     display dialog "Sorry, the item you selected could not be found."
  8080.     return
  8081. end try
  8082. All Packages
  8083. System 7.5 Update 2.0O
  8084. Dev.CD Jul 96 SSWP
  8085. Dev.CD Jul 96 SSV
  8086. 90333X
  8087. Jul 96
  8088. f--set theItem to choose file -- uncomment to test in an AS editor
  8089.     tell application "Finder"
  8090.         open item "Dev.CD Jul 96 SSW"
  8091.         activate
  8092.     end tell
  8093. on error errMsg number errNum
  8094.     --enter statements to perform when no records are found such as...
  8095.     display dialog "Sorry, the item you selected could not be found."
  8096.     return
  8097. end try
  8098. All Packages
  8099. System 7.5 Update 2.0O
  8100. Dev.CD Jul 96 SSWP
  8101. Dev.CD Jul 96 SSV
  8102. 90334X
  8103. Jul 96
  8104. e    No Changef8Cursor Device Manager
  8105. mouse
  8106. acceleration
  8107. ModifyMouseAcclq
  8108. Dev.CD Aug 00 TC Disk 1
  8109. All Packages
  8110. Moofwars
  8111. MoofWars is a piece of sample code that demonstrates a few techniques to build efficient animation code on the PowerPC.  This code takes advantage of DrawSprocket to provide access to page flipping when the video hardware supports it.  This sample is written in C++.
  8112. The main features in this application are the graphic and tile classes, which are used to draw the background and then composite sprites on top of it.  The blitters within these classes are designed to move data as efficiently
  8113. 89660X
  8114. e volumes on the Mac are being shared.JqFileSharingOn(PPC)
  8115. FileSharingOn.c
  8116. FileSharingOn.h
  8117. FileSharingOn.mcp
  8118. FileSharingOn.rsrc
  8119. Read Me - FileSharingIsOnM
  8120. System 7.0N
  8121. File Sharing, shared volumesO8Dev.CD Aug 00 TC Disk 1:Sample Code:Files:FileSharingOn:P@Dev.CD Aug 00 TC Disk 1
  8122.  - Sample Code
  8123.  - Files
  8124.  - FileSharingOnV
  8125. 87859X
  8126. Aug 00^    TC Disk 1
  8127. e    No Change
  8128. backgrounder
  8129. backlight
  8130. backlight
  8131. control
  8132. backscrap
  8133. backscrap
  8134. backscrap
  8135. backscrap
  8136. backscrapextension
  8137. balloonify
  8138. balloonify
  8139. balloonify
  8140. balloony
  8141. balloony
  8142. balloony
  8143. resources
  8144. balloonyhelp
  8145. balloonyhelp
  8146. balloonyres
  8147. balloonyres
  8148. copying
  8149. sequel
  8150. copying
  8151. sequel
  8152. bandcopyingsequel
  8153. bandcopyingsequel
  8154. bandcopyingthesequel
  8155. bandcopyingthesequel
  8156. barebones
  8157. barebones
  8158. barebones
  8159. barnesandnoble
  8160. barnesandnoble
  8161. baseservices
  8162. basic
  8163. basic
  8164. connectivity
  8165. 1.1.1
  8166. basicdiskimage
  8167. basicdiskimage
  8168. basicdiskimage
  8169. basicdiskimage-68k
  8170. tdispatch
  8171. componentprototypesk
  8172. componentprototypes
  8173. componentss
  8174. compressionm
  8175. compression
  8176. prefixm
  8177. compressorm
  8178. connection
  8179. contextualu
  8180. contextual
  8181. manageru
  8182. MO1Dev.CD Dec 99 RL:Technical Publications:rhapsody:P6Dev.CD Dec 99 RL
  8183.  - Technical Publications
  8184.  - rhapsodyV
  8185. 90605X
  8186. Dec 99^
  8187. --set theItem to choose file -- uncomment to test in an AS editor
  8188.     tell application "Finder"
  8189.         open item "Dev.CD Dec 99 RL:Technical Publications:rhapsody:"
  8190.         activate
  8191.     end tell
  8192. on error errMsg number errNum
  8193.     --enter statements to perform when no records are found such as...
  8194.     display dialog "Sorry, the item you selected could not be found."
  8195.     return
  8196. end try
  8197. DeletedfQRhapsody
  8198. Yellow Box Java APIs
  8199. OPENSTEP
  8200. Rhapsody Home pages
  8201. Rhapsody Release Notesq
  8202. Dev.CD Dec 99 RL
  8203. All Packages
  8204. F"Technical Publications: WebObjects
  8205. 90606X
  8206. know@
  8207. language@
  8208. languages@
  8209. launch@
  8210. layouts@
  8211. leading-edge@
  8212. learning/testing@
  8213. levels@
  8214. licenses@
  8215. linguistically@
  8216. devices@
  8217. listed@
  8218. localizable@
  8219. locking@
  8220. looping@
  8221. cursordevices
  8222. cursordevices
  8223. cursors
  8224. cursors
  8225. custicon
  8226. custicon
  8227. custicon
  8228. custom
  8229. customenabler
  8230. customget
  8231. customget
  8232. customget
  8233. customget
  8234. unresolved
  8235. alias
  8236. customget
  8237. unresolved
  8238. alias
  8239. customicon
  8240. customicon
  8241. customicon
  8242. customization
  8243. custompc/b
  8244. custompc/b
  8245. custompc/b
  8246. custompiccomments
  8247. custompiccomments
  8248. custompiccomments
  8249. customputappend
  8250. customputappend
  8251. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  8252. e    No Change
  8253. --set theItem to choose file -- uncomment to test in an AS editor
  8254.     tell application "Finder"
  8255.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:"
  8256.         activate
  8257.     end tell
  8258. on error errMsg number errNum
  8259.     --enter statements to perform when no records are found such as...
  8260.     display dialog "Sorry, the item you selected could not be found."
  8261.     return
  8262. end try
  8263.  be licensed for distribution from Apple Software Licensing.
  8264. J+Documentation
  8265. File System Manager
  8266. LibrariesK
  8267. Nov 94M
  8268. System 7.0 or laterNCFile System Manager, FSM, External File System, Foreign File SystemO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:File System Manager:PGDev.CD Oct 00 SDK1
  8269.  - Development Kits
  8270.  - Mac OS
  8271.  - File System Managered for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  8272. To obtain the "Accelerated for Power Macintosh" artwork:
  8273. 1) Request an information packet from:
  8274. Meeting Support Unli
  8275. VRBackBuffer can open a QuickTime VR panorama movie and, using the BackBuffer menu, execute back buffer routines that assume the back buffer is vertical or horizontal.
  8276. The sample draws a picture resource into the back buffer at the current pan location. Note that two PICT resources are used in these examples: one that is pre-rotated 90 degrees counterclockwise and one that is not. The pre-rotated pict has a yellow dot in the center to distinguish it from the non-rotated pict.
  8277. Application Files
  8278. Building QT Samples
  8279. Common Files
  8280. README
  8281. VRBackBuffer 68k
  8282. VRBackBuffer 68k.mcp
  8283. VRBackBuffer PPC
  8284. VRBackBuffer PPC.mcp
  8285. VRBackBuffer Win.mcp
  8286. VRBackBuffer.c
  8287. VRBackBuffer.exe
  8288. VRBackBuffer.h
  8289. vrbackbuffer.makM
  8290. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRBackBuffer:
  8291. stack
  8292. All Packages
  8293. System Enabler 065 (LC 575)O
  8294. Dev.CD Apr 94
  8295. Dev.CD Jan 94P
  8296. Dev.CD Apr 94
  8297. Dev.CD Jan 9V
  8298. 90437X
  8299. Apr 94
  8300. p--set theItem to choose file -- uncomment to test in an AS editor
  8301.     tell application "Finder"
  8302.         open item "Dev.CD Apr 94
  8303. Dev.CD Jan 94"
  8304.         activate
  8305.     end tell
  8306. on error errMsg number errNum
  8307.     --enter statements to perform when no records are found such as...
  8308.     display dialog "Sorry, the item you selected could not be found."
  8309.     return
  8310. end try
  8311. All Packages
  8312. System Enabler 088 (AVs)O)Dev.CD Apr 94
  8313. Dev.CD Jan 94
  8314. Dev.CD Oct 93P(Dev.CD Apr 94
  8315. Dev.CD Jan 94
  8316. Dev.CD Oct 9V
  8317. 90438X
  8318. Apr 94
  8319. mbytes
  8320. mcactionlinktourl
  8321. mcbride
  8322. mdefproc
  8323. mdefs
  8324. meana
  8325. meansa
  8326. access
  8327. internet
  8328. usage
  8329. usedistanthdwrmem
  8330. uselocalhdwrmem
  8331. userfunction
  8332. useritems
  8333. using
  8334. utilities
  8335. utilities
  8336. pstrcopy
  8337. topleft
  8338. botright
  8339. setpt
  8340. setrect
  8341. btstbo
  8342. utility
  8343. utility
  8344. zones
  8345. handles
  8346. resources
  8347. utility
  8348. space
  8349. utils
  8350. validation
  8351. variable
  8352. variables
  8353. vector
  8354. velocity
  8355. velocity
  8356. engine
  8357. alitvec
  8358. fourier
  8359. transform
  8360. velocity
  8361. engine
  8362. alitvec
  8363. multiprecision
  8364. arithmetic
  8365. arbitrary
  8366. velocity
  8367. engine
  8368. alitvec
  8369. wavelet
  8370. daubechies
  8371. version
  8372. This program displays memory size, bank configuration, and interleave status for each DIMM slot. This program can be used to detect if DIMMs have been installed properly to enable interleaving on Hammerhead-based PCI PowerMacs
  8373. Memory interleaving provides higher bandwidth (MBytes per second) between the PowerPC microprocessor and main memory, which can provide a significant performance boost by increasing the execution speed of memory-intensive programs. How much faster depends on a progr
  8374. am's software architecture and how often the processor accesses cache (L1 & L2) versus main memory.
  8375. Displays the memory size (amount of RAM) of each DIMM installed in each of the DIMM slots of a Hammerhead-based PCI PowerMac, such as 7300, 7500, 7600, 8500, 8600, 9500, and 9600 computers. Also indicates if any pairs have been installed properly to enable interleaving.
  8376. Includes source code so that Developers can incorporate the code into their own program.
  8377. Issues: This program only runs 
  8378. platform
  8379. platforms_
  8380. minimal
  8381. sample
  8382. audio
  8383. player
  8384. sample
  8385. applicat
  8386. playable
  8387. playback
  8388. playbar
  8389. played
  8390. player
  8391. players
  8392. playing
  8393. plays
  8394. playsound
  8395. playthrough
  8396. playvideo
  8397. playvideo
  8398. sample
  8399. which
  8400. makes
  8401. requestvideo
  8402. please_
  8403. pleased
  8404. plethora
  8405. plug-and-play
  8406. IMPORTANT INFORMATION ABOUT THIS SDK
  8407. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  8408. http://www.apple.com/quicktime/.
  8409. QuickTime IC is an extension to the QuickTime system extension that abstracts applications from image capture devices such as the QuickTake 200. It is a modular architecture that provides opportunities for developers, as well as Apple, to provide additional benefit 
  8410. for users. 
  8411. For example, the QuickTake 200 comes with three components: 
  8412.  Camera Access application 
  8413.  QuickTime IC system extension 
  8414.  QuickTake 200 camera component 
  8415. Camera Access is an application that leverages the QuickTime IC system extension, as well as QuickTime and or other system services. It is what a person uses to communicate with the QuickTake 200, view images, and transfer them to the desktop. It also provides several image enhancement functions such as cropping, image li
  8416. kObjectiveCtoJava
  8417. Push Tech Survival Gd.pdf
  8418. QT3-More Than Dig. Video.pdf
  8419. Simplified Stream Audio.pdf
  8420. Web Animation Guide.pdf
  8421. WebObjects Database Part I.pdf
  8422. WebObjects Database Part II.pdf
  8423. WebObjects Memory Mgmt.pdf
  8424. WebObjects Tools and Techniques
  8425. WebObjectsCategories&Posers.pdf
  8426. WebObjectsPerformanceTuning
  8427. Working with WebObjects.pdf
  8428. Writing for Interactive Media
  8429. revised
  8430. application
  8431. application
  8432. application
  8433. examples
  8434. application
  8435. files
  8436. ationprivate
  8437. applications
  8438. applparamshack
  8439. applparamshack
  8440. applparamshack
  8441. apprsrc
  8442. apprsrc
  8443. appstogo
  8444. appstogo
  8445. appstogo
  8446. appstogo
  8447. reference
  8448. appstogo/cw
  8449. appstogo/cw
  8450. build
  8451. appwannabe
  8452. appwannabenewdocs
  8453. arbitration
  8454. architectureQ
  8455. architectures
  8456. archivez
  8457. archivecontent
  8458. archivecontent
  8459. arperations
  8460. arperations
  8461. arperations
  8462. arpsample
  8463. All Packages
  8464. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  8465. Dev.CD Jan 94
  8466. Dev.CD Oct 93
  8467. Dev.CD Jul 93
  8468. Dev.CD Apr 93PDDev.CD Apr 94
  8469. Dev.CD Jan 94
  8470. Dev.CD Oct 93
  8471. Dev.CD Jul 93
  8472. Dev.CD Apr 9V
  8473. 90526X
  8474. Apr 94
  8475. --set theItem to choose file -- uncomment to test in an AS editor
  8476.     tell application "Finder"
  8477.         open item "Dev.CD Apr 94
  8478. Dev.CD Jan 94
  8479. Dev.CD Oct 93
  8480. Dev.CD Jul 93
  8481. Dev.CD Apr 93"
  8482.         activate
  8483.     end tell
  8484. on error errMsg number errNum
  8485.     --enter statements to perform when no records are found such as...
  8486.     display dialog "Sorry, the item you selected could not be found."
  8487.     return
  8488. end try
  8489. All Packages
  8490. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  8491. Dev.CD Jan 94
  8492. Dev.CD Oct 93
  8493. Dev.CD Jul 93
  8494. Dev.CD Apr 93PDDev.CD Apr 94
  8495. Dev.CD Jan 94
  8496. Dev.CD Oct 93
  8497. Dev.CD Jul 93
  8498. Dev.CD Apr 9V
  8499. 90527X
  8500. Apr 94
  8501. incorporates
  8502. incorrect
  8503. increaseu
  8504. increases
  8505. incrementalj
  8506. indexj
  8507. indexes
  8508. indicate[
  8509. indicated_
  8510. whole
  8511. wholesale
  8512. wholly
  8513. whose
  8514. wideS
  8515. widely
  8516. wildcard
  8517. wilderness
  8518. willU
  8519. quickdraw
  8520. quickdraw
  8521. quickdraw3d
  8522. quickdraw3d
  8523. quicktake
  8524. quicktake
  8525. digital
  8526. camera
  8527. quicktake
  8528. windows
  8529. quicktime
  8530. quicktime
  8531. quicktime
  8532. 4.1.2
  8533. windows
  8534. quicktime
  8535. conferencing
  8536. receive
  8537. cmchoose
  8538. e    No Changef
  8539. QuickTime
  8540. gworld
  8541. movieq
  8542. Dev.CD Aug 00 TC Disk 2
  8543. All Packages
  8544. MovieToAIFFIqThis app demonstrates various ways to use Movie Export Component to export QuickTime movie files into AIFF files.JXMovieToAIFF(PPC)
  8545. MovieToAIFF.c
  8546. MovieToAIFF.mcp
  8547. MovieToAIFF.rsrc
  8548. Sample Movie
  8549. sample.aiffM    QuickTimeN
  8550. QuickTime, movie, exportOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:PMDev.CD Aug 00 TC Disk 2
  8551.  - Sample Code
  8552.  - QuickTime
  8553.  - Goodies
  8554.  - MovieToAIFFV
  8555. 89674X
  8556. Aug 00^    TC Disk 2
  8557. --set theItem to choose file -- uncomment to test in an AS editor
  8558.     tell application "Finder"
  8559.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieToAIFF:"
  8560.         activate
  8561.     end tell
  8562. on error errMsg number errNum
  8563.     --enter statements to perform when no records are found such as...
  8564.     display dialog "Sorry, the item you selected could not be found."
  8565.     return
  8566. end try
  8567. e    No Changef
  8568. QuickTime
  8569. movie
  8570. exportq
  8571. Dev.CD Aug 00 TC Disk 2
  8572. EThis document provides preliminary information about the Carbon printing interface to help you convert your existing Mac OS 8 applications to Carbon. It offers code samples, detailed comparisons between the original Printing Manager and the new Carbon Printing Manager, and a complete  Carbon Printing Manager API reference.
  8573. CarbonPrintingMgrK
  8574. Jan 00NTprinting, Carbon, Carbon printing, Carbon Printing Manager, print, imaging, graphicsOkDev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:PyDev.CD Jan 00 SDK1
  8575.  - What's New
  8576.  - Technical Documentation
  8577.  - Technical Publications
  8578.  - DeveloperDocumentation
  8579.  - carbonnd tell
  8580. on error errMsg number errNum
  8581.     --enter statements to perform when no records are found such as...
  8582.     display dialog "Sorry, the item you selected could not be found."
  8583.     return
  8584. end try
  8585. All Packages
  8586. F    QuickTimeO
  8587. Dev.CD Jan 94P
  8588. Dev.CD Jan 9V
  8589. 88439X
  8590. Jan 94
  8591. print
  8592. ~--set theItem to choose file -- uncomment to test in an AS editor
  8593.     tell application "Finder"
  8594.         open item "Dev.CD Apr 94
  8595. Dev.CD Jan 94
  8596. Dev.CD Oct 93"
  8597.         activate
  8598.     end tell
  8599. on error errMsg number errNum
  8600.     --enter statements to perform when no records are found such as...
  8601.     display dialog "Sorry, the item you selected could not be found."
  8602.     return
  8603. end try
  8604. human{
  8605. hundreds
  8606. huxham
  8607. hybrid
  8608. hypercardn
  8609. t 2.3
  8610. AppleGlot 2.3 Users Guide
  8611. AppleGlot 2.3 Whats NewK
  8612. Jun 92L
  8613. Dec 95M
  8614. System 7 or later.NBAppleGlot Localization Internationalization Translation GlossariesO7Dev.CD Nov 99 TC:Tool Chest:Localization:AppleGlot 2.3:P?Dev.CD Nov 99 TC
  8615.  - Tool Chest
  8616.  - Localization
  8617.  - AppleGlot 2.3
  8618. fdputilities
  8619. fdputilities
  8620. fdputilities
  8621. feature
  8622. feature
  8623. files
  8624. features
  8625. feedback
  8626. developer
  8627. synchronization
  8628. guide
  8629. system
  8630. manager
  8631. filecopy
  8632. filecopy
  8633. filehelpers
  8634. filehelpers
  8635. filehelpers
  8636. fileisopen
  8637. fileisopen
  8638. filelogging
  8639. filelogging
  8640. filelogging
  8641. filemaker
  8642. filemaker
  8643. files
  8644. filesharingon
  8645. filesharingon
  8646. filing
  8647. jMbNormal Macs, System 6.0.7 or better. Works well on system 7 but there is no Apple event awareness.
  8648. asked
  8649. asking
  8650. askyesno
  8651. aspects
  8652. assembled
  8653. assembler
  8654. assemblers
  8655. assembly
  8656. assembly-language
  8657. assembly-level
  8658. assigned
  8659. assignments
  8660. assist
  8661. assistance
  8662. assistant{
  8663. assistants
  8664. assists
  8665. assocated
  8666. associate
  8667. associatedR
  8668. association
  8669. assume
  8670. assumed
  8671. assuming
  8672. assumption
  8673. assure
  8674. assures
  8675. async
  8676. asynchronous
  8677. asynchronous
  8678. background
  8679. networking
  8680. macintosh
  8681. harry
  8682. chiropractic
  8683. chock
  8684. choice
  8685. choices
  8686. choose
  8687. chooser
  8688. choosesy
  8689. choosing
  8690. chosen
  8691. christine
  8692. chromakey
  8693. chromakey
  8694. movie
  8695. simple
  8696. application
  8697. which
  8698. designed
  8699. chromakeying
  8700. chrominance
  8701. chrp{
  8702. chunk
  8703. chunks
  8704. cicn's
  8705. cincludes
  8706. circumstances
  8707. claim{
  8708. claims
  8709. claris
  8710. clarisworks
  8711. clark
  8712. clash{
  8713. class
  8714. classes{
  8715. first
  8716. resources@
  8717. runtime
  8718. architecture@
  8719. sender@
  8720. sprites@
  8721. telephony@
  8722. testmagic@
  8723. topics@
  8724. All Packages
  8725. ModifyMouseAccl
  8726. ModifyMouseAccl is a snippet to demonstrate how one uses the Cursor Device Manager to change the acceleration curve setting associated with the standard Apple mouse.  You can select extremely sensitive or tablet-like acceleration settings by setting the NOACCLCURVE define appropriately.
  8727. JYCrsrDev.h
  8728. CursorDevices.Glue.c
  8729. ModifyMouseAccl(PPC)
  8730. ModifyMouseAccl.c
  8731. ModifyMouseAccl.mcpM
  8732. Cursor Device ManagerN;Cursor Device Manager, mouse, acceleration, ModifyMouseAcclOMDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ADB:ModifyMouseAccl:PXDev.CD Aug 00 TC Disk 1
  8733.  - Sample Code
  8734.  - Devices and Hardware
  8735.  - ADB
  8736.  - ModifyMouseAcclV
  8737. 89659X
  8738. Aug 00^    TC Disk 1
  8739. e    No Change
  8740. All Packages
  8741. Power Mac Debugger
  8742. 86616X
  8743.     end tell
  8744. on error errMsg number errNum
  8745.     --enter statements to perform when no records are found such as...
  8746.     display dialog "Sorry, the item you selected could not be found."
  8747.     return
  8748. end try
  8749. user's/application's
  8750. user-centric
  8751. user-controllable
  8752. user-controlled
  8753. user-defined
  8754. user-interface
  8755. user-perceived
  8756. userchkgestaltfuncti
  8757. userfunction
  8758. useritems
  8759. usersy
  8760. userstartup
  8761. records are found such as...
  8762.     display dialog "Sorry, the item you selected could not be found."
  8763.     return
  8764. end try
  8765. All Packages
  8766. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  8767. Dev.CD Jan 94
  8768. Dev.CD Oct 93
  8769. Dev.CD Jul 93
  8770. Dev.CD Apr 93PDDev.CD Apr 94
  8771. Dev.CD Jan 94
  8772. Dev.CD Oct 93
  8773. Dev.CD Jul 93
  8774. Dev.CD Apr 9V
  8775. 88768X
  8776. Apr 94
  8777. plain-text
  8778. plaindbox
  8779. plamondon
  8780. plan{
  8781. plane
  8782. planned
  8783. planning
  8784. plans
  8785. that the new acceleration curve is in effect, press the mouse button to have the program restore the original acceleration settings, and to quit the program.
  8786. Note that there is the included glue file CursorDevices.Glue.c.  This glue file is used in conjunction with the CursorDevices.h header file which became available since ETO 18.  Use this glue file to link a native PPC program with the CursorDevice Manager routines.  
  8787. NoPowerOffKey 1.2:  This extension disables the keyboard power key
  8788.  from being used to turn off a Macintosh. Starting with System 7.5, you can turn off power by pressing the power key, just as you turn on the Macintosh by pressing the power key.  This behavior isn't appropriate for some classroom or kiosk settings.  Therefore, this extension exists.  Drop it into your system folder and restart.
  8789. Version 1.2 fixes a minor concern, removes one line of assembly, and adds a Finder help string, so that turning on balloon help and pointing at this extension exp
  8790. 90231X
  8791. Apr 00^
  8792. --set theItem to choose file -- uncomment to test in an AS editor
  8793.     tell application "Finder"
  8794.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:Sound Manager:"
  8795.         activate
  8796.     end tell
  8797. on error errMsg number errNum
  8798.     --enter statements to perform when no records are found such as...
  8799.     display dialog "Sorry, the item you selected could not be found."
  8800.     return
  8801. end try
  8802. Deletedq
  8803. Dev.CD Apr 00 SDK1
  8804. All Packages
  8805. Sound PreMixer effectI
  8806. A sound manager pre-mixer effect component shows how to look at and/or mofify the sound data for a particular sound channel before it gets to the mixer.
  8807. JfComponentDispatch.c
  8808. Sound PreMixer read me
  8809. VU-Meter(PPC)
  8810. VU-Meter.c
  8811. VU-Meter.h
  8812. VU-Meter.mcp
  8813. VU-Meter.rK
  8814. Aug 97M
  8815. Sound Manager 3.2N4pre-mixer component, vu-meter, Sound PreMixer effectO@Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:V
  8816. 90232X
  8817. 1e    No Change
  8818. Dev.CD Jan 9V
  8819. 84424X
  8820. Jan 95
  8821.  ReadMe- Show Movie
  8822. MenuStuff.c
  8823. MenuStuff.h
  8824. MoviePrefs.c
  8825. MoviePrefs.h
  8826. MovieStuff.c
  8827. MovieStuff.h
  8828. Sample Movie
  8829. Show Movie.c
  8830. Show Movie.rsrc
  8831. ShowMovie(PPC)
  8832. ShowMovie.mcp
  8833. WindStuff.c
  8834. WindStuff.hK
  8835. Jan 96M    QuickTimeN QuickTime, callback, movie, loopO@Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:Show Movie:PKDev.CD Aug 00 TC Disk 2
  8836.  - Sample Code
  8837.  - QuickTime
  8838.  - Basics
  8839.  - Show Movieh
  8840. finderlaunch
  8841. finderregistry
  8842. finderregistry
  8843. findeverything
  8844. findeverything
  8845. findfamilies
  8846. findfamilies
  8847. findfamilies
  8848. findfolder
  8849. findfolder
  8850. flowctlmacs
  8851. folder
  8852. format
  8853. formats
  8854. formatter
  8855. frameworks
  8856. frameworks
  8857. francais
  8858. france
  8859. france
  8860. distributors/localiz
  8861. fromS
  8862. games
  8863. gatewayT
  8864. gender-based
  8865. sequel
  8866. serialdriverarbitrat
  8867. server
  8868. server
  8869. remote
  8870. control
  8871. services
  8872. folder
  8873. windows
  8874. setdefaultdtp
  8875. setdeskcpatdemo
  8876. setindstring
  8877. setled
  8878. setpdimc
  8879. settingupstdfile
  8880. setup
  8881. setupgl
  8882. setwindbackcolor
  8883. sgcapture
  8884. sgcapture2disk
  8885. shadingwinds
  8886. shared
  8887. shell
  8888. sherlock
  8889. sherlock
  8890. plug-ins
  8891. shimmermate
  8892. shimmermate
  8893. 2.0.1
  8894. globals
  8895. movie
  8896. showballoon
  8897. showballoon
  8898. showdialogboxes
  8899. showdialogboxes
  8900. showiniticon
  8901. signals
  8902. signaturetoapp
  8903. sillyballs
  8904. simple
  8905. simple
  8906. drawsprocket
  8907. simpleapp
  8908. mpleplayer
  8909. simpletext
  8910. sound
  8911. source
  8912. sources
  8913. specific
  8914. spooler
  8915. sprocket
  8916. stack
  8917. evice@
  8918. graphics@
  8919. guide@
  8920. hard@
  8921. htmlrenderinglib@
  8922. utils
  8923. utilities@
  8924. implementation@
  8925. installer@
  8926. interface@
  8927. after
  8928. wombat@
  8929. language
  8930. updater
  8931. arabic
  8932. chinese
  8933. cyrillic
  8934. hebrew@
  8935. launch@
  8936. macapp
  8937. framework
  8938. object-oriented
  8939. mactcp
  8940. communications
  8941. toolbox
  8942. serial
  8943. ports
  8944. audio
  8945. tool@
  8946. manager@
  8947. manuals@
  8948. marching@
  8949. meters@
  8950. moreisbetter@
  8951. macintosh
  8952. powerbook
  8953. qualified
  8954. socket
  8955. multiprecision@
  8956. multiprocessing
  8957. multitasking
  8958. multiprocessor
  8959. carbon@
  8960. networking@
  8961. objectsupportlib@
  8962. transport
  8963. appletalk
  8964. rawmode
  8965. nbplookup
  8966. otlookup
  8967. transport
  8968. streams
  8969. module
  8970. driver
  8971. asynchronous
  8972. opendoc@
  8973. opentransport
  8974. cache
  8975. display
  8976. dumparpcache@
  8977. ottraceroutesample@
  8978. output@
  8979. pan/tilt@
  8980. ntosh:
  8981. Windows:K
  8982. Feb 94L
  8983. Nov 94nge
  8984. Core Foundation Documentation:
  8985. Core Foundation is a library of low-level services which help you to build cross-platform, easily localized applications. Core Foundation provides abstractions for common data types, facilitates internationalization with Unicode string storage, and offers a suite of utilities such as plug-in support,  XML property lists, URL resource access, and preferences. Core Foundation is included as part of CarbonLib on Mac OS 8 and 9. For Mac OS X, Core Foundation wil
  8986. l be included as an independant framework.
  8987. Features:
  8988. =======================
  8989. What's New and Updated:
  8990. ======================
  8991. Core Foundation BaseServices [NEW]
  8992. ---------------------------
  8993. This document describes the base types and the polymorphic functions of Base Services and explains details of using and customizing memory allocators.
  8994. Core Foundation BundleServices [NEW]
  8995. ---------------------------
  8996. This document describes what a bundle is and shows how you can use Bundle  Services to
  8997. This sample code package shows how to define a custom effect for QuickTime 3 or later.
  8998. This effect uses two sources as input, and renders that source with a dim value that starts at full on, and ramps to full off.  This isn't very useful as a real effect, but shows instead how to create an effect.
  8999. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  9000. BltMacros.h
  9001. Building QT Samples
  9002. Dimmer2Effect.mcp
  9003. Dimmer2Effect68K
  9004. Dimmer2EffectPPC
  9005. Effect.c
  9006. Effect.mak
  9007. Effect.r
  9008. EffectDefinitions.h
  9009. EffectDispatch.h
  9010. EffectFilter16.c
  9011. EffectFilter32.c
  9012. EffectUtilities.c
  9013. EffectUtilities.h
  9014. MWPrefix68K.h
  9015. MWPrefixRez68K.h
  9016. MWPrefixRezPPC.h
  9017. README
  9018. QuickTime, Effect, CustomODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:Dimmer2Effect:PODev.CD Aug 00 TC Disk 2
  9019.  - Sample Code
  9020.  - QuickTime
  9021.  - Effects
  9022.  - Dimmer2EffectP
  9023. Dev.CD Jan 96 SDKV
  9024. 88350X
  9025. Summary:  Drop
  9026. PS provides the ability to download PostScript text files, as well as EPS (Encapsulated PostScript) files, to a network-connected PostScript printer. Files may be downloaded in the background, and entire folders or disks may be downloaded as well.
  9027. Features:  This updated version fixes a bug which prevented Drop
  9028. PS from seeing printers in zones other than the default one.
  9029. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for aBbny problems you may encounter in its use.  
  9030. PS is freeware, provided by Bare Bones Software.
  9031. J-!NOT AN APPLE PRODUCT!:
  9032. About Drop
  9033. Nov 94L
  9034. Sep 95M
  9035. PS requires System 7.0 or later, and is compatible with System 7.5, 68040 and PowerPC-based Macs, 32-bit addressing, and virtual memory.O>Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  9036. PS 1.1.3:PFDev.CD Nov 99 TC
  9037.  - Tool Chest
  9038.  - Developer Utilities
  9039.  - Drop
  9040. PS 1.1.3uctions
  9041. on using this snippet.
  9042. Enjoy,
  9043. QuickTime Team
  9044. of very similar sizes, you can't get a useful display of the fields. Since it's common to have variably sized columns of data with most user interface designs, developers often decide not to add additional information to an existing single column list due to the amount of work involved.  While working around this limitation directly within the current List Manager is not practical, there is another approach developers can take. This LDEF supports tabbed text within a single List Manager co
  9045. blumn, which allows you to add additional fields or columns to their user interfaces quickly and easily.
  9046. It also demonstrates:
  9047. -A list definition implementation.
  9048. -A technique to help you debug stand-alone code.
  9049. -An example of how to build a safe fat resource.
  9050. -Use of the new accessor routines which are provided as the first step to being Copland-savvy.
  9051. findchange
  9052. finder
  9053. All Packages
  9054. F    QuickTimeO
  9055. Dev.CD Jun 97 SSWP
  9056. Dev.CD Jun 97 SSV
  9057. 90090X
  9058. Jun 97
  9059. f--set theItem to choose file -- uncomment to test in an AS editor
  9060.     tell application "Finder"
  9061.         open item "Dev.CD Jun 97 SSW"
  9062.         activate
  9063.     end tell
  9064. on error errMsg number errNum
  9065.     --enter statements to perform when no records are found such as...
  9066.     display dialog "Sorry, the item you selected could not be found."
  9067.     return
  9068. end try
  9069. All Packages
  9070. F    QuickTimeO
  9071. Dev.CD Jun 97 SSWP
  9072. Dev.CD Jun 97 SSV
  9073. 90091X
  9074. Jun 97
  9075. f--set theItem to choose file -- uncomment to test in an AS editor
  9076.     tell application "Finder"
  9077.         open item "Dev.CD Jun 97 SSW"
  9078.         activate
  9079.     end tell
  9080. on error errMsg number errNum
  9081.     --enter statements to perform when no records are found such as...
  9082.     display dialog "Sorry, the item you selected could not be found."
  9083.     return
  9084. end try
  9085. All Packages
  9086. F    QuickTimeO
  9087. Dev.CD Jun 97 SSWP
  9088. Dev.CD Jun 97 SSV
  9089. 90092X
  9090. Jun 97
  9091. directions{
  9092. directpixelaccess
  9093. directpixelaccess
  9094. discipline
  9095. discipline
  9096. 2.0.2
  9097. gopenstepb
  9098. discoveringopenstepb
  9099. disinfectant
  9100. 6.3.3
  9101. quick
  9102. reference
  9103. diskimagecore
  9104. diskimagecore
  9105. diskrestore
  9106. display
  9107. display
  9108. display
  9109. device
  9110. driver
  9111. guide
  9112. display
  9113. displaymanager
  9114. displaymanager
  9115. displayvideo
  9116. displayvideo
  9117. displayvideo
  9118. displayvideo
  9119. displayvideo
  9120. dispnamereg
  9121. distributors/localiz
  9122. dllmainl
  9123. dllmain
  9124. dlpiether
  9125. dlpiether
  9126. dlpiuser
  9127. dlpiuser
  9128. dmfkey
  9129. dmfkey
  9130. dmfkey
  9131. doccreator
  9132. csmp-digest-readme
  9133. csmp-digest-readme
  9134. csmp-digest-v3-001
  9135. csmp-digest-v3-002
  9136. csmp-digest-v3-003
  9137. csmp-digest-v3-004
  9138. csmp-digest-v3-005
  9139. csmp-digest-v3-006
  9140. csmp-digest-v3-007
  9141. csmp-digest-v3-008
  9142. csmp-digest-v3-009
  9143. csmp-digest-v3-010
  9144. csmp-digest-v3-011
  9145. csmp-digest-v3-012
  9146. csmp-digest-v3-013
  9147. csmp-digest-v3-014
  9148. csmp-digest-v3-015
  9149. csmp-digest-v3-016
  9150. csmp-digest-v3-017
  9151. csmp-digest-v3-018
  9152. csmp-digest-v3-019
  9153. csmp-digest-v3-020
  9154. csmp-digest-v3-021
  9155. csmp-digest-v3-022
  9156. csmp-digest-v3-023
  9157. csmp-digest-v3-024
  9158. csmp-digest-v3-025
  9159. csmp-digest-v3-026
  9160. System Enabler 003 (LC III)OEDev.CD Apr 94
  9161. Dev.CD Jan 94
  9162. Dev.CD Oct 93
  9163. Dev.CD Jul 93
  9164. Dev.CD Apr 93PDDev.CD Apr 94
  9165. Dev.CD Jan 94
  9166. Dev.CD Oct 93
  9167. Dev.CD Jul 93
  9168. Dev.CD Apr 9V
  9169. 88786X
  9170. Apr 94
  9171. esoPftp://ftp.apple.com/developer/Development_Kits/AppleShare_Client_API_SDK.img.hqxq
  9172. Dev.CD Oct 00 SDK1
  9173. UD!All Packages
  9174. Mac OS SDK Edition
  9175. 90599X
  9176. Sep 00^    RL Disk 2
  9177. --set theItem to choose file -- uncomment to test in an AS editor
  9178.     tell application "Finder"
  9179.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:java:"
  9180.         activate
  9181.     end tell
  9182. on error errMsg number errNum
  9183.     --enter statements to perform when no records are found such as...
  9184.     display dialog "Sorry, the item you selected could not be found."
  9185.     return
  9186. end try
  9187. e    No Change
  9188. QuickTime For Java
  9189. Yellow Box and Java
  9190. AppKit Reference
  9191. Enterprise Objects Framework
  9192. Foundation Reference
  9193. Java Tutorial
  9194. WebObjects and Java
  9195. Enterprise Objects Framework
  9196. Foundation Reference Java Client
  9197. Mac OS Runtime for Java
  9198. MRJ Toolkit
  9199. JManager
  9200. JDirect
  9201. JBindery
  9202. /A2http://developer.apple.com/techpubs/java/java.html
  9203. Dev.CD Sep 00 RL Disk 2
  9204. All Packages
  9205. Technical Publications: MacITSummary:
  9206. Collection of Inside Macintosh books and related programming documentation.
  9207. Mar 99
  9208. stringsf
  9209. stringservices
  9210. strip
  9211. stripped
  9212. stripunits
  9213. strlist
  9214. strlist
  9215. strlist
  9216. contain
  9217. routines
  9218. accessing
  9219. strlog
  9220. stroke
  9221. stroll
  9222. strong
  9223. stronger
  9224. strongest{
  9225. strongly
  9226. structglinfo
  9227. structs
  9228. structure
  9229. structured
  9230. structures
  9231. struggling
  9232. strutures
  9233. studies
  9234. studio
  9235. study{
  9236. stuff
  9237. stuffit
  9238. stylef
  9239. e-linking
  9240. styled
  9241. stylemap
  9242. styles
  9243. stylewriter
  9244. stylus
  9245. sub-folders
  9246. sub-menus
  9247. sub-sampling
  9248. subclass
  9249. subdirectory
  9250. subfolder
  9251. --set theItem to choose file -- uncomment to test in an AS editor
  9252.     tell application "Finder"
  9253.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modal TextEdit:"
  9254.         activate
  9255.     end tell
  9256. on error errMsg number errNum
  9257.     --enter statements to perform when no records are found such as...
  9258.     display dialog "Sorry, the item you selected could not be found."
  9259.     return
  9260. end try
  9261. are already trained in Java, and in many cases it is becoming more ti
  9262. me-consuming and costly to retrain Java programmers to learn Objective-C programming syntax and techniques than it is to convert the Objective-C applications and frameworks to Java. Java applications can have as fast a response time as Objective-C applications, and are just as scalable as Objective-C applications. Other than the investment of time and resources (which is recouped in the long run since more programmers have the knowledge required to work on these applications and frameworks
  9263. collection
  9264. developer
  9265. documentation
  9266. collection
  9267. books
  9268. you'll
  9269. access
  9270. docume
  9271. collection
  9272. documentation
  9273. developer
  9274. notes
  9275. collection
  9276. quicktime
  9277. developer
  9278. documentation
  9279. video
  9280. collection
  9281. webobjects
  9282. developer
  9283. documentation
  9284. documen
  9285. collections
  9286. collectionservices
  9287. collectpictcolors
  9288. collects
  9289. collyer
  9290. color`
  9291. color
  9292. picker
  9293. 2.1.1
  9294. contains
  9295. minor
  9296. fixes
  9297. color
  9298. quickdraw
  9299. colorcdef
  9300. colored
  9301. coloredcheckbox
  9302. IP User Authentication Module
  9303. Tools
  9304.  Obsolete/ Pre-ASIP 6.0K
  9305. Apr 98L
  9306. Jan 00
  9307. rubberband
  9308. rubberband
  9309. rubberbandit
  9310. rubberbandit
  9311. rubberbandit
  9312. rubberbandit
  9313. can also enable indexing and summarization for files that were previously skipped.  With System 8.5, Adobe
  9314.  Portable Document Format (PDF) files were not indexed because the text within these document is encoded.  For System 8.6, Find by Content uses the 
  9315. PDF Text Extractor
  9316.  to index and summarize PDF files.  
  9317. AE Coercion INIT
  9318. AEGizmos 1.4.2
  9319. Aete Editor Stack 1.0b3
  9320. AETracker 3.0
  9321. AutoGuest
  9322. FKEYs
  9323. Macsbug Resources
  9324. OSL + Debug Hack 1.0b1
  9325. ResEdit 'aete' Editor 1.0b4
  9326. ResEdit 'scpt' Editor
  9327. SendAE MPW Tool 1.1
  9328. SendAE Test Tool 0.3
  9329. SignatureToApp 1.1
  9330. Tools
  9331. Read MeK
  9332. May 92L
  9333. May 95M.System 7.0 is required with the AEM extension.N
  9334. AE, Apple Events, AppleEventsOKDev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:PSDev.CD Aug 00 TC Disk 1
  9335.  - Tool Chest
  9336.  - Interapplication Communication
  9337.  - AE ToolsV
  9338. 89155X
  9339. Aug 00^    TC Disk 1
  9340. --set theItem to choose file -- uncomment to test in an AS editor
  9341.     tell application "Finder"
  9342.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:"
  9343.         activate
  9344.     end tell
  9345. on error errMsg number errNum
  9346.     --enter statements to perform when no records are found such as...
  9347.     display dialog "Sorry, the item you selected could not be found."
  9348.     return
  9349. end try
  9350. e    No Change
  9351. 89080X
  9352. receive
  9353. --set theItem to choose file -- uncomment to test in an AS editor
  9354.     tell application "Finder"
  9355.         open item "Dev.CD Dec 99 RL:Technical Documentation:Pippin Technical Notes:"
  9356.         activate
  9357.     end tell
  9358. on error errMsg number errNum
  9359.     --enter statements to perform when no records are found such as...
  9360.     display dialog "Sorry, the item you selected could not be found."
  9361.     return
  9362. end try
  9363. interactively
  9364. interacts
  9365. interapplication
  9366. riably
  9367. investigating
  9368. investments{
  9369. involves
  9370. calccmask
  9371. calcmask
  9372. calculate
  9373. calculates
  9374. calculates
  9375. value
  9376. counters
  9377. prescalers
  9378. calendar
  9379. calibration
  9380. callh
  9381. call-backs
  9382. callback
  9383. callbackcmd
  9384. callbacks
  9385. calledX
  9386. caller
  9387. callhyper
  9388. calling
  9389. query
  9390. quick
  9391. quick
  9392. intro
  9393. quick
  9394. start
  9395. quickdraw
  9396. quickdraw
  9397. v1.5.2
  9398. quickdraw
  9399. quickdraw
  9400. quickdraw
  9401. update
  9402. quickdraw
  9403. first
  9404. quickdraw3d
  9405. quickdraw3drave
  9406. quicksort
  9407. quicksort
  9408. quickstart
  9409. quicktake
  9410. quicktake
  9411. documentation
  9412. quicktake
  9413. marketing
  9414. items
  9415. quicktake
  9416. first
  9417. quicktake/macintosh
  9418. quicktake/macintosh
  9419. image
  9420. quicktake/windows
  9421. quicktake/windows
  9422. quicktime
  9423. javao
  9424. quicktime
  9425. textp
  9426. quicktime
  9427. quicktime
  9428. xcmds
  9429. alias
  9430. quite
  9431. aedaemone
  9432. r13u5
  9433. r14a1
  9434. r14b1
  9435. r15d1
  9436. browserz
  9437. browsermaker
  9438. browsermaker
  9439. bufcallback
  9440. bufcallback
  9441. bufcallback
  9442. bufcallback
  9443. buffereddrawer
  9444. buffereddrawer
  9445. bufferedimage
  9446. bufferedimage
  9447. bufferplay
  9448. bufferplay
  9449. reporting
  9450. bugdetails
  9451. capturing
  9452. cd-romw
  9453. change
  9454. change
  9455. history
  9456. change
  9457. history
  9458. changesj
  9459. check
  9460. check
  9461. autoguest
  9462. client
  9463. codev
  9464. codecs
  9465. codewarrior
  9466. codewarrior
  9467. coercionc
  9468. coercionsf
  9469. coercions
  9470. color`
  9471. commQ
  9472. communicationsQ
  9473. communications
  9474. toolboxQ
  9475. compilable
  9476. componentdispatchk
  9477. componentdispatch
  9478. componentdispatch
  9479. componentprototypesk
  9480. componentprototypes
  9481. componentss
  9482. compressionm
  9483. compression
  9484. prefixm
  9485. compressorm
  9486. connection
  9487. contextualu
  9488. contextual
  9489. manageru
  9490. contrast
  9491. e    No Changeq
  9492. Dev.CD Aug 00 TC Disk 2
  9493. All Packages
  9494. Modeless Dialog SampleI`ModelessSample is a source code sample illustrating how to implement a moveable modeless dialog.JxApplication.c
  9495. DialogCode.c
  9496. Modeless Dialog Sample.mcp
  9497. ModelessDialogSample(PPC)
  9498. ModelessDialogSample.rsrc
  9499. SampleHeader.hOSDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:P[Dev.CD Aug 00 TC Disk 2
  9500.  - Sample Code
  9501.  - Human Interface Toolbox
  9502.  - Modeless Dialog SampleV
  9503. 89658X
  9504. Aug 00^    TC Disk 2
  9505. --set theItem to choose file -- uncomment to test in an AS editor
  9506.     tell application "Finder"
  9507.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modeless Dialog Sample:"
  9508.         activate
  9509.     end tell
  9510. on error errMsg number errNum
  9511.     --enter statements to perform when no records are found such as...
  9512.     display dialog "Sorry, the item you selected could not be found."
  9513.     return
  9514. end try
  9515. e    No Changeq
  9516. Dev.CD Aug 00 TC Disk 2
  9517. v 99V
  9518. 87861X
  9519. module
  9520. module
  9521. displaying
  9522. image
  9523. module
  9524. playing
  9525. movie
  9526. module
  9527. drawing
  9528. module
  9529. playing
  9530. sounds
  9531. module
  9532. custom
  9533. controllers
  9534. module
  9535. advanced
  9536. compositing
  9537. module
  9538. switching
  9539. compositors
  9540. module
  9541. transitions
  9542. module
  9543. screen
  9544. module10
  9545. module10
  9546. qtzoo
  9547. edesktopmgr
  9548. moredialogs
  9549. morefiles
  9550. morefiles
  9551. morefiles
  9552. morefilesextras
  9553. morefilesextras
  9554. morefilesextras
  9555. morefilesreadme
  9556. morefinderevents
  9557. morefinderevents
  9558. morefinderevents
  9559. moreinterfacelib
  9560. moreisbetter
  9561. moreisbetterbits
  9562. moreisbetterparts
  9563. morememory
  9564. morenavigation
  9565. moreosl
  9566. moreprocesses
  9567. morequickdraw
  9568. moreresources
  9569. moresetup
  9570. moresetup
  9571. moresetup
  9572. moretextutils
  9573. moretoolbox
  9574. morewindows
  9575. mountalias
  9576. mountalias
  9577. mountalias
  9578. installer
  9579. 1.0.1b1c2
  9580. OpenDoc
  9581. Summary:  OpenDoc is an open industry standard architecture for building reusable, distributed, cross-platform software.  
  9582. OpenDoc is both a specification and a set of technologies used to build components.  Developers who build their applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  9583. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enablstomIcon.mcp
  9584. UntitledN
  9585. custom, iconsOGDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:CustomIcon:PODev.CD Aug 00 TC Disk 2
  9586.  - Sample Code
  9587.  - Human Interface Toolbox
  9588.  - CustomIcone click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  9589. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  9590. O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  9591.  - Sample Code
  9592. 0e    No Changef@Color Picker
  9593. Colorize
  9594. CopyBits
  9595. foreground color
  9596. background colorq
  9597. Dev.CD Aug 00 TC Disk 1
  9598. 1D!All Packages
  9599. Mac OS SDK Edition
  9600. ColorPicker 2.1.1 SDKI
  9601. Color Picker 2.1.1 contains some minor bug fixes and a new ColorPickerLib for developers to use.
  9602. Features: No new features- only bug fixesJ
  9603. Color Picker SDK.sitK
  9604. Aug 97L
  9605. Jan 98N
  9606. Color Picker 2.1.1OADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:PIDev.CD Oct 00 SDK1
  9607.  - Development Kits
  9608.  - Mac OS
  9609.  - ColorPicker 2.1.1 SDKV
  9610. 89297X
  9611. Oct 00^
  9612. --set theItem to choose file -- uncomment to test in an AS editor
  9613.     tell application "Finder"
  9614.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorPicker 2.1.1 SDK:"
  9615.         activate
  9616.     end tell
  9617. on error errMsg number errNum
  9618.     --enter statements to perform when no records are found such as...
  9619.     display dialog "Sorry, the item you selected could not be found."
  9620.     return
  9621. end try
  9622. e    No Changef
  9623. Color Picker 2.1.1q
  9624. Dev.CD Oct 00 SDK1
  9625. carbon.html
  9626. CarbonOverview
  9627. CarbonSpecification
  9628. Files
  9629. HumanInterfaceToolbox
  9630. images
  9631. interprogram
  9632. MacOSXDevTools
  9633. multimedia
  9634. networkcomm
  9635. runtime
  9636. securityservices
  9637. SiteInfo
  9638. utilitiesK
  9639. Jul 00L
  9640. Sep 00M
  9641. web browser
  9642. Carbon, Carbon Developer Documentation suite, Adopting the Carbon Printing Manager, Adopting the Aqua Interface, Inside Mac OS X: System Overview, Inside Carbon: Implementing Security Features Using Keychain, Inside Carbon: Plug-In Services, Inside Carbon: Utility Services, Inside Carbon: FontSync Reference, Introduction to the Carbon Event Manager and the Carbon Event
  9643. Manager Preliminary API Reference,  Carbon Specification, Inside Carbon: Transferring Files With the URL Access Manager, MB
  9644. ultilingual Text Editor API Preliminary Documentation, Inside Carbon: File Manager Reference, Inside Carbon: Network Services Location Manager Developer's
  9645. Kit, Inside Carbon: Apple Event Manager Reference, Carbon Porting Guide
  9646.  Sep 00 RL Disk 2:TechnicalPublications:carbon:
  9647. All Packages
  9648. System 7 Tune-UpO
  9649. Dev.CD Sept 92
  9650. Dev.CD Aug 92P
  9651. Dev.CD Sept 92
  9652. Dev.CD Aug 9V
  9653. 90278X
  9654. Sept 9
  9655. q--set theItem to choose file -- uncomment to test in an AS editor
  9656.     tell application "Finder"
  9657.         open item "Dev.CD Sept 92
  9658. Dev.CD Aug 92"
  9659.         activate
  9660.     end tell
  9661. on error errMsg number errNum
  9662.     --enter statements to perform when no records are found such as...
  9663.     display dialog "Sorry, the item you selected could not be found."
  9664.     return
  9665. end try
  9666. All Packages
  9667. System 7 Tune-UpO
  9668. Dev.CD Sept 92
  9669. Dev.CD Aug 92P
  9670. Dev.CD Sept 92
  9671. Dev.CD Aug 9V
  9672. 90279X
  9673. Sept 9
  9674. q--set theItem to choose file -- uncomment to test in an AS editor
  9675.     tell application "Finder"
  9676.         open item "Dev.CD Sept 92
  9677. Dev.CD Aug 92"
  9678.         activate
  9679.     end tell
  9680. on error errMsg number errNum
  9681.     --enter statements to perform when no records are found such as...
  9682.     display dialog "Sorry, the item you selected could not be found."
  9683.     return
  9684. end try
  9685. --set theItem to choose file -- uncomment to test in an AS editor
  9686.     tell application "Finder"
  9687.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  9688.         activate
  9689.     end tell
  9690. on error errMsg number errNum
  9691.     --enter statements to perform when no records are found such as...
  9692.     display dialog "Sorry, the item you selected could not be found."
  9693.     return
  9694. end try
  9695.  7OeDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:FinderEvents 1.2:PsDev.CD Aug 00 TC Disk 1
  9696.  - Tool Chest
  9697.  - Development Kits
  9698.  - HyperCard Related
  9699.  - XCMDs & XFCNs
  9700.  - FinderEvents 1.2V
  9701. 87862X
  9702. Aug 00^    TC Disk 1
  9703. e    No Change
  9704. esponsible for any problems you may encounter in its use.  If you have questions or problems, the authors encourage you to contact them as follows:
  9705. Postal:    Bare Bones Software, Inc.
  9706.       P.O. Box 108
  9707.       Bedford, MA  01730-0108
  9708. Phone:    +1 508 651 3561
  9709. Fax:      +1 508 651 7584
  9710. WWW:      ht
  9711. queue
  9712. quick
  9713. quickdraw
  9714. quickdraw
  9715. windows
  9716. metafile
  9717. quickdraw
  9718. calccmask
  9719. calcmask
  9720. seedcfill
  9721. seedfill
  9722. search
  9723. esprocket
  9724. gamesprocket
  9725. gdevvideo
  9726. germany
  9727. gestalt
  9728. gestalt
  9729. selectors
  9730. config
  9731. getdraghilitecolor
  9732. getenetaddrdirect
  9733. getenetaddrdirect
  9734. gethelpstrings
  9735. getpppstatus
  9736. getsetoptions
  9737. gimedapalette
  9738. gimedapalette
  9739. sound
  9740. glossaries
  9741. glyphaiv
  9742. goodies
  9743. graphic
  9744. graphicimporter
  9745. graphics
  9746. grayishoutline
  9747. grayscale
  9748. graytext
  9749. gridwindowgrow
  9750. groupdrawing
  9751. guide
  9752. gworld
  9753. 89734X
  9754. Jan 97^
  9755. --set theItem to choose file -- uncomment to test in an AS editor
  9756.     tell application "Finder"
  9757.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc Development Framework:"
  9758.         activate
  9759.     end tell
  9760. on error errMsg number errNum
  9761.     --enter statements to perform when no records are found such as...
  9762.     display dialog "Sorry, the item you selected could not be found."
  9763.     return
  9764. end try
  9765. Deletedq
  9766. Dev.CD Jan 97 SDK2
  9767. D!All Packages
  9768. Mac OS SDK Edition
  9769. OpenDoc International
  9770. Summary:  OpenDoc J-1.1 GM is a localized version of OpenDoc for Japan. This version supports Japanese system software version 7.5.3 or later. 
  9771. Included in the OpenDoc International folder are Recipes and Development folders along with the OpenDoc J-1.1 installer. These items supplement the OpenDoc SDK and help developers understand how to use TSM and TSMTE in programming OpenDoc parts.
  9772. 89735X
  9773. Deleted
  9774. use the PBCatSearch function
  9775. summary
  9776. minilauncher
  9777. launch
  9778. applications
  9779. summary
  9780. mountalias
  9781. control
  9782. panel
  9783. device
  9784. automatica
  9785. summary
  9786. mping
  9787. network
  9788. testing
  9789. protoco
  9790. summary
  9791. network
  9792. management
  9793. specifications
  9794. macintosh
  9795. summary
  9796. networkstream
  9797. stream
  9798. class
  9799. object
  9800. rOHDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:FinderDragPro:PPDev.CD Aug 00 TC Disk 2
  9801.  - Sample Code
  9802.  - Interapplication Comm
  9803.  - FinderDragProV
  9804. 87861X
  9805. Aug 00^    TC Disk 2
  9806. --set theItem to choose file -- uncomment to test in an AS editor
  9807.     tell application "Finder"
  9808.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:FinderDragPro:"
  9809.         activate
  9810.     end tell
  9811. on error errMsg number errNum
  9812.     --enter statements to perform when no records are found such as...
  9813.     display dialog "Sorry, the item you selected could not be found."
  9814.     return
  9815. end try
  9816. vM|Not certain; probably requires System 7; most things these days do. Balloon help itself is present under System 7 and later.N balloon, tool, rez, menu, dialogO4Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Balloony:P<Dev.CD Aug 00 TC Disk 1
  9817.  - Tool Chest
  9818.  - Toolbox
  9819.  - Balloony      activate
  9820.     end tell
  9821. on error errMsg number errNum
  9822.     --enter statements to perform when no records are found such as...
  9823.     display dialog "Sorry, the item you selected could not be found."
  9824.     return
  9825. end try
  9826. All Packages
  9827. System Enabler 088 (AVs)O)Dev.CD Apr 94
  9828. Dev.CD Jan 94
  9829. Dev.CD Oct 93P(Dev.CD Apr 94
  9830. Dev.CD Jan 94
  9831. Dev.CD Oct 9V
  9832. 88858X
  9833. Apr 94
  9834. annabe to build your own application.J
  9835. ! AppsToGo/CW build info
  9836. AppsToGo.docs
  9837. AppWannabe
  9838. AppWannabeNewDocs
  9839. CalcIt
  9840. DTS.Draw
  9841. DTS.Lib
  9842. DTS.StyleChat
  9843. Kibitz
  9844. pbClock
  9845. AppsToGo Reference
  9846. AppsToGo.FAT
  9847. Sample ApplicationsK
  9848. May 93L
  9849. Nov 94M
  9850. variesO6Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:AppsToGo:V
  9851. 84436X
  9852. 1e    No Change
  9853. e    No Changeq
  9854. Dev.CD Aug 00 TC Disk 1
  9855. All Packages
  9856. Modal TextEdit
  9857. This snippet shows the steps necessary to implement a scrolling, editable text field in a dialog.  It may be desirable to use this technique when a text field in a dialog window may contain more than 256 characters or when a text field in a dialog window may contain styled text.
  9858. J@main.c
  9859. Modal TextEdit(PPC)
  9860. Modal TextEdit.mcp
  9861. modalTextEdit.rsrcOKDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Modal TextEdit:PSDev.CD Aug 00 TC Disk 2
  9862.  - Sample Code
  9863.  - Human Interface Toolbox
  9864.  - Modal TextEditV
  9865. 89657X
  9866. Aug 00^    TC Disk 2
  9867. e    No Change
  9868. routing enhancements to the AppleTalk routing protocols. It is useful for reference, and it provides information router developers need to implement AURP.
  9869. Apple Internet Router: User-Interface Extensions to the adev File
  9870. ---------------------------------------------
  9871. This document provides information needed to support the new adev resource calls. (An ade
  9872. --set theItem to choose file -- uncomment to test in an AS editor
  9873.     tell application "Finder"
  9874.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:"
  9875.         activate
  9876.     end tell
  9877. on error errMsg number errNum
  9878.     --enter statements to perform when no records are found such as...
  9879.     display dialog "Sorry, the item you selected could not be found."
  9880.     return
  9881. end try
  9882. s can also track a heap of your choice -- for instance, your application's own heap.
  9883. Features include System Heap logging, as well as sounds that flag groB
  9884. wing and shrinking System Heap sizes.
  9885. You can also take heap "snapshots" complete with timestamps, useful for tracking "before" and "after" comparisions, as well as those nasty bugs that seem to crash in the middle of the night.
  9886. Memory Management.imgK
  9887. Vol XIM)Runs only on post-7.0 System Macintoshes.OIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:V
  9888. 87863X
  9889. 1e    No Change
  9890. your MacTCP mde
  9891. s Graphics Answers  by Bill Guschwan.   Tips on the first few things to try when faced with a question about QuickDraw.
  9892. Somewhere in QuickTime: Derived Media Handlers  by John Wang.
  9893. How to write derived media handlers, a powerful new ability in QuickTime 1.5.
  9894. Be Our Guest: System Enablers  by C. K. Haun.   The scoop on these new chunks of system software. (Hands off!)
  9895. J(develop Issue 14:
  9896. develop Issue 14 code:K
  9897. Vol IIIL
  9898. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 14:PJDev.CD Sep 96 RL
  9899.  - Technical Documentation
  9900.  - develop
  9901.  - develop Issue 14splay dialog "Sorry, the item you selected could not be found."
  9902.     return
  9903. end try
  9904. e    No Changef
  9905. scriptswitcher script switcherq
  9906. Dev.CD Aug 00 TC Disk 1
  9907. D!All Packages
  9908. Mac OS SDK Edition
  9909. ScriptX 1.5.1
  9910.     power
  9911. emulator
  9912. power
  9913. emulator
  9914. release
  9915. notes
  9916. power
  9917. macintosh
  9918. artwork
  9919. powerbook
  9920. powerbook
  9921. addendum
  9922. powerbook
  9923. powerbook
  9924. 2400c
  9925. 89426X
  9926. Nov 99^
  9927. --set theItem to choose file -- uncomment to test in an AS editor
  9928.     tell application "Finder"
  9929.         open item "Dev.CD Nov 99 TC:Tool Chest:Developer Utilities:Drop
  9930. PS 1.1.3:"
  9931.         activate
  9932.     end tell
  9933. on error errMsg number errNum
  9934.     --enter statements to perform when no records are found such as...
  9935.     display dialog "Sorry, the item you selected could not be found."
  9936.     return
  9937. end try
  9938. Deletedq
  9939. Dev.CD Nov 99 TC
  9940. D(All Packages
  9941. Reference Library Edition
  9942. DropDiskIxSummary:  DropDisk is an application that mounts disk images on the desktop.  See the file "About DropDisk" for details.J
  9943. About DropDisk
  9944. DropDiskK
  9945. Jan 95O*Dev.CD Dec 99 RL:Utilities:DropDisk 1.0b5:P/Dev.CD Dec 99 RL
  9946.  - Utilities
  9947.  - DropDisk 1.0b5V
  9948. 89427X
  9949. Dec 99^
  9950. developer's
  9951. package
  9952. includes
  9953. appleshar
  9954. summary
  9955. digest
  9956. collection
  9957. article
  9958. threads
  9959. summary
  9960. document
  9961. describes
  9962. version
  9963. applesingle
  9964. --set theItem to choose file -- uncomment to test in an AS editor
  9965.     tell application "Finder"
  9966.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:corefoundation:"
  9967.         activate
  9968.     end tell
  9969. on error errMsg number errNum
  9970.     --enter statements to perform when no records are found such as...
  9971.     display dialog "Sorry, the item you selected could not be found."
  9972.     return
  9973. end try
  9974. endfullscreen
  9975. endian
  9976. endless
  9977. endorsement
  9978. endpoint
  9979. endpoints
  9980. enforces
  9981. enginej
  9982. engineering
  9983. engineers
  9984. engines
  9985. engler
  9986. english
  9987. enhance`
  9988. enhanced
  9989. enhancementi
  9990. wJfBand Copying the Sequel.c
  9991. Band Copying the Sequel.rsrc
  9992. BandCopyingSequel(PPC)
  9993. BandCopyingtheSequel.mcpM
  9994. Color QuickDrawN&Band Copy, CopyBits, NewGWorld, GWorldOHDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Band Copying the Sequel:PPDev.CD Aug 00 TC Disk 1
  9995.  - Sample Code
  9996.  - Graphics 2D
  9997.  - Band Copying the SequelV
  9998. 89239X
  9999. Aug 00^    TC Disk 1
  10000. --set theItem to choose file -- uncomment to test in an AS editor
  10001.     tell application "Finder"
  10002.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Band Copying the Sequel:"
  10003.         activate
  10004.     end tell
  10005. on error errMsg number errNum
  10006.     --enter statements to perform when no records are found such as...
  10007.     display dialog "Sorry, the item you selected could not be found."
  10008.     return
  10009. end try
  10010. e    No Changef#Band Copy
  10011. CopyBits
  10012. NewGWorld
  10013. GWorldq
  10014. Dev.CD Aug 00 TC Disk 1
  10015. All Packages
  10016. BasicDiskImageV
  10017. 89240X
  10018.   display dialog "Sorry, the item you selected could not be found."
  10019.     return
  10020. end try
  10021. --set theItem to choose file -- uncomment to test in an AS editor
  10022.     tell application "Finder"
  10023.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:VideoFrameToGWorld:"
  10024.         activate
  10025.     end tell
  10026. on error errMsg number errNum
  10027.     --enter statements to perform when no records are found such as...
  10028.     display dialog "Sorry, the item you selected could not be found."
  10029.     return
  10030. end try
  10031. timecode
  10032. media
  10033. handler
  10034. --set theItem to choose file -- uncomment to test in an AS editor
  10035.     tell application "Finder"
  10036.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:"
  10037.         activate
  10038.     end tell
  10039. on error errMsg number errNum
  10040.     --enter statements to perform when no records are found such as...
  10041.     display dialog "Sorry, the item you selected could not be found."
  10042.     return
  10043. end try
  10044. Aug 00^    TC Disk 2
  10045. --set theItem to choose file -- uncomment to test in an AS editor
  10046.     tell application "Finder"
  10047.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:FinderLaunch:"
  10048.         activate
  10049.     end tell
  10050. on error errMsg number errNum
  10051.     --enter statements to perform when no records are found such as...
  10052.     display dialog "Sorry, the item you selected could not be found."
  10053.     return
  10054. end try
  10055. e    No Changef!Finder
  10056. display folder
  10057. launchq
  10058. Dev.CD Aug 00 TC Disk 2
  10059. All Packages
  10060. FindFamilies
  10061. 87865X
  10062. e    No Changef
  10063. Music movie
  10064. converterq
  10065. Dev.CD Aug 00 TC Disk 1
  10066. All Packages
  10067. MiniLauncher 1.3b5
  10068. @Summary: MiniLauncher can be used to launch applications by typing the name of the application into an edit text field (used mainly with Virtual User under 6.0.x).
  10069. Features: MiniLauncher can be set to launch an application directly, launch the application via a document, or launch the application and print a document.
  10070. Virtual User tools.imgK
  10071. Vol VIIL
  10072. Nov/Dec 92OJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  10073.  - Tool Chest
  10074.  - Testing & Debugging
  10075.  - Virtual User toolsV
  10076. 89656X
  10077. Aug 00^    TC Disk 1
  10078. e    No Change
  10079.  routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. This sample allows an application to tell the Finder to open a folder, launch an application, or open a document.
  10080. Nov 99V
  10081. 87864X
  10082. 1e    No Change
  10083. Summary:  "Show Movie" is a small application designed to load and play movies. It demonstrates several useful features in QuickTime and ways to use them.
  10084.   -Creating a Time Base call back
  10085.   -Setting call backs based on the length of a movie.
  10086.   -Automatically closing a movie once it has finished playing
  10087.   -Making a loop within a movie.
  10088.   -Changing the rate of a movie while it is playing.
  10089.   -Slaving one movie to another.
  10090.   -Offsetting the start frame of a slave movie.
  10091.   -Delaying the start
  10092. E of a slave movie playing
  10093. It achieves the above by using Time Base call backs documented in Inside Macintosh QuickTime pages 2-335 to 2-341, 2-364
  10094. It also demonstrates
  10095.   Ways to pass data to the call backs and dispose of it once the movie has finished.
  10096.   How to create a default button on a dialog without using user items.
  10097. Jan 96
  10098. flowers
  10099. formatasdos
  10100. formatasdos
  10101. formatasdosdisk
  10102. formatasdosdisk
  10103. formatasdosdisk
  10104. formatincludes
  10105. }JVAltivecMultiprecision.pdf
  10106. Sample Factorizations
  10107. vfactor app
  10108. vfactor source
  10109. vfactor.mcpM
  10110. G4NSVelocity Engine, AlitVec, Multiprecision arithmetic, arbitrary precision arithmeticO_Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Multiprecision:PjDev.CD Aug 00 TC Disk 1
  10111.  - Sample Code
  10112.  - Devices and Hardware
  10113.  - Velocity Engine
  10114.  - VelEng Multiprecision
  10115. txratiopict
  10116. txratiopict
  10117. txratiopict
  10118. - Common
  10119.     - Sun Compliant Java Runtime Environment 1.1
  10120.     - QuickTime 3 
  10121.     - QTJava.zip
  10122.     - QTJava media samples
  10123. - Mac OS:
  10124.     - System 8 or later
  10125.     - Macintosh Runtime for Java (MRJ) 2.1
  10126. - Windows 95, 98, or NT::
  10127.     - JRE/JDK from Sun Microsystems, Inc. recommended
  10128. QuickTime, Java, MRJW
  10129. capability
  10130. captureU
  10131. carbon
  10132. carbon
  10133. 1.0.4
  10134. provides
  10135. files
  10136. needed
  10137. begin
  10138. carbonlib
  10139. carbonlib1.0
  10140. carbonplus
  10141. cardP
  10142. card-with-bridge-chi
  10143. cardbus
  10144. cardsR
  10145. cards&drivers
  10146. care{
  10147. careful
  10148. carefully
  10149. carole
  10150. carries
  10151. cartwheels
  10152. cases
  10153. --set theItem to choose file -- uncomment to test in an AS editor
  10154.     tell application "Finder"
  10155.         open item "Dev.CD Apr 94
  10156. Dev.CD Jan 94
  10157. Dev.CD Oct 93
  10158. Dev.CD Jul 93
  10159. Dev.CD Apr 93"
  10160.         activate
  10161.     end tell
  10162. on error errMsg number errNum
  10163.     --enter statements to perform when no records are found such as...
  10164.     display dialog "Sorry, the item you selected could not be found."
  10165.     return
  10166. end try
  10167. tscape{
  10168. netsprocket
  10169. netstat
  10170. netware
  10171. networkB
  10172. network-aware
  10173. network-connected
  10174. network/hard-disk
  10175. networkable
  10176. networking{
  10177. --set theItem to choose file -- uncomment to test in an AS editor
  10178.     tell application "Finder"
  10179.         open item "Dev.CD Dec 99 RL:Utilities:System Picker 1.1a3:"
  10180.         activate
  10181.     end tell
  10182. on error errMsg number errNum
  10183.     --enter statements to perform when no records are found such as...
  10184.     display dialog "Sorry, the item you selected could not be found."
  10185.     return
  10186. end try
  10187. newer
  10188. formats
  10189. formattedi
  10190. formatters
  10191. formatting
  10192. formerlyj
  10193. formerly
  10194. appearance
  10195. contextual
  10196. menumanager
  10197. formrelativeposition
  10198. formsU
  10199. formulate
  10200. forrest
  10201. forth
  10202. fortran
  10203. fortune
  10204. forward
  10205. forwards
  10206. found^
  10207.     Bjion on developing for QuickTime, please see the QuickTime web site, http://apple.com/quicktime/developers/
  10208. J English - 3.0.2
  10209. Japanese - 3.0.1K
  10210. Aug 94L
  10211. Aug 99N"QuickTime, video, streaming, audioOVDev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime:QuickTime 3 Installers:Macintosh:PdDev.CD Apr 00 SDK1
  10212.  - Development Kits
  10213.  - Mac OS
  10214.  - QuickTime
  10215.  - QuickTime 3 Installers
  10216.  - MacintoshW
  10217. dialog
  10218. manager
  10219. dimming
  10220. useritems
  10221. dialog
  10222. window
  10223. control
  10224. auntie
  10225. replacement
  10226. dictation
  10227. dictionary
  10228. digital
  10229. digitizer
  10230. digitizing
  10231. interleaving
  10232. memory
  10233. configuration
  10234. dimmed
  10235. dimming
  10236. direct
  10237. dirid
  10238. disable
  10239. disabled
  10240. disassembler
  10241. disassembly
  10242. are found such as...
  10243.     display dialog "Sorry, the item you selected could not be found."
  10244.     return
  10245. end try
  10246. All Packages
  10247. F    QuickTimeV
  10248. 86850X
  10249. rmance
  10250. analysis
  10251. e    No Changeq
  10252. Dev.CD Aug 00 TC Disk 2
  10253. All Packages
  10254. MIDIConverter
  10255. Summary:  MIDIConverter is an application for converting general MIDI files (file type 'Midi') to QuickTime movie files. To convert just select the MIDI files and drag them on top of this app. When the conversion is done, the movies files can be found in the original file folder.
  10256. J;MIDIConverter
  10257. MIDIConverter Readme
  10258. MIDIConverter Readme.txtK
  10259. Apr 95M*System 7 or later, QuickTime 1.5 or later.N
  10260. MIDI, Music movie, converterO;Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MIDIConverter:PCDev.CD Aug 00 TC Disk 1
  10261.  - Tool Chest
  10262.  - QuickTime
  10263.  - MIDIConverterV
  10264. 89655X
  10265. Aug 00^    TC Disk 1
  10266. e    No Change
  10267. ools:MPW:FindFamilies:PTDev.CD Aug 00 TC Disk 2
  10268.  - Sample Code
  10269.  - Platforms and Tools
  10270.  - MPW
  10271.  - FindFamiliest Guide 7/4 (US).dp
  10272. Asian Dist Addr (US) 7/4.dpK
  10273. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:nge
  10274. morefiles
  10275. morefiles
  10276. collection
  10277. high-level
  10278. routines
  10279. written
  10280. morefinderevents
  10281. moreisbetter
  10282. moreisbetter
  10283. sample
  10284. library
  10285. which
  10286. provides
  10287. morenetworksetup
  10288. moreosl
  10289. moreosl
  10290. short
  10291. source
  10292. library
  10293. imple
  10294. moreover
  10295. morley
  10296. morphemes
  10297. icktime
  10298. effects
  10299. quicktime
  10300. effects
  10301. video
  10302. track
  10303. slideshow
  10304. images
  10305. quicktime
  10306. effects
  10307. video
  10308. transitions
  10309. quicktime
  10310. yellow
  10311. appkit
  10312. reference
  10313. quicktime
  10314. frame
  10315. movieY
  10316. quicktime
  10317. asyncronous
  10318. handler
  10319. quicktime
  10320. graphics
  10321. importer
  10322. movie
  10323. image
  10324. graphics
  10325. decompresso
  10326. quicktime
  10327. gworld
  10328. movie
  10329. quicktime
  10330. streaming
  10331. tracks
  10332. hinting
  10333. quicktime
  10334. image
  10335. compression
  10336. ample code: Installer VISE, Stuffit InstallerMaker, or the Apple Installer.
  10337. Minimum system requirements
  10338.  Macintosh computer with a PowerPC processor
  10339.  Mac OS 8.1 or later
  10340.  Memory requirements will vary depending on how you are using Java. The minimum requirement for running simple applets is 40 megabytes (MB) of RAM, with virtual memory on and set to at least 44 MB. To run complex applets and applications, 64 MB of RAM is highly recommended. Increasing RAM to 64 MB or more will also im
  10341. prove performance.
  10342.  At least 13 MB of free disk space
  10343. Mac OS Runtime for Java (MRJ) 2.2.2 is an upgrade to MRJ 2.2 that improves memory usage and addresses security issues.
  10344. Notes
  10345.  Microsoft Internet Explorer 5.0
  10346. MRJ 2.2.2 addresses a network security problem which occured when using MSIE 5.0. MRJ 2.2.2 does not address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously
  10347. virtual
  10348. virtualuser
  10349. visigenic
  10350. visrgn
  10351. voice
  10352. volume
  10353. volume
  10354. recording
  10355. vrefnum
  10356. vtwin
  10357. vu-meter
  10358. vumeter
  10359. waitnextevent
  10360. wavelet
  10361. browser
  10362. objects
  10363. webobjects
  10364. webobjects
  10365. webobjects
  10366. window
  10367. window
  10368. arrangement
  10369. window
  10370. attributes
  10371. window
  10372. class
  10373. window
  10374. classes
  10375. window
  10376. layers
  10377. window
  10378. manager
  10379. window
  10380. positions
  10381. windows
  10382. wired
  10383. wombat
  10384. workstation
  10385. world
  10386. world
  10387. wrapper
  10388. writerk
  10389. writing
  10390. yellow
  10391. yellow
  10392. yellow
  10393. zanzibar
  10394. zeroscrap
  10395. zoomtowindowdevice
  10396. WebObjectsPerformanceTuning.pdf
  10397. 89384X
  10398. Sept 9^
  10399. --set theItem to choose file -- uncomment to test in an AS editor
  10400.     tell application "Finder"
  10401.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  4:"
  10402.         activate
  10403.     end tell
  10404. on error errMsg number errNum
  10405.     --enter statements to perform when no records are found such as...
  10406.     display dialog "Sorry, the item you selected could not be found."
  10407.     return
  10408. end try
  10409. Deletedq
  10410. Dev.CD Sept 96 RL
  10411. D(All Packages
  10412. Reference Library Edition
  10413. develop Issue  5
  10414.     em to choose file -- uncomment to test in an AS editor
  10415.     tell application "Finder"
  10416.         open item "Dev.CD Jun 97 SSW
  10417. Dev.CD Dec 96 SE"
  10418.         activate
  10419.     end tell
  10420. on error errMsg number errNum
  10421.     --enter statements to perform when no records are found such as...
  10422.     display dialog "Sorry, the item you selected could not be found."
  10423.     return
  10424. end try
  10425. All Packages
  10426. F    QuickTimeO"Dev.CD Jun 97 SSW
  10427. Dev.CD Dec 96 SEV
  10428. 88494X
  10429. constant
  10430. constantly
  10431. constants`
  10432. constitute
  10433. constrained
  10434. constrains
  10435. constraints
  10436. construct
  10437. constructing
  10438. construction
  10439. constructs
  10440. consult
  10441. consumer
  10442. consumers
  10443. consuming
  10444. consumption
  10445. contactj
  10446. contacting
  10447. contacts
  10448. containT
  10449. contained
  10450. container
  10451. contains
  10452. demonstrating
  10453. write
  10454. engine
  10455. contains
  10456. transport
  10457. software
  10458. development
  10459. contentz
  10460. 90258X
  10461. Aug 00^    TC Disk 2
  10462. --set theItem to choose file -- uncomment to test in an AS editor
  10463.     tell application "Finder"
  10464.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:stdFilterHacking:"
  10465.         activate
  10466.     end tell
  10467. on error errMsg number errNum
  10468.     --enter statements to perform when no records are found such as...
  10469.     display dialog "Sorry, the item you selected could not be found."
  10470.     return
  10471. end try
  10472. e    No Changeq
  10473. Dev.CD Aug 00 TC Disk 2
  10474. All Packages
  10475. StopXPP dcmdI
  10476. Summary: The StopXPP dcmd attempts to close all open ASP (and thus AFP) sessions with an asyncronous closeAll call to the .XPP driver.J
  10477. Networks.imgK
  10478. May 93O@Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Aug 00 TC Disk 1
  10479.  - Tool Chest
  10480.  - Testing & Debugging
  10481.  - NetworksV
  10482. 90259X
  10483. Aug 00^    TC Disk 1
  10484. e    No Change
  10485. 90646X
  10486. Aug 99^
  10487. --set theItem to choose file -- uncomment to test in an AS editor
  10488.     tell application "Finder"
  10489.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:URL Access 1.0.1 SDK:"
  10490.         activate
  10491.     end tell
  10492. on error errMsg number errNum
  10493.     --enter statements to perform when no records are found such as...
  10494.     display dialog "Sorry, the item you selected could not be found."
  10495.     return
  10496. end try
  10497. e    No Changef
  10498. URL Access
  10499. Internet
  10500. Dev.CD Aug 99 TC
  10501. wD!All Packages
  10502. Tool Chest Edition
  10503. US Distribution GuideI
  10504. Summary: This piece is intended to assist non-US developers understand the US market and the 3rd party software distribution channel in he US.J
  10505. US Distribution GuideK
  10506. Vol VIIM
  10507. Adobe Acrobat Reader.OCDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:PHDev.CD May 98 TC
  10508.  - Programs & Marketing
  10509.  - Market & Distribution GuidesV
  10510. 90647X
  10511. May 98^
  10512. Summary: This is the electronic version of develop magazine.
  10513.  Issue 5 highlights:
  10514. Asynchronous Background Networking on the Macintosh by Harry Chesley.   A MacApp class for handling asynchronous network activities, used in an application that propagates messages among machines on the AppleTalk network.
  10515. Scanning from ProDOS  by Matt Gulick.   Including support for the Apple Scanner in your Apple II applications: it
  10516. s easier than you think. 
  10517. Print Hints with Luke & Zz   Tips and tricks 
  10518. from the print masters. This time: a cautionary fable, and a little known constant.
  10519. Palette Manager Animation  by Rich Collyer.   Techniques for color table animation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  10520. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  10521. Vol IIIL
  10522. Jun 95
  10523. All Packages
  10524. All Packages
  10525. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  10526. Dev.CD Jan 94
  10527. Dev.CD Oct 93
  10528. Dev.CD Jul 93
  10529. Dev.CD Apr 93PDDev.CD Apr 94
  10530. Dev.CD Jan 94
  10531. Dev.CD Oct 93
  10532. Dev.CD Jul 93
  10533. Dev.CD Apr 9V
  10534. 90393X
  10535. Apr 94
  10536. --set theItem to choose file -- uncomment to test in an AS editor
  10537.     tell application "Finder"
  10538.         open item "Dev.CD Apr 94
  10539. Dev.CD Jan 94
  10540. Dev.CD Oct 93
  10541. Dev.CD Jul 93
  10542. Dev.CD Apr 93"
  10543.         activate
  10544.     end tell
  10545. on error errMsg number errNum
  10546.     --enter statements to perform when no records are found such as...
  10547.     display dialog "Sorry, the item you selected could not be found."
  10548.     return
  10549. end try
  10550. All Packages
  10551. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  10552. Dev.CD Jan 94
  10553. Dev.CD Oct 93
  10554. Dev.CD Jul 93
  10555. Dev.CD Apr 93PDDev.CD Apr 94
  10556. Dev.CD Jan 94
  10557. Dev.CD Oct 93
  10558. Dev.CD Jul 93
  10559. Dev.CD Apr 9V
  10560. 90394X
  10561. Apr 94
  10562. 8.5.1
  10563. 802.2
  10564. 802.3
  10565. 9650/350
  10566. a/rose
  10567. about
  10568. access
  10569. acrobat
  10570. action
  10571. action
  10572. module
  10573. actions
  10574. active
  10575. addresmenu
  10576. address
  10577. addsearch
  10578. adlib
  10579. administrator
  10580. adobe
  10581. adopting
  10582. adopting
  10583. interface
  10584. adopting
  10585. carbon
  10586. printing
  10587. manager
  10588. adorner
  10589. aegizmos
  10590. aeinteractwithuser
  10591. aesuspendthecurrente
  10592. protocol
  10593. afterN
  10594. after
  10595. after
  10596. moduleN
  10597. aiffk
  10598. writer
  10599. sdevk
  10600. airport
  10601. alawm
  10602. scomm
  10603. alias
  10604. alias
  10605. manager
  10606. aliases
  10607. alitvec
  10608. allocators
  10609. alternatebufferdispl
  10610. altivec
  10611. analog
  10612. analysis
  10613. animate
  10614. gN.Memory Manager, Power Macintosh, heaps, memoryllow you to detect whether or not the Shell Window is "rolled up" by WindowShade.  How do you do this?  You check the window's contRgn.  If the contRgn is empty, then the window is shaded.  You'll note that the grafPort is unchanged by WindowShade, so if you need to save window dimensions, you can grab that information from the portRect.
  10615. JRShadingWinds(PPC)
  10616. ShadingWinds.c
  10617. ShadingWinds.h
  10618. ShadingWinds.mcp
  10619. ShadingWinds.rsrcOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ShadingWinds:PQDev.CD Aug 00 TC Disk 2
  10620.  - Sample Code
  10621.  - Human Interface Toolbox
  10622.  - ShadingWindsioconvert
  10623. auntiedialog
  10624. auntiedialog
  10625. auntiedialog
  10626. auntiedialog
  10627. auntiedialogdemo
  10628. auntiedialogdemo
  10629. auntiedialogdemo
  10630. auntiedialogdemo
  10631. auntiedialogdemoclas
  10632. auntiedialogprefixca
  10633. auntiedialogprefixin
  10634. compilable
  10635. authentication
  10636. authenticator
  10637. e    No Changef
  10638. Component Managerq
  10639. Dev.CD Aug 00 TC Disk 2
  10640. All Packages
  10641. N&C MacsBug Macros/Templates
  10642. Summary:  This ResEdit file contains MacsBug 'mxbm' and 'mxwt' for the .MPP, .ATP, .XPP, and .DSP AppleTalk drivers and for the PPC Toolbox.  Add these resources to MacsBug's Debugger Prefs file and you'll be able to easily trap on AppleTalk driver control calls and PPC Toolbox calls and you'll also be able to dump the parameter blocks and associated data structures used by those calls.
  10643. Networks.imgK
  10644. Feb 94N/testing, debugging, networking & communicationsO@Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Aug 00 TC Disk 1
  10645.  - Tool Chest
  10646.  - Testing & Debugging
  10647.  - NetworksV
  10648. 89700X
  10649. Aug 00^    TC Disk 1
  10650. e    No Change
  10651. tements to perform when no records are found such as...
  10652.     display dialog "Sorry, the item you selected could not be found."
  10653.     return
  10654. end try
  10655. All Packages
  10656. F    QuickTimeO
  10657. Dev.CD Jul 93
  10658. Dev.CD Apr 93V
  10659. 86886X
  10660. itself
  10661. iv-24
  10662. iw-half-dither
  10663. j-1.1
  10664. james
  10665. jamie
  10666. january{
  10667. january/february
  10668. japan{
  10669. japanese{
  10670. jasik's
  10671. javao
  10672. client
  10673. tutorial
  10674. java's
  10675. javadoc
  10676. javascript
  10677. jazzed-up
  10678. jbindery
  10679. jdirect
  10680. jdirecttalker
  10681. jdirecttalker
  10682. simple
  10683. example
  10684. apple's
  10685. jdkclasses
  10686. kaealwaysinteracta
  10687. kaecaninteracta
  10688. kaeneverinteracta
  10689. kaleida{
  10690. karma
  10691. kazim
  10692. kbytes
  10693. kcodecformat
  10694. keeping
  10695. keeps
  10696. keith
  10697. kevin
  10698. object-orientedj
  10699. objective
  10700. objective-c
  10701. objects{
  10702. objectsupportlib
  10703. obscure
  10704. obsolete
  10705. obsolete/pre-asip
  10706. obtain
  10707. obtained
  10708. obtaining
  10709. obtains
  10710. obvious
  10711. obviously[
  10712. occasionally
  10713. b--set theItem to choose file -- uncomment to test in an AS editor
  10714.     tell application "Finder"
  10715.         open item "Dev.CD Jul 95"
  10716.         activate
  10717.     end tell
  10718. on error errMsg number errNum
  10719.     --enter statements to perform when no records are found such as...
  10720.     display dialog "Sorry, the item you selected could not be found."
  10721.     return
  10722. end try
  10723.  is presented with a popup menu of actions, and 4) chooses one of those actions for execution.  Apple Data Detectors has a plug-in
  10724.  to the Contextual Menu which provides it the opportunity to populate the Contextual Menu when the user selects text.
  10725. The data that ADD searches for and the actions that can be taken on the data is developer extensible.  The detectors are written using regular expressions and the actions are written using AppleScript.
  10726. This package is the SDK which provides documentation and a tool for creating new detectors and actions.
  10727. Features: Apple Data Detectors Extension - provides base functional
  10728. pN+View, MacApp, Center View, Auto Center ViewOPDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Auto Center View:P[Dev.CD Aug 00 TC Disk 2
  10729.  - Sample Code
  10730.  - Platforms and Tools
  10731.  - MacApp
  10732.  - Auto Center ViewV
  10733. 89232X
  10734. Aug 00^    TC Disk 2
  10735. --set theItem to choose file -- uncomment to test in an AS editor
  10736.     tell application "Finder"
  10737.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Auto Center View:"
  10738.         activate
  10739.     end tell
  10740. on error errMsg number errNum
  10741.     --enter statements to perform when no records are found such as...
  10742.     display dialog "Sorry, the item you selected could not be found."
  10743.     return
  10744. end try
  10745. e    No Changef(View
  10746. MacApp
  10747. Center View
  10748. Auto Center Viewq
  10749. Dev.CD Aug 00 TC Disk 2
  10750. All Packages
  10751. AutoGuest 3.0
  10752. 89233X
  10753. o records are found such as...
  10754.     display dialog "Sorry, the item you selected could not be found."
  10755.     return
  10756. end try
  10757. All Packages
  10758. 88888X
  10759. ed after ATrapper.
  10760. simpleeditmfc
  10761. simpleeditmfc
  10762. simpleeditmfc
  10763. simpleeditmfc
  10764. simpleeditmfc
  10765. simpleeditmfcdoc
  10766. simpleeditmfcdoc
  10767. simpleeditmfcdoc
  10768. simpleeditmfcview
  10769. simpleeditmfcview
  10770. simpleeditmfcview
  10771. simpleeditsdi
  10772. simpleeditsdi
  10773. simpleeditsdi
  10774. simpleeditsdi
  10775. simpleeditsdi
  10776. simpleeditsdi
  10777. simpleeditsdi
  10778. simpleeditsdi
  10779. simpleinit
  10780. simpleinit
  10781. simpleinit
  10782. simpleinit
  10783. simpleplayermfc
  10784. simpleplayermfc
  10785. simpleplayermfc
  10786. simpleplayermfc
  10787. simpleplayermfc
  10788. simpleplayermfc
  10789. simpleplayermfc
  10790. simpleplayermfc
  10791. simpleplayermfcdoc
  10792. simpleplayermfcdoc
  10793. simpleplayermfcdoc
  10794. simpleplayermfcview
  10795. simpleplayermfcview
  10796. software
  10797. sound
  10798. sound
  10799. files
  10800. ialog
  10801. softvdig
  10802. softvdig
  10803. softvdig
  10804. software
  10805. software
  10806. license
  10807. software
  10808. license
  10809. software
  10810. licensing
  10811. someunicodestuff
  10812. someunicodestuff
  10813. someunicodestuff
  10814. somobjects
  10815. somobjects
  10816. first
  10817. sortpicts
  10818. sortpicts
  10819. sortpicts
  10820. sortpicts
  10821. sortpictsapp
  10822. sortpictsapp
  10823. sortpictsthreads
  10824. sortpictsthreads
  10825. sound
  10826. commonly
  10827. sample
  10828. shows
  10829. cmchoose
  10830. cmgetconfig
  10831. sample
  10832. shows
  10833. quicktime
  10834. graphicimporter
  10835. sample
  10836. shows
  10837. write
  10838. fully
  10839. asynchronous
  10840. block
  10841. sample
  10842. shows
  10843. quicktime
  10844. faster
  10845. OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:PUDev.CD Aug 00 TC Disk 2
  10846.  - Sample Code
  10847.  - QuickTime
  10848.  - Basics
  10849.  - MFC SimplePlayer.winV
  10850. 89653X
  10851. Aug 00^    TC Disk 2
  10852. --set theItem to choose file -- uncomment to test in an AS editor
  10853.     tell application "Finder"
  10854.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimplePlayer.win:"
  10855.         activate
  10856.     end tell
  10857. on error errMsg number errNum
  10858.     --enter statements to perform when no records are found such as...
  10859.     display dialog "Sorry, the item you selected could not be found."
  10860.     return
  10861. end try
  10862. e    No Changeq
  10863. Dev.CD Aug 00 TC Disk 2
  10864. All Packages
  10865. MFCQTClassesI,Some sample Microsoft MFC QuickTime classes.J
  10866. CQuickTime.cpp
  10867. CQuickTime.hOFDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFCQTClasses.win:PQDev.CD Aug 00 TC Disk 2
  10868.  - Sample Code
  10869.  - QuickTime
  10870.  - Basics
  10871.  - MFCQTClasses.winV
  10872. 89654X
  10873. Aug 00^    TC Disk 2
  10874. e    No Change
  10875. simpleplayermfcview
  10876. simpleplayersdi
  10877. simpleplayersdi
  10878. simpleplayersdi
  10879. simpleplayersdi
  10880. simpleplayersdi
  10881. simpleplayersdi
  10882. simpleplayersdi
  10883. simpleplayersdi
  10884. simpleplayersdi
  10885. simplepopupcdef
  10886. simplepopupcdef
  10887. simplepopupcdef
  10888. simplepopupcdef
  10889. simplepoputcdef
  10890. simplepoputcdef
  10891. simpleprefs
  10892. simpleprefs
  10893. simpleprefs
  10894. simpletext
  10895. simpletext
  10896. simpletext
  10897. simpletext
  10898. simpletext
  10899. simpletext
  10900. simpletext
  10901. software
  10902. license
  10903. software
  10904. license
  10905. sortpicts
  10906. sortpicts
  10907. sortpicts
  10908. sortpicts
  10909. sortpictsapp
  10910. sortpictsapp
  10911. sortpictsthreads
  10912. sortpictsthreads
  10913. sound
  10914. sound
  10915. sound
  10916. files
  10917. All Packages
  10918. PrintRecordSpyISSummary:  Displays record directly for the current print record in a simple window.J
  10919. General tools.imgK
  10920. Feb 94N
  10921. testing, debugging, printersOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  10922.  - Tool Chest
  10923.  - Testing & Debugging
  10924.  - General toolsV
  10925. 89858X
  10926. Aug 00^    TC Disk 1
  10927. --set theItem to choose file -- uncomment to test in an AS editor
  10928.     tell application "Finder"
  10929.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  10930.         activate
  10931.     end tell
  10932. on error errMsg number errNum
  10933.     --enter statements to perform when no records are found such as...
  10934.     display dialog "Sorry, the item you selected could not be found."
  10935.     return
  10936. end try
  10937. e    No Changef
  10938. testing
  10939. debugging
  10940. printersq
  10941. Dev.CD Aug 00 TC Disk 1
  10942. All Packages
  10943. ProcDoggie
  10944. 89859X
  10945. ed Movies and SpritesO=Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:V
  10946. 87576X
  10947. 1e    No Change
  10948. simpleeditmfc
  10949. simpleplayermfcview
  10950. simpletext
  10951. sample
  10952. small@
  10953. softvdig
  10954. sound
  10955. soundoutputdispatch@
  10956. speaking@
  10957. speech
  10958. recognition
  10959. manager
  10960. docs@
  10961. sprites@
  10962. sprocketmain@
  10963. staging@
  10964. stdafx@
  10965. structures@
  10966. switch
  10967. system
  10968. related
  10969. cnvt@
  10970. target@
  10971. technotes
  10972. start
  10973. here@
  10974. telephony@
  10975. tesample
  10976. tester@
  10977. testgestalt@
  10978. testlinked
  10979. testmagic@
  10980. tetomltesample@
  10981. textfile
  10982. think
  10983. pascal
  10984. files@
  10985. tiff@
  10986. toolbox
  10987. assistant
  10988. multiple
  10989. tools
  10990. goodies@
  10991. topics@
  10992. translaterotate
  10993. ts3events@
  10994. ts3testapi
  10995. tsmte@
  10996. type@
  10997. uglobals@
  10998. ted could not be found."
  10999.     return
  11000. end try
  11001. e    No Changef
  11002. print
  11003. PicComments
  11004. driversq
  11005. Dev.CD Aug 00 TC Disk 2
  11006. All Packages
  11007. PICTDialogV
  11008. 86603X
  11009. 89870X
  11010. Aug 00^    TC Disk 2
  11011. --set theItem to choose file -- uncomment to test in an AS editor
  11012.     tell application "Finder"
  11013.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:QDMediaHandler:"
  11014.         activate
  11015.     end tell
  11016. on error errMsg number errNum
  11017.     --enter statements to perform when no records are found such as...
  11018.     display dialog "Sorry, the item you selected could not be found."
  11019.     return
  11020. end try
  11021. e    No Changeq
  11022. Dev.CD Aug 00 TC Disk 2
  11023. All Packages
  11024. QDMediaMaker
  11025. QDMMaker is a sample application that creates movies that use the QuickDraw media handler. Select a menu item in the Make menu to create one of four different movies. You can use these movies to test the QuickDraw media handler.
  11026. This code is based on the sample application code MakeMyMediaMovies by John Wang. See develop magazine, issue 14, for more information about the QuickDraw derived media handler.
  11027. 89871X
  11028. 1e    No Change
  11029. inder
  11030. callfinder
  11031. summary
  11032. services
  11033. allows
  11034. application
  11035. supercard
  11036. supersedes
  11037. superview
  11038. suport
  11039. supplement
  11040. supplementing
  11041. supplied
  11042. supply
  11043. support`
  11044. develop-ers
  11045. 89893X
  11046. Aug 00^    TC Disk 2
  11047. --set theItem to choose file -- uncomment to test in an AS editor
  11048.     tell application "Finder"
  11049.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtreadwritejpeg:"
  11050.         activate
  11051.     end tell
  11052. on error errMsg number errNum
  11053.     --enter statements to perform when no records are found such as...
  11054.     display dialog "Sorry, the item you selected could not be found."
  11055.     return
  11056. end try
  11057. e    No Changeq
  11058. Dev.CD Aug 00 TC Disk 2
  11059. All Packages
  11060. QTShellI
  11061. QTShell is a simple QuickTime and QuickTime VR viewer framework. It demonstrates how to incorporate QuickTime and QuickTime VR movie support into an application.
  11062. Can be compiled and run under the Mac OS and under Windows.J
  11063. Application Files
  11064. Building QT Samples
  11065. Common Files
  11066. QTShell 68k
  11067. QTShell 68k.mcp
  11068. QTShell PPC
  11069. QTShell PPC.mcp
  11070. QTShell Win.mcp
  11071. QTShell.exe
  11072. QTShell.mak
  11073. READMEO=Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:QTShell:V
  11074. 89894X
  11075. 1e    No Change
  11076. O7Dev.CD Sep 00 RL Disk 2:TechnicalPublications:hardware:P<Dev.CD Sep 00 RL Disk 2
  11077.  - TechnicalPublications
  11078.  - hardwaret
  11079. documents
  11080. properly
  11081. doesnt
  11082. dogcow
  11083. doidle
  11084. doin{
  11085. doing
  11086. domain
  11087. domestic
  11088. dominant
  11089. don'tu
  11090. e    No Changeq
  11091. Dev.CD Aug 00 TC Disk 2
  11092. All Packages
  11093. AudioConverter
  11094. 84453X
  11095. OBDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:PMDev.CD Aug 00 TC Disk 1
  11096.  - Tool Chest
  11097.  - Networking
  11098.  - MacTCP
  11099.  - ZapTCP 1.2.1V
  11100. 90706X
  11101. Aug 00^    TC Disk 1
  11102. --set theItem to choose file -- uncomment to test in an AS editor
  11103.     tell application "Finder"
  11104.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:ZapTCP 1.2.1:"
  11105.         activate
  11106.     end tell
  11107. on error errMsg number errNum
  11108.     --enter statements to perform when no records are found such as...
  11109.     display dialog "Sorry, the item you selected could not be found."
  11110.     return
  11111. end try
  11112. e    No Changef(MacTCP development Open Transport ZapTCPq
  11113. Dev.CD Aug 00 TC Disk 1
  11114. D!All Packages
  11115. Tool Chest Edition
  11116. ZoneRanger 1.1
  11117.     know@
  11118. language@
  11119. languages@
  11120. launch@
  11121. layouts@
  11122. leading-edge@
  11123. learning/testing@
  11124. levels@
  11125. licenses@
  11126. linguistically@
  11127. devices@
  11128. listed@
  11129. localizable@
  11130. locking@
  11131. looping@
  11132. ning{
  11133. gains
  11134. games{
  11135. gamesprockets
  11136. gamma
  11137. gammas
  11138. garbage
  11139. Change History
  11140. Extras
  11141. Quick Intro
  11142. WASTE 1.3
  11143. WASTE C/C++ Headers
  11144. WASTE Demo
  11145. WASTE Documentation
  11146. WASTE Pascal Interfaces
  11147. WASTELibK
  11148. Dec 95L
  11149. Feb 98M
  11150. System 7.0 or newer.N"WASTE, TextEdit, WorldScript, TextO6Dev.CD Aug 00 TC Disk 1:Sample Code:Contributed:WASTE:P>Dev.CD Aug 00 TC Disk 1
  11151.  - Sample Code
  11152.  - Contributed
  11153.  - WASTEV
  11154. 90678X
  11155. Aug 00^    TC Disk 1
  11156. --set theItem to choose file -- uncomment to test in an AS editor
  11157.     tell application "Finder"
  11158.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Contributed:WASTE:"
  11159.         activate
  11160.     end tell
  11161. on error errMsg number errNum
  11162.     --enter statements to perform when no records are found such as...
  11163.     display dialog "Sorry, the item you selected could not be found."
  11164.     return
  11165. end try
  11166. e    No Changef
  11167. WASTE
  11168. TextEdit
  11169. WorldScript
  11170. Textq
  11171. Dev.CD Aug 00 TC Disk 1
  11172. All Packages
  11173. WatchMe
  11174. 90679X
  11175. fonts
  11176. fonts
  11177. 6.0.4
  11178. tobias
  11179. today
  11180. enToHandle.c
  11181. QTFlattenToHandle.h
  11182. README.txtOHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtflattentohandle:PSDev.CD Aug 00 TC Disk 2
  11183.  - Sample Code
  11184.  - QuickTime
  11185.  - Goodies
  11186.  - qtflattentohandle
  11187. All Packages
  11188. System 7 Tune-UpO
  11189. Dev.CD Apr 92P
  11190. Dev.CD Apr 9V
  11191. 90295X
  11192. Apr 92
  11193. b--set theItem to choose file -- uncomment to test in an AS editor
  11194.     tell application "Finder"
  11195.         open item "Dev.CD Apr 92"
  11196.         activate
  11197.     end tell
  11198. on error errMsg number errNum
  11199.     --enter statements to perform when no records are found such as...
  11200.     display dialog "Sorry, the item you selected could not be found."
  11201.     return
  11202. end try
  11203. All Packages
  11204. System 7.0 Menu Def InfoI
  11205. Summary: This file contains some information describing how the standard System 7.0 MDEF works.  
  11206. Features: Use this information to upgrade your custom MDEFs to emulate the look of System 7.0.J
  11207. MenuHints.aK
  11208. Vol VIIIODDev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:PLDev.CD Aug 00 TC Disk 1
  11209.  - Tool Chest
  11210.  - Toolbox
  11211.  - System 7.0 Menu Def InfoV
  11212. 90296X
  11213. Aug 00^    TC Disk 1
  11214. e    No Change
  11215. routine
  11216. colorize
  11217. pixmap
  11218. dialog
  11219. hips{
  11220. mdiplayer
  11221. simpleedit
  11222. simpleplayer
  11223. mfcqtclasses
  11224. midiconverter
  11225. minilauncher
  11226. minilauncher
  11227. 1.3b5
  11228. modal
  11229. modal
  11230. textedit
  11231. modeless
  11232. modeless
  11233. dialog
  11234. sample
  11235. modern
  11236. modifymouseaccl
  11237. module
  11238. modules
  11239. monitor
  11240. moofwars
  11241. documentation
  11242. moreappleevents
  11243. morefiles
  11244. morefinderevents
  11245. moreisbetter
  11246. morenetworksetup
  11247. moreosl
  11248. mountalias
  11249. mountalias
  11250. mouse
  11251. mouseinfo
  11252. movablemodal
  11253. movie
  11254. moviebrowser
  11255. moviecallbacks
  11256. moviegworlds
  11257. movietoaiff
  11258. threaded
  11259. mpdelayuntiltest
  11260. mpfilecopy
  11261. mphelloworld
  11262. mphelloworld
  11263. pascal
  11264. mping
  11265. mping
  11266. mpintertasktime
  11267. mpperiodicaltest
  11268. script
  11269. 1.1.1
  11270. mpwtool
  11271. onescannerx
  11272. opp's
  11273. oracle
  11274. customer
  11275. million
  11276. windo
  11277. ResEditN(number formatting, ResEdit, localization
  11278. MainFrm.cpp
  11279. MainFrm.h
  11280. mssccprj.scc
  11281. ReadMe.txt
  11282. resource.h
  11283. SimpleEditMFC.cpp
  11284. SimpleEditMFC.dsp
  11285. SimpleEditMFC.dsw
  11286. SimpleEditMFC.exe
  11287. SimpleEditMFC.h
  11288. SimpleEditMFC.mak
  11289. SimpleEditMFC.rc
  11290. SimpleEditMFCDoc.cpp
  11291. SimpleEditMFCDoc.h
  11292. SimpleEditMFCView.cpp
  11293. SimpleEditMFCView.h
  11294. StdAfx.cpp
  11295. StdAfx.h
  11296. OHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:PSDev.CD Aug 00 TC Disk 2
  11297.  - Sample Code
  11298.  - QuickTime
  11299.  - Basics
  11300.  - MFC SimpleEdit.winare found such as...
  11301.     display dialog "Sorry, the item you selected could not be found."
  11302.     return
  11303. end try
  11304. e    No Changef&number formatting
  11305. ResEdit
  11306. localizationq
  11307. Dev.CD Aug 00 TC Disk 1
  11308. All Packages
  11309. Folder Watching
  11310. 87870X
  11311. g:Performance tools:PQDev.CD Aug 00 TC Disk 1
  11312.  - Tool Chest
  11313.  - Testing & Debugging
  11314.  - Performance toolsV
  11315. 86600X
  11316. Aug 00^    TC Disk 1
  11317. e    No Change
  11318. containing
  11319. containsS
  11320. contains
  11321. demonstrating
  11322. write
  11323. engine
  11324. contains
  11325. transport
  11326. software
  11327. development
  11328. contentz
  11329. locale
  11330. locale-insensitive
  11331. locale-sensitive
  11332. locales
  11333. luther
  11334. O-Dev.CD Jan 96 SSW
  11335. Dev.CD Jul 95
  11336. Dev.CD May 95P,Dev.CD Jan 96 SSW
  11337. Dev.CD Jul 95
  11338. Dev.CD May 9V
  11339. 90301X
  11340. Jan 96
  11341. --set theItem to choose file -- uncomment to test in an AS editor
  11342.     tell application "Finder"
  11343.         open item "Dev.CD Jan 96 SSW
  11344. Dev.CD Jul 95
  11345. Dev.CD May 95"
  11346.         activate
  11347.     end tell
  11348. on error errMsg number errNum
  11349.     --enter statements to perform when no records are found such as...
  11350.     display dialog "Sorry, the item you selected could not be found."
  11351.     return
  11352. end try
  11353. All Packages
  11354. System 7.5 Update 1.0O
  11355. Dev.CD Jan 96 SSWP
  11356. Dev.CD Jan 96 SSV
  11357. 90302X
  11358. Jan 96
  11359. f--set theItem to choose file -- uncomment to test in an AS editor
  11360.     tell application "Finder"
  11361.         open item "Dev.CD Jan 96 SSW"
  11362.         activate
  11363.     end tell
  11364. on error errMsg number errNum
  11365.     --enter statements to perform when no records are found such as...
  11366.     display dialog "Sorry, the item you selected could not be found."
  11367.     return
  11368. end try
  11369. All Packages
  11370. PPC EnablerO
  11371. Dev.CD Jul 95P
  11372. Dev.CD Jul 9V
  11373. 89850X
  11374. Jul 95
  11375. b--set theItem to choose file -- uncomment to test in an AS editor
  11376.     tell application "Finder"
  11377.         open item "Dev.CD Jul 95"
  11378.         activate
  11379.     end tell
  11380. on error errMsg number errNum
  11381.     --enter statements to perform when no records are found such as...
  11382.     display dialog "Sorry, the item you selected could not be found."
  11383.     return
  11384. end try
  11385. All Packages
  11386. PPC EnablerO
  11387. Dev.CD Jul 95P
  11388. Dev.CD Jul 9V
  11389. 89851X
  11390. Jul 95
  11391. b--set theItem to choose file -- uncomment to test in an AS editor
  11392.     tell application "Finder"
  11393.         open item "Dev.CD Jul 95"
  11394.         activate
  11395.     end tell
  11396. on error errMsg number errNum
  11397.     --enter statements to perform when no records are found such as...
  11398.     display dialog "Sorry, the item you selected could not be found."
  11399.     return
  11400. end try
  11401. All Packages
  11402. PPC EnablerO
  11403. Dev.CD Jul 95P
  11404. Dev.CD Jul 9V
  11405. 89852X
  11406. Jul 95
  11407. 90588X
  11408. Aug 00^    TC Disk 2
  11409. --set theItem to choose file -- uncomment to test in an AS editor
  11410.     tell application "Finder"
  11411.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Tabs LDEF:"
  11412.         activate
  11413.     end tell
  11414. on error errMsg number errNum
  11415.     --enter statements to perform when no records are found such as...
  11416.     display dialog "Sorry, the item you selected could not be found."
  11417.     return
  11418. end try
  11419. e    No Changeq
  11420. Dev.CD Aug 00 TC Disk 2
  11421. All Packages
  11422. Summary: The Tags Suite is a collection of MPW tools that help navigate interactively in source code. You can quickly and easily locate the source definitions of subroutines, structs and RECORDs, global variables, and more.
  11423. Features: Capable of tagging thousands of items in {AIncludes}, {CIncludes}, and {PInterfaces}, as well as in your own code. Tags are easily updated when source is changed. Easy to use, integrated with MPW, fast.
  11424. Jan 93V
  11425. 90589X
  11426. 1e    No Change
  11427. carbon
  11428. mib-clients
  11429. mib-documentation
  11430. mib-ii
  11431. mib-libraries
  11432. midiconverter
  11433. midiconverter
  11434. readme
  11435. midiconverter
  11436. readme
  11437. midiglue
  11438. mini-conference
  11439. minimaldeclrom
  11440. minimaldeclrom
  11441. misccode
  11442. misccode
  11443. misccode
  11444. missinglibraryroutin
  11445. missinglibraryroutin
  11446. rep-iso
  11447. hytime
  11448. standards
  11449. rep-iso/ccitt
  11450. standards
  11451. rep-mm
  11452. objects
  11453. mmodal
  11454. mmodal
  11455. mmodal
  11456. mmodal
  11457. mmouseinfo
  11458. mmouseinfo
  11459. modal
  11460. modal
  11461. textedit
  11462. modal
  11463. textedit
  11464. modaltextedit
  11465. modaltextedit
  11466. modeless
  11467. modeless
  11468. dialog
  11469. sample
  11470. modelessdialogsample
  11471. modelessdialogsample
  11472. modelessdialogsample
  11473. modified
  11474. modifymouseaccl
  11475. modifymouseaccl
  11476. modifymouseaccl
  11477. modifymouseaccl
  11478. working
  11479. sample
  11480. defproc
  11481. emulates
  11482. features
  11483. thrice@
  11484. throughput@
  11485. tile@
  11486. titled@
  11487. support
  11488. sales
  11489. products
  11490. apple
  11491. conjunction
  11492. tobias@
  11493. together@
  11494. tool's@
  11495. top-selling@
  11496. tracker@
  11497. translate@
  11498. trap@
  11499. triangular@
  11500. turned@
  11501. two-byte@
  11502. type@
  11503. typical@
  11504. under
  11505. memory
  11506. conditions
  11507. often
  11508. necessary
  11509. unified@
  11510. university@
  11511. unobtrusive@
  11512. up-to-date@
  11513. updatemovies@
  11514. updater@
  11515. usage@
  11516. use-nvramrc@
  11517. used@
  11518. training
  11519. using
  11520. verilog
  11521. without@
  11522. words@
  11523. wprocasm@
  11524. writes@
  11525. you'll@
  11526. you'll
  11527. access
  11528. documentation
  11529. software
  11530. technolo@
  11531. zooming@
  11532. 04/95@
  11533. 1.4.2@
  11534. 3dmf@
  11535. 89652X
  11536. Aug 00^    TC Disk 2
  11537. --set theItem to choose file -- uncomment to test in an AS editor
  11538.     tell application "Finder"
  11539.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC SimpleEdit.win:"
  11540.         activate
  11541.     end tell
  11542. on error errMsg number errNum
  11543.     --enter statements to perform when no records are found such as...
  11544.     display dialog "Sorry, the item you selected could not be found."
  11545.     return
  11546. end try
  11547. e    No Changeq
  11548. Dev.CD Aug 00 TC Disk 2
  11549. All Packages
  11550. MFC SimplePlayerI=A Microsoft MFC application that plays a movie with QuickTime
  11551. 3MainFrm.cpp
  11552. MainFrm.h
  11553. mssccprj.scc
  11554. ReadMe.txt
  11555. Resource.h
  11556. SimplePlayerMFC.cpp
  11557. SimplePlayerMFC.dsp
  11558. SimplePlayerMFC.dsw
  11559. SimplePlayerMFC.exe
  11560. SimplePlayerMFC.h
  11561. SimplePlayerMFC.mak
  11562. SimplePlayerMFC.rc
  11563. SimplePlayerMFCDoc.cpp
  11564. SimplePlayerMFCDoc.h
  11565. SimplePlayerMFCView.cpp
  11566. SimplePlayerMFCView.h
  11567. StdAfx.cpp
  11568. StdAfx.h
  11569. 89653X
  11570. 1e    No Change
  11571.  7.1, AppleScript
  11572. dynamically
  11573. dynamics
  11574. dynamo
  11575. uLawCodec.mcp
  11576. uLawCodec.r
  11577. uLawCodecDispatch.h
  11578. uLawCompressor.c
  11579. uLawDecompressor.cO5Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:AudioCodec:P=Dev.CD Aug 00 TC Disk 2
  11580.  - Sample Code
  11581.  - Sound
  11582.  - AudioCodecnter statements to perform when no records are found such as...
  11583.     display dialog "Sorry, the item you selected could not be found."
  11584.     return
  11585. end try
  11586. ghlights
  11587. issue
  11588. highlights
  11589. issue
  11590. highlights
  11591. issue
  11592. highlights
  11593. issue
  11594. highlights
  11595. issue
  11596. highlights
  11597. issue
  11598. highlights
  11599. issue
  11600. highlights
  11601. issue
  11602. highlights
  11603. issue
  11604. highlights
  11605. issue
  11606. highlights
  11607. issue
  11608. highlights
  11609. issue
  11610. highlights
  11611. issue
  11612. highlights
  11613. issue
  11614. summary
  11615. issue
  11616. highlights
  11617. issue
  11618. highlights
  11619. issue
  11620. highlights
  11621. issue
  11622. highlights
  11623. issue
  11624. highlights
  11625. issue
  11626. highlights
  11627. issue
  11628. highlights
  11629. format
  11630. keeps
  11631. O9Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:OOPTESample:PADev.CD Aug 00 TC Disk 2
  11632.  - Sample Code
  11633.  - Overview
  11634.  - OOPTESample DemoV
  11635. 87753X
  11636. Aug 00^    TC Disk 1
  11637. --set theItem to choose file -- uncomment to test in an AS editor
  11638.     tell application "Finder"
  11639.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  11640.         activate
  11641.     end tell
  11642. on error errMsg number errNum
  11643.     --enter statements to perform when no records are found such as...
  11644.     display dialog "Sorry, the item you selected could not be found."
  11645.     return
  11646. end try
  11647. e    No Changeq
  11648. Dev.CD Aug 00 TC Disk 1
  11649. All Packages
  11650. Data Access Manager US Demo
  11651. 87754X
  11652. developer
  11653. development~
  11654. devicesQ
  11655. devices
  11656. hardwareQ
  11657. directions{
  11658. diskimagecore
  11659. diskimagecore
  11660. dllmainl
  11661. dllmain
  11662. microsoft
  11663. foundation
  11664. class
  11665. multi-documment
  11666. interfac
  11667. floppy
  11668. builder
  11669. builds
  11670. disks
  11671. conforming
  11672. killer
  11673. content
  11674. workbook
  11675. sponsored
  11676. apple
  11677. comput
  11678. language
  11679. analysis
  11680. architecture
  11681. provides
  11682. applications
  11683. laserwriter
  11684. 8.5.1
  11685. release
  11686. contains
  11687. utilities
  11688. navigation
  11689. services
  11690. suite
  11691. greatly
  11692. enhances
  11693. system
  11694. picker
  11695. replaces
  11696. system
  11697. picker
  11698. 1.0.1
  11699. otchecknetfornbpname
  11700. sample
  11701. demonstrates
  11702. panoramic
  11703. image
  11704. rotated
  11705. counterclockwise
  11706. primary
  11707. purpose
  11708. sample
  11709. developer
  11710. orted into word processors, spreadsheets, or stat. packages.
  11711. Features: 
  11712.  Responses automatically send in over LocalTalk, AppleLink, or by floppy.
  11713.   Sixteen question formats.  
  11714.  Six page printable Help.  
  11715.  Enforces expiration date, discourages multiple responses.
  11716. PeopleSurveyor 2.1.2K
  11717. Oct 92M
  11718. HyperCard 2.1
  11719. me-formatasdosdisk
  11720. media
  11721. meenie
  11722. meenie
  11723. megamovies
  11724. memhell
  11725. memhell
  11726. 1.0a6
  11727. readme
  11728. memory
  11729. memory
  11730. management
  11731. menuu
  11732. menuhandler
  11733. menuhandler
  11734. menuhandler
  11735. menuhints
  11736. menuhints
  11737. menus
  11738. menus
  11739. menuscripter
  11740. menuscripter
  11741. sample
  11742. illustrating
  11743. scrolling
  11744. controls
  11745. sample
  11746. showing
  11747. asynchronously
  11748. record
  11749. sound
  11750. sample
  11751. accompany
  11752. chapter
  11753. introduction
  11754. sample
  11755. demonstrate
  11756. append
  11757. items
  11758. sample
  11759. illustrating
  11760. techniques
  11761. sample
  11762. example
  11763. application
  11764. demonstrates
  11765. sample
  11766. program
  11767. demonstrating
  11768. write
  11769. sample
  11770. program
  11771. demonstrate
  11772. direct
  11773. access
  11774. ether
  11775. 87782X
  11776. indows NT)
  11777. *Object-Oriented Programming and the Objective-C Language
  11778. *Topics in OPENSTEP Programming
  11779. JNDiscoveringOpenstepBook.pdf
  11780. IntroAppKitBook.pdf
  11781. IntroFoundationBook.pdf
  11782. READMEK
  11783. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  11784.  - What's New
  11785.  - Technical Documentaion
  11786.  - Rhapsody/OpenStep
  11787.  - RhapsodyDocumentation
  11788. testfunctions
  11789. testfunctions
  11790. testing
  11791. M[This is a software only package and is provided as a tool for use with VU 1.1.1 and VU 2.0.g4
  11792. g4enemy
  11793. g4enemy
  11794. g4externs
  11795. g4externs
  11796. g4graphics
  11797. g4graphics
  11798. g4interface
  11799. g4interface
  11800. g4lava
  11801. g4lava
  11802. g4main
  11803. g4main
  11804. g4play
  11805. g4play
  11806. g4prefs
  11807. g4prefs
  11808. g4resources
  11809. g4resources
  11810. g4setuptakedown
  11811. g4setuptakedown
  11812. g4sound
  11813. g4sound
  11814. g4utilities
  11815. g4utilities
  11816. games
  11817. gamesample
  11818. gamesample
  11819. gatewayT
  11820. gdevvideo
  11821. gdevvideo
  11822. gdevvideo
  11823. gender-based
  11824. 90185X
  11825. Feb 99^
  11826. --set theItem to choose file -- uncomment to test in an AS editor
  11827.     tell application "Finder"
  11828.         open item "Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:"
  11829.         activate
  11830.     end tell
  11831. on error errMsg number errNum
  11832.     --enter statements to perform when no records are found such as...
  11833.     display dialog "Sorry, the item you selected could not be found."
  11834.     return
  11835. end try
  11836. e    No Changef
  11837. engine
  11838. Internet
  11839. Sherlockq
  11840. Dev.CD Feb 99 TC
  11841. All Packages
  11842. ShimmerMate 2.0.1
  11843. nSummary: This latest version of ShimmerMate names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel (System 7.x systems only).
  11844. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  11845. Issues: These libraries and tools are not supported Apple products.
  11846. Virtual User tools.imgK
  11847. Jan 93V
  11848. 90186X
  11849. 1e    No Change
  11850. is a side effect of the way AutoGuest INI
  11851. Summary:  The Apple Grayscale Appearance for System 7.5 specification provides the information you need to create a grayscale appearance for System 7.5 products. It consists of an Acrobat document and two folders of SimpleText files of enlarged graphics showing the details of human interface elements.
  11852. Note:  Technically, any alterations made to elements of the System 7 interface require system patches and custom window, control and menu definitions that will likely conflict with the Appea
  11853. rance Manager when that application is run under Copland. These custom elements will likely not be able to switch to the different themes in Copland and instead they will visually remain as they were coded. To aid in the transition to Copland, Apple is providing the Apple Grayscale Appearance For System 7.5 specification for creating a grayscale appearance in System 7.5 products that is consistent with the default grayscale theme in Copland.  While coding to the grayscale appearance specif
  11854. gy. Editor's Note: MIcrotrends. News: Developer Support Enhancements; OpenDoc Support Builds; Educational PoweMac; QuickTime 2.1; Mac Common Lisp 3.0; PowerBook 5300 Shipments Resume; MAE for Japan; Copland Release Update
  11855. Technology: CD Highlights; OpenDoc HI FAQs; Optimizing PowerPC Programs
  11856. Business: Japanese Market Report; Confessions of New Mac Developer
  11857. Listings: DU Schedule; Internet Page
  11858. October 1995 Apple Directions Articles
  11859. News:  Apple Releases PowerPC Processor-Based PowerB
  11860. ook Computers; Strategy Mosaic: PCI-The Future of Macintosh Expansion; Editor
  11861.  Note: Doin What's Right; IndustryWatch: Enough to Make a Grown Man Cry; Macintosh DOS Compatible Systems Can Maintain Both Windows 3.x and Windows 95; New Power Macintosh Computers Outperform Pentium; Netscape Adopts QuickTime, QuickTime VR in Strategic Agreement; The Mac Speaks Back.
  11862. Technology:  CD Highlights: System Software Edition, October 1995; Human Interface: This Old Interface; QuickDraw 3D-The Future 
  11863. 90122X
  11864. Aug 00^    TC Disk 1
  11865. --set theItem to choose file -- uncomment to test in an AS editor
  11866.     tell application "Finder"
  11867.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Record RetrievePictInfo:"
  11868.         activate
  11869.     end tell
  11870. on error errMsg number errNum
  11871.     --enter statements to perform when no records are found such as...
  11872.     display dialog "Sorry, the item you selected could not be found."
  11873.     return
  11874. end try
  11875. e    No Changef'RecordRetrievePictInfo
  11876. RetrievePictInfoq
  11877. Dev.CD Aug 00 TC Disk 1
  11878. All Packages
  11879. Record sound specific rate
  11880. This sample shows how to use SPBRecord to record to memory, convert the
  11881. sampling rate to some arbitrary rate, and then write the recorded, rate
  11882. converted samples to disk, asynchronously, using PBWriteAsync.
  11883. This sample is useful for those developers who wish more flexibility
  11884. than what is offered with SPBRecordToFile, or for those wishing to record
  11885. at a rate not supported by the sound input driver.
  11886. soundconverter
  11887. simple
  11888. application
  11889. shows
  11890. soundinputsample
  11891. soundlevel
  11892. soundmanager
  11893. sounds
  11894. soundsnippets
  11895. soundsnippets
  11896. defines
  11897. functions
  11898. perform
  11899. common
  11900. soundsprocket
  11901. soundunit
  11902. sourceO
  11903. Summary: This is the electronic version of develop magazine.
  11904.  Issue 14 highlights:
  11905. Writing Localizable Applications  by Joseph Ternasky and Bryan K. (
  11906. Beaker
  11907. ) Ressler.   Some real-world tips and tricks demonstrating 
  11908. global-aware
  11909.  text-handling techniques that will help you write more localizable applications.
  11910. 3-D Rotation Using a 2-D Input Device  by Michael Chen.   A user interface technique for intuitive rotation of 3-D objects using a 2-D input device like a mouse or pen.
  11911. Video D
  11912. igitizing Under QuickTime  by Casey King and Gary Woodcock.   Whether you
  11913. re developing a video digitizer, writing an application to control one, or just curious about how it all works, this will tell you what you need to know.
  11914. Making Better QuickTime Movies  by Kip Olson.   How to optimize your QuickTime movies for quality playback from CD-ROM.
  11915. Print Hints: Syncing Up With ColorSync  by John Wang.   All about ColorSync, Apple
  11916. s color matching technology.
  11917. Graphical Truffles: Four Common
  11918. All Packages
  11919. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  11920. Dev.CD Jan 94
  11921. Dev.CD Oct 93
  11922. Dev.CD Jul 93
  11923. Dev.CD Apr 93PDDev.CD Apr 94
  11924. Dev.CD Jan 94
  11925. Dev.CD Oct 93
  11926. Dev.CD Jul 93
  11927. Dev.CD Apr 9V
  11928. 90556X
  11929. Apr 94
  11930. --set theItem to choose file -- uncomment to test in an AS editor
  11931.     tell application "Finder"
  11932.         open item "Dev.CD Apr 94
  11933. Dev.CD Jan 94
  11934. Dev.CD Oct 93
  11935. Dev.CD Jul 93
  11936. Dev.CD Apr 93"
  11937.         activate
  11938.     end tell
  11939. on error errMsg number errNum
  11940.     --enter statements to perform when no records are found such as...
  11941.     display dialog "Sorry, the item you selected could not be found."
  11942.     return
  11943. end try
  11944. All Packages
  11945. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  11946. Dev.CD Jan 94
  11947. Dev.CD Oct 93
  11948. Dev.CD Jul 93P6Dev.CD Apr 94
  11949. Dev.CD Jan 94
  11950. Dev.CD Oct 93
  11951. Dev.CD Jul 9V
  11952. 90557X
  11953. Apr 94
  11954. get1resource
  11955. getdraghilite
  11956. gethideonswitch
  11957. getkeysV
  11958. getlastchange
  11959. getmfsize
  11960. getnextevent
  11961. getnextfond
  11962. Save PICT fileIuCreates a QuickDraw PICT and saves it as a PICT file, including the required header of 512 bytes of nothing importantJ>My PICT File
  11963. SavePictFile(PPC)
  11964. SavePictFile.c
  11965. SavePictFile.mcpM    QuickDrawN
  11966. PICT file, save PICTO?Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Save PICT file:PGDev.CD Aug 00 TC Disk 1
  11967.  - Sample Code
  11968.  - Graphics 2D
  11969.  - Save PICT fileV
  11970. 90147X
  11971. Aug 00^    TC Disk 1
  11972. --set theItem to choose file -- uncomment to test in an AS editor
  11973.     tell application "Finder"
  11974.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Save PICT file:"
  11975.         activate
  11976.     end tell
  11977. on error errMsg number errNum
  11978.     --enter statements to perform when no records are found such as...
  11979.     display dialog "Sorry, the item you selected could not be found."
  11980.     return
  11981. end try
  11982. e    No Changef
  11983. PICT file
  11984. save PICTq
  11985. Dev.CD Aug 00 TC Disk 1
  11986. All Packages
  11987. Save Print Record
  11988. 90148X
  11989. All Packages
  11990. QuickDraw GXO#Dev.CD Aug 96 TC
  11991. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  11992. Dev.CD Jan 96 SDKV
  11993. 89956X
  11994. Aug 96
  11995. x--set theItem to choose file -- uncomment to test in an AS editor
  11996.     tell application "Finder"
  11997.         open item "Dev.CD Aug 96 TC
  11998. Dev.CD Jan 96 SDK1"
  11999.         activate
  12000.     end tell
  12001. on error errMsg number errNum
  12002.     --enter statements to perform when no records are found such as...
  12003.     display dialog "Sorry, the item you selected could not be found."
  12004.     return
  12005. end try
  12006. All Packages
  12007. QuickDraw GXO#Dev.CD Aug 96 TC
  12008. Dev.CD Jan 96 SDK1P"Dev.CD Aug 96 TC
  12009. Dev.CD Jan 96 SDKV
  12010. 89957X
  12011. Aug 96
  12012. summary
  12013. document
  12014. contains
  12015. helpful
  12016. converti@
  12017. summary
  12018. document
  12019. discusses
  12020. apple's
  12021. creating@
  12022. summary
  12023. software
  12024. apple
  12025. macintosh
  12026. display@
  12027. supporting@
  12028. copies
  12029. offscreen
  12030. gworlds
  12031. application
  12032. shows
  12033. quickdraw
  12034. pattern
  12035. mode@
  12036. folder
  12037. contains
  12038. archives
  12039. format
  12040. apple
  12041. package
  12042. contains
  12043. processor
  12044. emulator
  12045. extensions
  12046. snippet
  12047. shows
  12048. window
  12049. constrained
  12050. working
  12051. sample
  12052. defproc
  12053. emulates
  12054. features
  12055. user@
  12056. using
  12057. a-law
  12058. codecs@
  12059. contributed@
  12060. editor@
  12061. inc1@
  12062. ispcexchangeinstalle
  12063. oserr@
  12064. pleeditmfc
  12065. umafailure
  12066. carbon
  12067. carbonlib@
  12068. getwindowdevice@
  12069. performance
  12070. hardware
  12071. powerpc
  12072. bandwidth
  12073. cache
  12074. rates
  12075. toolkit@
  12076. getnextfond@
  12077. M`PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. Visual C++ 5.0 or later.
  12078. N$Windows, QuickTime, MFC, MDI, Player. V"
  12079.         activate
  12080.     end tell
  12081. on error errMsg number errNum
  12082.     --enter statements to perform when no records are found such as...
  12083.     display dialog "Sorry, the item you selected could not be found."
  12084.     return
  12085. end try
  12086. ol Chest:Hardware:Display & Video Hardware:Backlight Control:"
  12087.         activate
  12088.     end tell
  12089. on error errMsg number errNum
  12090.     --enter statements to perform when no records are found such as...
  12091.     display dialog "Sorry, the item you selected could not be found."
  12092.     return
  12093. end try
  12094. e    No Changeq
  12095. Dev.CD Aug 00 TC Disk 1
  12096. All Packages
  12097. F    BackScrap
  12098. 84461X
  12099. 89238X
  12100. Aug 00^    TC Disk 1
  12101. --set theItem to choose file -- uncomment to test in an AS editor
  12102.     tell application "Finder"
  12103.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Balloony:"
  12104.         activate
  12105.     end tell
  12106. on error errMsg number errNum
  12107.     --enter statements to perform when no records are found such as...
  12108.     display dialog "Sorry, the item you selected could not be found."
  12109.     return
  12110. end try
  12111. e    No Changef
  12112. balloon
  12113. dialogq
  12114. Dev.CD Aug 00 TC Disk 1
  12115. All Packages
  12116. Band Copying the Sequel
  12117. ~Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.  The purpose of this app is to show the problem that may occur when copying these individual bands and to provide one possible solution.
  12118. 89239X
  12119. 1e    No Change
  12120.  not be found."
  12121.     return
  12122. end try
  12123. 89366X
  12124. Sep 96^
  12125. --set theItem to choose file -- uncomment to test in an AS editor
  12126.     tell application "Finder"
  12127.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 14:"
  12128.         activate
  12129.     end tell
  12130. on error errMsg number errNum
  12131.     --enter statements to perform when no records are found such as...
  12132.     display dialog "Sorry, the item you selected could not be found."
  12133.     return
  12134. end try
  12135. Deletedq
  12136. Dev.CD Sep 96 RL
  12137. wD(All Packages
  12138. Reference Library Edition
  12139. develop Issue 15
  12140. pgpuam
  12141. slides
  12142. piccomments
  12143. piccomments
  12144. player
  12145. ploticons
  12146. ploticons
  12147. plstringfuncs
  12148. plug-ins
  12149. plugins
  12150. popups
  12151. popuptkl
  12152. popuptkl
  12153. popuptkl
  12154. portingobjectivectoj
  12155. portscanner
  12156. portscanner
  12157. portscanner
  12158. powerbook
  12159. powerbook
  12160. addendum
  12161. powerbook
  12162. powerbook
  12163. 2400c
  12164. OGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:PRDev.CD Aug 00 TC Disk 2
  12165.  - Sample Code
  12166.  - QuickTime
  12167.  - Basics
  12168.  - MFC MDIPlayer.winV
  12169. 89651X
  12170. Aug 00^    TC Disk 2
  12171. --set theItem to choose file -- uncomment to test in an AS editor
  12172.     tell application "Finder"
  12173.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MFC MDIPlayer.win:"
  12174.         activate
  12175.     end tell
  12176. on error errMsg number errNum
  12177.     --enter statements to perform when no records are found such as...
  12178.     display dialog "Sorry, the item you selected could not be found."
  12179.     return
  12180. end try
  12181. e    No Changef Windows
  12182. QuickTime
  12183. Playerq
  12184. Dev.CD Aug 00 TC Disk 2
  12185. All Packages
  12186. MFC SimpleEditIRA Microsoft MFC application that plays a movie with QuickTime and enables editing
  12187. 89652X
  12188. 1e    No Change
  12189. Aug 00^    TC Disk 1
  12190. e    No Change
  12191.  dialog, item, addO:Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  12192. 86593X
  12193. 1e    No Change
  12194. This snippet demonstrates record metering through the use of SPBGetDeviceInfo() and SPBSetDeviceInfo() using the siLevelMeterOnOff selector. The code calls SPBSetDeviceInfo() to initially set metering to off, then does a quick sampling of sound input using SPBGetDeviceInfo(). Metering is then turned on and sampling is repeated. This is an SIOW application and could be done more elegantly using a graphical representation for sound input levels. But you get the idea.
  12195. J(MeterTest(PPC)
  12196. MeterTest.c
  12197. MeterTest.mcpM
  12198. Sound Manager 3.2.1 or laterN
  12199. sound, record, MeterTestO4Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:MeterTest:P<Dev.CD Aug 00 TC Disk 2
  12200.  - Sample Code
  12201.  - Sound
  12202.  - MeterTestnd input driver showing how to make a PCI sound input driver rather than the classic 68K only sound input driver.J
  12203. Load PCI Driver(PPC)
  12204. PCI sample driver read me
  12205. PCI Sound Input driver.mcp
  12206. PCISoundInputDriver
  12207. PCISoundInputDriver.c
  12208. PCISoundInputDriver.rsrcK
  12209. Aug 97M
  12210. PCI Power MacChange
  12211. 89346X
  12212. Aug 00^    TC Disk 1
  12213. --set theItem to choose file -- uncomment to test in an AS editor
  12214.     tell application "Finder"
  12215.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager US Demo :"
  12216.         activate
  12217.     end tell
  12218. on error errMsg number errNum
  12219.     --enter statements to perform when no records are found such as...
  12220.     display dialog "Sorry, the item you selected could not be found."
  12221.     return
  12222. end try
  12223. e    No Changeq
  12224. Dev.CD Aug 00 TC Disk 1
  12225. All Packages
  12226. F    DateThing
  12227. 89347X
  12228. decompression&scalin
  12229. decompressorm
  12230. deepscreen
  12231. deepscreen
  12232. picker
  12233. deepscreen
  12234. picker
  12235. deepscreen
  12236. picker
  12237. ed in the public domain. See the READ ME for more info.
  12238. Balloonify.c
  12239. Balloonify.h
  12240. Balloony
  12241. Balloony.r
  12242. Balloony.RESOURCES
  12243. Balloony.
  12244. BalloonyHelp.r
  12245. BalloonyRes.h
  12246. main.c
  12247. Read Me
  12248. Sample OutputK
  12249. Dec 97O4Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Balloony:
  12250. animateentry
  12251. animatepalette
  12252. animation
  12253. antlr
  12254. documentedin
  12255. documentproc
  12256. documents`
  12257. docviewer
  12258. dodocumentclick
  12259. 1M    QuickTimeN    QuickTimeO?Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Windows.win:PGDev.CD Aug 00 TC Disk 2
  12260.  - Sample Code
  12261.  - QuickTime
  12262.  -  All Windows.winV
  12263. 89169X
  12264. Aug 00^    TC Disk 2
  12265. --set theItem to choose file -- uncomment to test in an AS editor
  12266.     tell application "Finder"
  12267.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Windows.win:"
  12268.         activate
  12269.     end tell
  12270. on error errMsg number errNum
  12271.     --enter statements to perform when no records are found such as...
  12272.     display dialog "Sorry, the item you selected could not be found."
  12273.     return
  12274. end try
  12275. e    No Changef    QuickTimeq
  12276. Dev.CD Aug 00 TC Disk 2
  12277. All Packages
  12278. AlternateBufferDisplayIoShows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  12279. JeAltBufferDisplay(PPC)
  12280. AlternateBufferDisplay.c
  12281. AlternateBufferDisplay.mcp
  12282. AlternateBufferDisplay.rsrcM
  12283. Color QuickDrawange
  12284. OBDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Parameters:PJDev.CD Aug 00 TC Disk 1
  12285.  - Tool Chest
  12286.  - Testing & Debugging
  12287.  - ParametersV
  12288. 90187X
  12289. Aug 00^    TC Disk 1
  12290. --set theItem to choose file -- uncomment to test in an AS editor
  12291.     tell application "Finder"
  12292.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Parameters:"
  12293.         activate
  12294.     end tell
  12295. on error errMsg number errNum
  12296.     --enter statements to perform when no records are found such as...
  12297.     display dialog "Sorry, the item you selected could not be found."
  12298.     return
  12299. end try
  12300. e    No Changeq
  12301. Dev.CD Aug 00 TC Disk 1
  12302. All Packages
  12303. Show Movie
  12304. 90188X
  12305. fullmove
  12306. fullmove
  12307. fulloffset
  12308. fulloffset
  12309. fullpath
  12310. fullpath
  12311. fullpath
  12312. fullremove
  12313. fullremove
  12314. fullrename
  12315. fullrename
  12316. fullreplace
  12317. fullreplace
  12318. fullreslist
  12319. fullreslist
  12320. fullsfpack
  12321. DroneZone is a QD3D application which was designed to use SoundSprocket to demonstrate 3D sound. It also became a good demonstration of InputSprocket, especially in this latest version. The DrawSprocket code is currently disabled, and should not be used as a DrawSprocket reference (SprocketInvaders is a much better choice for sample code to learn DrawSprocket). The QD3D code in DroneZone was written for QD3D 1.0, and until the code is updated, also should not be used as the foundation of a
  12322.  real project.
  12323. It has not been extensively tested. It is code written by the sprockets engineers, expressly to demonstrate the sprockets. The InputSprocket code in this version is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  12324. You will need to download InputSprocket 1.2.1 in order to build this project.
  12325. Feb 00
  12326. packages
  12327. qttimecode
  12328. timecode
  12329. track
  12330. movie
  12331. nts in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  12332. spritesp
  12333. spriteworld
  12334. spriteworld
  12335. spriteworld
  12336. release
  12337. notes
  12338. sprocket
  12339. sprocket
  12340. sprocket
  12341. sprocketinavders
  12342. sprocketinavders
  12343. sprocketinvaders
  12344. sprocketinvaders
  12345. sprocketinvaders
  12346. sprocketinvaders
  12347. cketmain
  12348. sprocketmain
  12349. sprocketsample
  12350. sprocketsample
  12351. sprocketsample
  12352. sprocketsample
  12353. sprocketsample
  12354. interfaces
  12355. files
  12356. sample
  12357. sresource
  12358. srlanguagemodeler
  12359. stackc
  12360. staging
  12361. staging
  12362. alerts
  12363. standalone
  12364. standalone
  12365. quick
  12366. start
  12367. standard
  12368. standardmenus
  12369. standardmenus
  12370. standards
  12371. start
  12372. start
  12373. started
  12374. starter
  12375. startup
  12376. 89733X
  12377. Jan 97^
  12378. --set theItem to choose file -- uncomment to test in an AS editor
  12379.     tell application "Finder"
  12380.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc:"
  12381.         activate
  12382.     end tell
  12383. on error errMsg number errNum
  12384.     --enter statements to perform when no records are found such as...
  12385.     display dialog "Sorry, the item you selected could not be found."
  12386.     return
  12387. end try
  12388. DeletedfPOpenDoc
  12389. Component Software
  12390. Compound Document Architecture
  12391. Objects
  12392. CORBAq
  12393. Dev.CD Jan 97 SDK2
  12394. D!All Packages
  12395. Mac OS SDK Edition
  12396. F(OpenDoc Development Framework, Release 3
  12397. commQ
  12398. communicationsQ
  12399. communications
  12400. toolboxQ
  12401. compilable
  12402. componentdispatchk
  12403. componentdispatch
  12404. componentdispatch
  12405. componentprototypesk
  12406. componentprototypes
  12407. componentss
  12408. compressionm
  12409. compression
  12410. prefixm
  12411. compressorm
  12412. connection
  12413. contextualu
  12414. contextual
  12415. manageru
  12416. This sample was written as a response to developers who found the system 7 WDEF too obscure an example when trying to create their own WDEFs. The part that seems to be more difficult is the colorization part.
  12417. This sample ONLY shows how to obtain the colors that embellish the new windows, although I tried to make it resemble the WDEF organization it is not to a sample on how to write one. All the code pertinent to the color is contained in the file WDEFColorSampleWDEF.c, this is all you wa
  12418. >nt to look at from the point of view of this sample, the other stuff comes from the Traffic Lights sample and it is better commented there.
  12419. Please read the accompanying technical note #298 "Color, Windows and 7.0" for more details.
  12420. NOTE: Clicking on the window shows the grow and goaway boxes in the highlited state.
  12421. readme
  12422. WDEFColorSample
  12423. WDEFColorSample(PPC)
  12424. WDEFColorSample.c
  12425. WDEFColorSample.h
  12426. WDEFColorSample.mcp
  12427. WDEFColorSample.r
  12428. WDEFColorSample.rsrc
  12429. WDEFColorSampleWDEF.c
  12430. symptom
  12431. synccatch
  12432. synccatch
  12433. debugging
  12434. catches
  12435. synchronous
  12436. synccmd
  12437. synch
  12438. synchronization
  12439. synchronizeB
  12440. synchronous
  12441. sysbeep
  12442. sysenvirons
  12443. systemP
  12444. topicsS
  12445. topseeturvee
  12446. total
  12447. tpifile
  12448. tpifile
  12449. tpifile
  12450. tpifile
  12451. tpifile
  12452. tpifileregister
  12453. tpifileregister
  12454. tpifiletest
  12455. tpifiletest
  12456. helper
  12457. traceroute
  12458. trackgworlds
  12459. trackgworlds
  12460. trackgworlds
  12461. traddriverloaderlib
  12462. traddriverloaderlib
  12463. traddriverloaderlib
  12464. traddriverloaderlib
  12465. traddriverloaderlib
  12466. traditional
  12467. traffic
  12468. trainingS
  12469. transferprovider
  12470. transferprovider
  12471. transferprovider
  12472. transferprovider
  12473. transitioneffect
  12474. transitioneffect
  12475. transitions
  12476. transitions
  12477. themes
  12478. translaterotate
  12479. translation
  12480. translation
  12481. extensions
  12482. translator
  12483. transport
  12484. transports
  12485. traputils
  12486. traputils
  12487. traputils
  12488. trootobj
  12489. trootobj
  12490. ts3testapi
  12491. bucket
  12492. budget
  12493. bufcallback
  12494. bufferr
  12495. buffercmd
  12496. buffered
  12497. buffering
  12498. buffers
  12499. bugfix
  12500. buggy
  12501. buginfo
  12502. bugsT
  12503. bugs/incompatibilite
  12504. buildc
  12505. build/settings
  12506. builder
  12507. buildglfromwindow
  12508. All Packages
  12509. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  12510. Dev.CD Jan 94
  12511. Dev.CD Oct 93
  12512. Dev.CD Jul 93
  12513. Dev.CD Apr 93PDDev.CD Apr 94
  12514. Dev.CD Jan 94
  12515. Dev.CD Oct 93
  12516. Dev.CD Jul 93
  12517. Dev.CD Apr 9V
  12518. 90367X
  12519. Apr 94
  12520. --set theItem to choose file -- uncomment to test in an AS editor
  12521.     tell application "Finder"
  12522.         open item "Dev.CD Apr 94
  12523. Dev.CD Jan 94
  12524. Dev.CD Oct 93
  12525. Dev.CD Jul 93
  12526. Dev.CD Apr 93"
  12527.         activate
  12528.     end tell
  12529. on error errMsg number errNum
  12530.     --enter statements to perform when no records are found such as...
  12531.     display dialog "Sorry, the item you selected could not be found."
  12532.     return
  12533. end try
  12534. All Packages
  12535. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  12536. Dev.CD Jan 94
  12537. Dev.CD Oct 93
  12538. Dev.CD Jul 93P6Dev.CD Apr 94
  12539. Dev.CD Jan 94
  12540. Dev.CD Oct 93
  12541. Dev.CD Jul 9V
  12542. 90368X
  12543. Apr 94
  12544. parsons
  12545. part{
  12546. partial
  12547. participation
  12548. 750203540
  12549. 7editO
  12550. 651-3561
  12551. 651-7584
  12552. 65c02
  12553. 68000
  12554. 68020u
  12555. 68030
  12556. 68040
  12557. 680x0
  12558. 68881/2
  12559. powerpc
  12560. newer
  12561. machines
  12562. running
  12563. system
  12564. later
  12565. 7.5.1
  12566. 7.5.2
  12567. 7.5.3
  12568. 73007200/1207200/906
  12569. 730513255
  12570. 7editO
  12571. system
  12572. software
  12573. subjects
  12574. sublaunch
  12575. submission
  12576. submit
  12577. subprocesses
  12578. subroutine
  12579. subroutines
  12580. subsampling
  12581. subsection
  12582. subsequent
  12583. subset
  12584. subspace
  12585. substantially
  12586. substitute
  12587. substitution
  12588. subtle
  12589. subtype
  12590. succeed
  12591. success
  12592. successfulw
  12593. successfully
  12594. suchR
  12595. suddenly
  12596. control
  12597. informatiB
  12598. summary
  12599. hypercard
  12600. create
  12601. resolve
  12602. aliasesn
  12603. summary
  12604. technical
  12605. notes
  12606. contain
  12607. latest
  12608. summary
  12609. parser
  12610. allow
  12611. access
  12612. system'sW
  12613. ughts on what makes a well implemented preferences file, and a library to help.
  12614. Somewhere in QuickTime: Basic Movie Playback Support  by Peter Hoddie.  Some common problems to avoid, with special attention to compatibility with future releases.
  12615. Graphical Truffles:  The Debugging Version of QuickDraw GX  by Pete (
  12616. ) Alexander.  How to take advantage of the debugging version during development, along with news about a few changes.
  12617. Balance of Power: Enhancing PowerPC Native Speed  by D
  12618. Dave Evans.  Coding tips for getting the most speed out of the PowerPC processor. 
  12619. History of the Dogcow, Part 2 by Mark (
  12620. The Red
  12621. ) Harlan.  The rest of the story:  distribution and paraphernalia.
  12622. J&develop Issue 18
  12623. develop Issue 18 codeK
  12624. Vol IIIL
  12625. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 18:PQDev.CD Sep 00 RL Disk 1
  12626.  - Technical Documentation
  12627.  - Develop
  12628.  - develop Issue 18
  12629. standards
  12630. based
  12631. starmax
  12632. state
  12633. statements
  12634. status
  12635. OZDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:PhDev.CD Aug 00 TC Disk 2
  12636.  - Sample Code
  12637.  - QuickTime
  12638.  -  All Java
  12639.  - QuickTime for Java
  12640.  - SGCapture2DiskV
  12641. 90183X
  12642. Aug 00^    TC Disk 2
  12643. --set theItem to choose file -- uncomment to test in an AS editor
  12644.     tell application "Finder"
  12645.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:SGCapture2Disk:"
  12646.         activate
  12647.     end tell
  12648. on error errMsg number errNum
  12649.     --enter statements to perform when no records are found such as...
  12650.     display dialog "Sorry, the item you selected could not be found."
  12651.     return
  12652. end try
  12653. e    No Changef
  12654. QuickTime
  12655. Dev.CD Aug 00 TC Disk 2
  12656. All Packages
  12657. ShadingWinds
  12658. 90184X
  12659. psort
  12660. helloworld
  12661. helloworld
  12662. helpQ
  12663. Summary:  Convert
  12664. Projects is a utility which will read a THINK C or THINK Pascal project, and produce an equivalent (or nearly so) Code Warrior project. This is particularly useful for large projects, in which manually adding and segmenting the project would be tiresome or impractical.  See the document "About Convert
  12665. Projects" for details.
  12666. Convert
  12667. Projects is -NOT- a source code converter. If your code uses non-portable constructs that aren
  12668. t supported by the Code Warrior compilers, you
  12669.  will need to manually change your code.
  12670. Issues:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.  If you have questions or problems with Convert
  12671. Projects, please contact the authors by one of the following means:
  12672.   Internet: bbedit@world.std.com
  12673.   CIS: 73051,3255
  12674.   AppleLink: BARE.BONES
  12675.   Fax: (508) 651-7584
  12676.   Phone: (508) 651-3561
  12677.   Mail:  Bare Bones Software
  12678.       c/o R. Siegel
  12679.       1 Larkspur W
  12680. --set theItem to choose file -- uncomment to test in an AS editor
  12681.     tell application "Finder"
  12682.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CopyMask:"
  12683.         activate
  12684.     end tell
  12685. on error errMsg number errNum
  12686.     --enter statements to perform when no records are found such as...
  12687.     display dialog "Sorry, the item you selected could not be found."
  12688.     return
  12689. end try
  12690. ors:  This application demonstrates two methods of collecting colors used by Pict resou
  12691. rces: the Picture Utilities package and Jon Zap's KnowsPict application. Each method gives different results.
  12692. Color Marquee:  The proverbial marching ants, this time in red!
  12693. Color Picker:  This app provides a quick example of how to change palette colors using the Color Picker Package. The program simply creates a palette, attaches it to a window, then calls color picker routines whenever a user clicks in the window to change a color
  12694. ColorizePict:  Snippet to illustrate how to use CopyB
  12695. Objective-C Framework ReferenceN8WebObjects, WebObjects 4.5, Mac OS X Server, Web ObjectsO9Dev.CD Sep 00 RL Disk 2:TechnicalPublications:webobjects:P>Dev.CD Sep 00 RL Disk 2
  12696.  - TechnicalPublications
  12697.  - webobjectsecolorim
  12698. creates
  12699. creates
  12700. containing
  12701. txratio
  12702. opcod
  12703. creates
  12704. quickdraw
  12705. saves
  12706. includi
  12707. creativity
  12708. creator
  12709. creator/file
  12710. crimes
  12711. critical[
  12712. critically
  12713. cropping
  12714. cross-industry
  12715. cross-platform{
  12716. crucial
  12717. cryptic
  12718. cryptographic
  12719. culture{
  12720. curbow
  12721. curious
  12722. current
  12723. --set theItem to choose file -- uncomment to test in an AS editor
  12724.     tell application "Finder"
  12725.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPW Script Tips 1.1.1:"
  12726.         activate
  12727.     end tell
  12728. on error errMsg number errNum
  12729.     --enter statements to perform when no records are found such as...
  12730.     display dialog "Sorry, the item you selected could not be found."
  12731.     return
  12732. end try
  12733. utilityq
  12734. Dev.CD Sep 00 RL Disk 1
  12735. All Packages
  12736. Disk I/O Performance Tools
  12737. 87814X
  12738. nterfaces found on GX 1.0 SDK.  The interfaces also include the new API calls which were added in GX 1.1.1.  The library files have also been updated to use the new GX interfaces.
  12739.  The GX Library code have also been edited to use the new GX interfaces and libraries.  Please see the "GX Libs & Tools - Read Me" for more information of the changes.
  12740.  There are a few new samples and several of the old samples have be edited to use the new GX inter
  12741. menuscripter
  12742. menuscripter
  12743. menuscripter
  12744. menuscripter
  12745. menusstuff
  12746. menusstuff
  12747. menustuff
  12748. menustuff
  12749. menustuff
  12750. menutest
  12751. mergeitems
  12752. mergeitems
  12753. message
  12754. meta-content
  12755. meta-content
  12756. format
  12757. metertest
  12758. metertest
  12759. metertest
  12760. metertest
  12761. metrowerks
  12762. it to keep temporary files. 
  12763. This is not intended to be a definitive 'document' on how to EFimplement these features, but 
  12764. illustrates one approach you can take. 
  12765. QAppleEventStuff.c
  12766. AppleEventStuff.h
  12767. DialogStuff.c
  12768. DialogStuff.h
  12769. DragStuff.c
  12770. Fragment Tool(PPC)
  12771. Fragment Tool.mcp
  12772. Fragments.c
  12773. FragmentStuff.h
  12774. FragmentTool.c
  12775. FragmentTool.h
  12776. FragmentTool.rsrc
  12777. Initialize.c
  12778. Lists.c
  12779. MenusStuff.c
  12780. MenuStuff.h
  12781. Prototypes.h
  12782. ReadMe-Fragment Tool
  12783. Streams.c
  12784. Streams.h
  12785. Test Fragments
  12786. Utilities.c
  12787. Utilities.h
  12788. Windows.c
  12789. Jan 96L
  12790. May 97N
  12791. CFM, Code Fragment Managermay require, such as 
  12792. 89650X
  12793. Aug 00^    TC Disk 2
  12794. --set theItem to choose file -- uncomment to test in an AS editor
  12795.     tell application "Finder"
  12796.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:MeterTest:"
  12797.         activate
  12798.     end tell
  12799. on error errMsg number errNum
  12800.     --enter statements to perform when no records are found such as...
  12801.     display dialog "Sorry, the item you selected could not be found."
  12802.     return
  12803. end try
  12804. e    No Changef
  12805. sound
  12806. record
  12807. MeterTestq
  12808. Dev.CD Aug 00 TC Disk 2
  12809. All Packages
  12810. MFC MDIPlayerIXThe is a Microsoft Foundation Class, Multi-Documment Interface version of the QT Player.
  12811. *ChildFrm.cpp
  12812. ChildFrm.h
  12813. MainFrm.cpp
  12814. MainFrm.h
  12815. MFCMDIPlayer.cpp
  12816. MFCMDIPlayer.dsp
  12817. MFCMDIPlayer.dsw
  12818. MFCMDIPlayer.exe
  12819. MFCMDIPlayer.h
  12820. MFCMDIPlayer.mak
  12821. MFCMDIPlayer.rc
  12822. MFCMDIPlayerDoc.cpp
  12823. MFCMDIPlayerDoc.h
  12824. MFCMDIPlayerView.cpp
  12825. MFCMDIPlayerView.h
  12826. mssccprj.scc
  12827. ReadMe.txt
  12828. Resource.h
  12829. StdAfx.cpp
  12830. StdAfx.h
  12831. 89651X
  12832. 1e    No Change
  12833. roperly support the standard event loop
  12834. Advanced Web Site Technique.pdf
  12835. Avoid Audio Pitfalls Guide.pdf
  12836. CompbasedMediaBroadcastEnv
  12837. Creating MIDI for the Web3.pdf
  12838. DeBabelizer 3.0.pdf
  12839. Design For Reuse.pdf
  12840. DesignForRobustness
  12841. Digital Asset Management.pdf
  12842. Digital Storyboard.pdf 
  12843. DVD Development.pdf
  12844. DVD_Primer.pdf
  12845. Enhanced CD Survival Guide.pdf
  12846. EOModeler
  12847. Frameworks.pdf
  12848. Gender-Based Title Creation.pdf
  12849. Int_Media_Writer_Resources.pdf
  12850. Java Survival Guide.pdf
  12851. Making Cool QD3D Apps.pdf
  12852. Music on the Net.pdf
  12853. New Audio Features QT3.pdf
  12854. Porting
  12855. kObjectiveCtoJava
  12856. Push Tech Survival Gd.pdf
  12857. QT3-More Than Dig. Video.pdf
  12858. Simplified Stream Audio.pdf
  12859. Web Animation Guide.pdf
  12860. WebObjects Database Part I.pdf
  12861. WebObjects Database Part II.pdf
  12862. WebObjects Memory Mgmt.pdf
  12863. WebObjects Tools and Techniques
  12864. WebObjectsCategories&Posers.pdf
  12865. WebObjectsPerformanceTuning
  12866. Working with WebObjects.pdf
  12867. Writing for Interactive Media
  12868. atrapper
  12869. audio
  12870. torsy
  12871. developerS
  12872. developers
  12873. directions{
  12874. driver
  12875. Slot, Slot Manager, Slot Mgr., Declaration, ROM, configuration, configuration ROM, NuBus, CRC,  CRCPatch, CRCCalc, Data, tjs comm
  12876. scrollingtextuserpan
  12877. scrollingtextuserpan
  12878. scrollingtextuserpan
  12879. scrollingtextuserpan
  12880. scrollingtextuserpan
  12881. async
  12882. sample
  12883. async
  12884. sample
  12885. async
  12886. sample
  12887. async
  12888. sample
  12889. async
  12890. sample
  12891. driveidsample
  12892. driveidsample
  12893. driver
  12894. example
  12895. devices
  12896. devices
  12897. inquiry
  12898. asynch
  12899. inquiry
  12900. simple
  12901. inquiry
  12902. synch
  12903. simple
  12904. sample
  12905. simple
  12906. sample
  12907. simple
  12908. sample
  12909. simple
  12910. sample
  12911. tools
  12912. tools
  12913. sample
  12914. sample
  12915. vblsample
  12916. asyncsample
  12917. scsiasyncsample
  12918. scsidriveidsample
  12919. purpose
  12920. menuscripter
  12921. sample
  12922. demonstrat
  12923.  uncomment to test in an AS editor
  12924.     tell application "Finder"
  12925.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Fragment Tool:"
  12926.         activate
  12927.     end tell
  12928. on error errMsg number errNum
  12929.     --enter statements to perform when no records are found such as...
  12930.     display dialog "Sorry, the item you selected could not be found."
  12931.     return
  12932. end try
  12933. e    No Changef
  12934. Code Fragment Managerq
  12935. Dev.CD Aug 00 TC Disk 2
  12936. D!All Packages
  12937. Mac OS SDK Edition
  12938. GameSprocket SDKs
  12939.     ckages
  12940. Tool Chest Edition
  12941. PCCTS 1.31
  12942. QJaTest Code
  12943. TestLinked
  12944. TestLinked.prefix.h
  12945. TestLinked.
  12946. TestShared
  12947. TestShared.prefix.h
  12948. TestShared.
  12949. OJDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Test Code:PUDev.CD Aug 00 TC Disk 1
  12950.  - Sample Code
  12951.  - Graphics 3D
  12952.  - RAVE 1.5 DevKit
  12953.  - Test CodeV
  12954. 90609X
  12955. Aug 00^    TC Disk 1
  12956. --set theItem to choose file -- uncomment to test in an AS editor
  12957.     tell application "Finder"
  12958.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:Test Code:"
  12959.         activate
  12960.     end tell
  12961. on error errMsg number errNum
  12962.     --enter statements to perform when no records are found such as...
  12963.     display dialog "Sorry, the item you selected could not be found."
  12964.     return
  12965. end try
  12966. e    No Changeq
  12967. Dev.CD Aug 00 TC Disk 1
  12968. All Packages
  12969. TestQDIIThis sample will display the version of QuickDraw which you are running.
  12970. J$TestGestalt.c
  12971. TestQD(PPC)
  12972. TestQD.mcpM
  12973. System 6.0.4O8Dev.CD Aug 00 TC Disk 2:Sample Code:OS Utilities:TestQD:V
  12974. 90610X
  12975. 1e    No Change
  12976. vu-meter
  12977. vu-meter
  12978. vu3.0.1d3B
  12979. vu3.0.1d3
  12980. vumeters
  12981. wake100
  12982. wake100
  12983. wake100
  12984. wakeinit
  12985. wakeinit
  12986. walltowalldialog
  12987. walltowalldialog
  12988. walltowalldialog
  12989. waste
  12990. waste
  12991. waste
  12992. headers
  12993. waste
  12994. waste
  12995. documentation
  12996. waste
  12997. pascal
  12998. interfaces
  12999. wastelib
  13000. watcher
  13001. watchme
  13002. watchme
  13003. watchme
  13004. watchme
  13005. watchme
  13006. watchme
  13007. watchme
  13008. watchme
  13009. watchme
  13010. watchme
  13011. watchme
  13012. wavelet
  13013. wavelet
  13014. display
  13015. webobjectsandjava
  13016. webobjectscategories
  13017. webobjectscategories
  13018. webobjectsperformanc
  13019. hypercard
  13020. what's`
  13021. what's
  13022. 1.4.2g
  13023. what's
  13024. what's
  13025. bbedit
  13026. what's
  13027. 1.5.1
  13028. Version 1.1: Adds windowed mode that allows creation of an OpenGL context on an already existing window.  Also, cleans up existing implementation of fullscreen mode.  SetupGL still handles all aspects of GL setup on the Macintosh.
  13029. Version 1.0: Added PreflightGL () function.  Fixed various minor errors.  Corrected fade implementation.  Added a little more robustness in the application end in failure conditions, fixed problem with aglFont handling.
  13030. SetupGL is a set of functions that can be
  13031.  used in new and existing applications to handle all aspects of OpenGL setup on the Macintosh under OS 9.  It is designed to handle windowed or full screen set up with good error handling and fall back cases.  The key to SetupGL is that it attempts to match your 3D context requests with the device that is able to handle them rather than pick a single device and hoping that it can handle the 3D requirements.  A version of SetupGL is used in the "Quake III Arena" for the Macintosh by id Soft
  13032. difficult
  13033. application
  13034. support
  13035. features
  13036. based
  13037. provided
  13038. develop
  13039. article
  13040. ce Toolbox
  13041.  - Fragment Toolevelopment Kits:Hardware:PC Card SDKs:"
  13042.         activate
  13043.     end tell
  13044. on error errMsg number errNum
  13045.     --enter statements to perform when no records are found such as...
  13046.     display dialog "Sorry, the item you selected could not be found."
  13047.     return
  13048. end try
  13049. e    No Changeq
  13050. Dev.CD Oct 00 SDK1
  13051. All Packages
  13052. PCCardNetworkSample
  13053. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  13054. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  13055. dzevenmoreresources
  13056. dzevents
  13057. dzevents
  13058. dzevents
  13059. dzgame
  13060. dzgame
  13061. dzgame
  13062. dzinput
  13063. dzinput
  13064. dzinput
  13065. dzisppresets
  13066. dzisppresets
  13067. dzisppresets
  13068. dzkeycap
  13069. dzkeycap
  13070. dzmain
  13071. dzmain
  13072. dzmain
  13073. dzmenu
  13074. dzmenu
  13075. dzmenu
  13076. dzmoreresources
  13077. dzmoreresources
  13078. dzprefix
  13079. dzprefix
  13080. dzresource
  13081. dzresource
  13082. dzresource
  13083. dzsound
  13084. dzsound
  13085. dzsound
  13086. dzsound
  13087. dzspace
  13088. dzspace
  13089. dzspace
  13090. dzthumbprint
  13091. dzthumbprint
  13092. dzutils
  13093. dzutils
  13094. dzutils
  13095. dzversion
  13096. dzversion
  13097. e-spanish
  13098. easyview
  13099. editcdev
  13100. editcdev
  13101. editcdev
  13102. leservices
  13103. business
  13104. business
  13105. opp's
  13106. germany
  13107. butcdef
  13108. butcdef
  13109. contextualu
  13110. contextual
  13111. manageru
  13112. contrast
  13113. All Packages
  13114. F    QuickTimeO
  13115. Dev.CD Oct 93
  13116. Dev.CD Jul 93P
  13117. Dev.CD Oct 93
  13118. Dev.CD Jul 9V
  13119. 90057X
  13120. Oct 93
  13121. p--set theItem to choose file -- uncomment to test in an AS editor
  13122.     tell application "Finder"
  13123.         open item "Dev.CD Oct 93
  13124. Dev.CD Jul 93"
  13125.         activate
  13126.     end tell
  13127. on error errMsg number errNum
  13128.     --enter statements to perform when no records are found such as...
  13129.     display dialog "Sorry, the item you selected could not be found."
  13130.     return
  13131. end try
  13132. All Packages
  13133. F    QuickTimeO
  13134. Dev.CD Oct 93
  13135. Dev.CD Jul 93P
  13136. Dev.CD Oct 93
  13137. Dev.CD Jul 9V
  13138. 90058X
  13139. Oct 93
  13140. p--set theItem to choose file -- uncomment to test in an AS editor
  13141.     tell application "Finder"
  13142.         open item "Dev.CD Oct 93
  13143. Dev.CD Jul 93"
  13144.         activate
  13145.     end tell
  13146. on error errMsg number errNum
  13147.     --enter statements to perform when no records are found such as...
  13148.     display dialog "Sorry, the item you selected could not be found."
  13149.     return
  13150. end try
  13151. All Packages
  13152. csmp-digest-v3-113
  13153. csmp-digest-v3-114
  13154. csmp-digest-v3-115
  13155. csmp-digest-v3-116
  13156. csmp-digest-v3-117
  13157. csmp-digest-v3-118
  13158. csmp-digest-v3-119
  13159. csmp-digest-v3-120
  13160. csmp-digest-v3-121
  13161. csmp-digest-v3-122
  13162. csmp-digest-v3-123
  13163. csmp-digest-v3-125
  13164. csmp-digest-v3-126
  13165. csmp-digest-v3-127
  13166. csmp-digest-v3-128
  13167. csmp-digest-v3-129
  13168. csmp-digest-v3-130
  13169. csmp-digest-v3-131
  13170. csmp-digest-v3-132
  13171. csmp-digest-v3-133
  13172. csmp-digest-v3-134
  13173. csmp-digest-v3-135
  13174. csmp-digest-v3-136
  13175. csmp-digest-v3-138
  13176. csmp-digest-v3-139
  13177. csmp-digest-v3-140
  13178. csmp-digest-v3-141
  13179. csmp-digest-v3-142
  13180. csmp-digest-v3-143
  13181. csmp-digest-v3-144
  13182. csmp-digest-v3-145
  13183. csmp-digest-v3-146
  13184. csmp-digest-v3-147
  13185. csmp-digest-v3-148
  13186. ct-009-4433
  13187. ct-009-4433
  13188. install
  13189. ct-009-4434
  13190. ct-009-4434
  13191. install
  13192. ct-009-4435
  13193. ct-009-4435
  13194. install
  13195. ct-009-4436
  13196. ct-009-4436
  13197. ct-009-4437
  13198. ct-009-4437
  13199. All Packages
  13200. System UpdateO
  13201. Dev.CD Apr 94P
  13202. Dev.CD Apr 9V
  13203. 90585X
  13204. Apr 94
  13205. b--set theItem to choose file -- uncomment to test in an AS editor
  13206.     tell application "Finder"
  13207.         open item "Dev.CD Apr 94"
  13208.         activate
  13209.     end tell
  13210. on error errMsg number errNum
  13211.     --enter statements to perform when no records are found such as...
  13212.     display dialog "Sorry, the item you selected could not be found."
  13213.     return
  13214. end try
  13215. All Packages
  13216. System UpdateO
  13217. Dev.CD Apr 94
  13218. Dev.CD Jan 94P
  13219. Dev.CD Apr 94
  13220. Dev.CD Jan 9V
  13221. 90586X
  13222. Apr 94
  13223. p--set theItem to choose file -- uncomment to test in an AS editor
  13224.     tell application "Finder"
  13225.         open item "Dev.CD Apr 94
  13226. Dev.CD Jan 94"
  13227.         activate
  13228.     end tell
  13229. on error errMsg number errNum
  13230.     --enter statements to perform when no records are found such as...
  13231.     display dialog "Sorry, the item you selected could not be found."
  13232.     return
  13233. end try
  13234. All Packages
  13235. System UpdateO
  13236. Dev.CD Apr 94V
  13237. 90587X
  13238. O>Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTCodeResource:PFDev.CD Aug 00 TC Disk 2
  13239.  - Sample Code
  13240.  - Networking
  13241.  - OTCodeResourceV
  13242. 89746X
  13243. Aug 00^    TC Disk 2
  13244. --set theItem to choose file -- uncomment to test in an AS editor
  13245.     tell application "Finder"
  13246.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTCodeResource:"
  13247.         activate
  13248.     end tell
  13249. on error errMsg number errNum
  13250.     --enter statements to perform when no records are found such as...
  13251.     display dialog "Sorry, the item you selected could not be found."
  13252.     return
  13253. end try
  13254. e    No ChangefWOpen Transport
  13255. code resource
  13256. CodeWarrior
  13257. ethernet address
  13258. hardware addressq
  13259. Dev.CD Aug 00 TC Disk 2
  13260. All Packages
  13261. OTDumpInternetStatusI
  13262. This sample demonstrates how to write an application that dumps out various information on the Open Transport TCP/IP protocol stack, much like the netstat program on UNIX.K
  13263. May 98L
  13264. Jun 98V
  13265. 89747X
  13266. 1e    No Change
  13267. nsport where possible.
  13268. Aug 93L
  13269. osaic (Blueprint for Future: Publishing); Editor's Note (The Shadow Doesn't Know); IndustryWatch.
  13270. Technology: News (ETO and MPW Pro #16; New Paper Tech Notes)CD Highlights;  Human Interface (Fad Gadgets); OpenDoc HI Q&A, pt 2; QuickTime 2.0.
  13271. Business & Marketing:  Marketing Feature (HyperCard Alive and Well).
  13272. This is final draft copy from the February Apple Directions, 
  13273.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  F
  13274. or permission, contact the editor on AppleLink at A.DIRECTIONS. 
  13275. January 1995 Apple Directions Articles
  13276. News: Apple News (Announcing Pippin; Macintosh Brand Strongest; Macintosh Top-Selling; Windows/DOS on Macintosh; Newton Developer Support; Apple Expands; QuickTime 2.0); Strategy Mosaic (Power Macintosh Developers Speak); Editor's Note (Games); IndustryWatch.
  13277. Technology: CD Highlights;  Human Interface (Doc's Holiday Wish List); OpenDoc HI Q&A; New Macintosh Run-Time Environment.
  13278. resource
  13279. Password.mcp
  13280. Password.rsrc
  13281. readme
  13282. Password
  13283. Sample.c
  13284. Sample.hOEDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Password:PMDev.CD Aug 00 TC Disk 2
  13285.  - Sample Code
  13286.  - Human Interface Toolbox
  13287.  - PasswordV
  13288. 86586X
  13289. Aug 00^    TC Disk 2
  13290. --set theItem to choose file -- uncomment to test in an AS editor
  13291.     tell application "Finder"
  13292.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Password:"
  13293.         activate
  13294.     end tell
  13295. on error errMsg number errNum
  13296.     --enter statements to perform when no records are found such as...
  13297.     display dialog "Sorry, the item you selected could not be found."
  13298.     return
  13299. end try
  13300. e    No Changeq
  13301. Dev.CD Aug 00 TC Disk 2
  13302. D!All Packages
  13303. Mac OS SDK Edition
  13304. PC Card Manager v3.0 SDK
  13305.     ll also find an address list and a reading list to assist you in researching your more specific questions easily.
  13306. Business Opp's - GermanyK
  13307. Aug 95nge
  13308. 89264X
  13309. Aug 00^    TC Disk 2
  13310. --set theItem to choose file -- uncomment to test in an AS editor
  13311.     tell application "Finder"
  13312.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:"
  13313.         activate
  13314.     end tell
  13315. on error errMsg number errNum
  13316.     --enter statements to perform when no records are found such as...
  13317.     display dialog "Sorry, the item you selected could not be found."
  13318.     return
  13319. end try
  13320. e    No Changef
  13321. SndPlayDoubleBuffer
  13322. Carbonq
  13323. Dev.CD Aug 00 TC Disk 2
  13324. D!All Packages
  13325. Mac OS SDK Edition
  13326. CardBus DDK
  13327. pballocate
  13328. pbcatsearch
  13329. pbdtgetappl
  13330. pbreadasync
  13331. pbwriteasync
  13332. pbxxx
  13333. pc-card
  13334. pccts
  13335. percentage
  13336. perfectly
  13337. performf
  13338. asyncpb
  13339. asyncpbppc
  13340. asyncpbppc
  13341. asyncscsipresent
  13342. asyncscsipresent
  13343. error
  13344. detection
  13345. error
  13346. detector
  13347. error
  13348. detector
  13349. error
  13350. detector
  13351. powerpc
  13352. atademo
  13353. atademo
  13354. readme
  13355. atags
  13356. atags
  13357. manual
  13358. atags
  13359. manual
  13360. atalk
  13361. atalk
  13362. toolkit
  13363. atalksampleutils
  13364. atalksampleutils
  13365. atalksampleutils
  13366. atalkzones
  13367. atalkzones
  13368. audioconvert
  13369. audioconvert
  13370. audioconvert
  13371. auntiedialog
  13372. auntiedialog
  13373. auntiedialog
  13374. auntiedialog
  13375. auntiedialogdemo
  13376. auntiedialogdemo
  13377. auntiedialogdemo
  13378. auntiedialogdemo
  13379. auntiedialogdemoclas
  13380. auntiedialogprefixca
  13381. auntiedialogprefixin
  13382. compilable
  13383. authentication
  13384. authenticator
  13385. All Packages
  13386. RotateStringJARubberBand.rsrc
  13387. RubberBandit(PPC)
  13388. RubberBandit.c
  13389. RubberBandit.mcpM    QuickDrawN
  13390. RotateString, rotateO>Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Rubber Bandit:PFDev.CD Aug 00 TC Disk 1
  13391.  - Sample Code
  13392.  - Graphics 2D
  13393.  - Rubber BanditV
  13394. 90139X
  13395. Aug 00^    TC Disk 1
  13396. --set theItem to choose file -- uncomment to test in an AS editor
  13397.     tell application "Finder"
  13398.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Rubber Bandit:"
  13399.         activate
  13400.     end tell
  13401. on error errMsg number errNum
  13402.     --enter statements to perform when no records are found such as...
  13403.     display dialog "Sorry, the item you selected could not be found."
  13404.     return
  13405. end try
  13406. e    No Changef
  13407. RotateString
  13408. rotateq
  13409. Dev.CD Aug 00 TC Disk 1
  13410. All Packages
  13411. Rubber BanditIUThis application demonstrates how to do rubber-banding in a dialog using srcXOr mode.JARubberBand.rsrc
  13412. RubberBandit(PPC)
  13413. RubberBandit.c
  13414. RubberBandit.mcpM    QuickDrawN
  13415. rubber-banding, srcXOr, stretch
  13416. D!All Packages
  13417. Mac OS SDK Edition
  13418. Open Transport/PPP SDKI;Contains Open Transport PPP Software Development Kit (SDK).J8CurrentImage.GIF
  13419. OpenTptPPP.h
  13420. OT/PPP Client Dev Note 1.0K
  13421. Apr 98M
  13422. Open TransportN
  13423. OT/PPP SDKOBDev.CD Jul 99 SDK1:Development Kits:Mac OS:Open Transport/PPP SDK:PJDev.CD Jul 99 SDK1
  13424.  - Development Kits
  13425.  - Mac OS
  13426.  - Open Transport/PPP SDKV
  13427. 89732X
  13428. Jul 99 an AS editor
  13429.     tell application "Finder"
  13430.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CustomPicComments:"
  13431.         activate
  13432.     end tell
  13433. on error errMsg number errNum
  13434.     --enter statements to perform when no records are found such as...
  13435.     display dialog "Sorry, the item you selected could not be found."
  13436.     return
  13437. end try
  13438. e    No Changef PicComments
  13439. QuickDraw bottleneckq
  13440. Dev.CD Aug 00 TC Disk 1
  13441. All Packages
  13442. CustomPutAppendI
  13443. This demonstrates a CustomPutDialog with an Append button that does not ask the user if he/she wants to replace the existing file.V
  13444. 87746X
  13445. 1e    No Change
  13446. qtcode
  13447. qtcode
  13448. qtcode
  13449. qtcreatemovie
  13450. qtcreatemovie
  13451. qtcreatemovie
  13452. qtcreatemovie
  13453. qtcreatemovie
  13454. qtcreatemovie
  13455. qtcreatemovie
  13456. qtcreatemovie
  13457. qtdevdocs
  13458. qteffect
  13459. qteffects
  13460. qteffects
  13461. qteffects
  13462. qteffects
  13463. project
  13464. qtfiletransfer
  13465. qtfiletransfer
  13466. qtfiletransfer
  13467. qtflattentohandle
  13468. qtflattentohandle
  13469. qtflattentohandle
  13470. qtforjava
  13471. qtframestepper
  13472. qtframestepper
  13473. qtframestepper
  13474. qtfullscreen
  13475. qtfullscreen
  13476. qtfullscreen
  13477. qtgraphimp
  13478. qtgraphimp
  13479. qtgraphimp
  13480. qthintmovies
  13481. qthintmovies
  13482. qthintmovies
  13483. qtime
  13484. qtime
  13485. qtinternals
  13486. qtinternals
  13487. qtinternals
  13488. qtjava
  13489. qtjava
  13490. qtjavadocs
  13491. qtjavasdk
  13492. qtlogo
  13493. qtlogo
  13494. qtmissingcomp
  13495. qtmissingcomp
  13496. qtmissingcomp
  13497. those
  13498. using
  13499. standard
  13500. dialog
  13501. ) using two dialog items -- one hidden and one with bullets -- (b) using a different font, and (c) using an internal buffer.
  13502. 86586X
  13503. 1e    No Change
  13504. est Edition
  13505. folder
  13506. contains
  13507. archives
  13508. format
  13509. apple
  13510. folder
  13511. contains
  13512. latest
  13513. version
  13514. controls
  13515. folder
  13516. contains
  13517. updated
  13518. documents
  13519. outlining
  13520. strategies
  13521. folder
  13522. contains
  13523. worldwide
  13524. updates
  13525. hypercard
  13526. update
  13527. features
  13528. including
  13529. installs
  13530. complete
  13531. macapp
  13532. release
  13533. product
  13534. installs
  13535. complete
  13536. macapp
  13537. release
  13538. product
  13539. basic
  13540. snippet
  13541. illustrate
  13542. implement
  13543. simple
  13544. sample
  13545. program
  13546. demonstrates
  13547. example
  13548. image
  13549. compression
  13550. codec
  13551. handle
  13552. example
  13553. writing
  13554. codecs
  13555. update
  13556. appearance
  13557. 1.0.3
  13558. original
  13559. version
  13560. gimedapalette
  13561. chang
  13562. drawsprocket
  13563. which
  13564. provides
  13565. support
  13566. package
  13567. contains
  13568. drive
  13569. setup
  13570. v1.7.2
  13571. program
  13572. 1e    No Change
  13573. g: WWDC Developers Plan Aggressive Adoption of OpenDoc; Business Feature: Launching a New Product
  13574. The Pop Rocket Story; Developer Outlook: Working With Composers in Multimedia.
  13575. Listings: The Internet Page.
  13576. August 1995 Apple Directions Articles
  13577. News Section: Strategy Mosaic (Strategy 1999, part 2); News (Power PC Performas; Newton DILs); Editor's Note (Global Mac Expansion); IndustryWatch (Cool Developments).
  13578. Technology:  CD Highlights; Human Interface (Information); Apple Color LaserWr
  13579. iter 12/600 PS; OpenDoc Human Interface FAQs.
  13580. Market Research Monthly (Apple Cross-Platform Strategy); Marketing Feature (Saving Packaging Costs & the Environment); Developer Outlook (Benefits of AppleScript).
  13581. July 1995 Apple Directions Articles
  13582. News Section: Strategy Mosaic (Strategy 1999, part 1); News (Power Macintosh 9500; Denali; QuickTime VR & Apple Media Kit; Newton European Developer Programs; New Printers; QuickDraw 3D Beta); Editor's Note (WWDC Highlights).
  13583. Technology:  CD Hi
  13584. windstuff
  13585. windstuff
  13586. windstuff
  13587. winprefixl
  13588. winprefix
  13589. wiredp
  13590. wired
  13591. movies
  13592. spritesp
  13593. wiredspriteutilities
  13594. wiredspriteutilities
  13595. wiredspriteutilities
  13596. withv
  13597. services
  13598. machack
  13599. services
  13600. specification
  13601. services
  13602. specification
  13603. services
  13604. 1.0d2
  13605. workgroupT
  13606. workgroup
  13607. server
  13608. workgroup
  13609. server
  13610. worksheet
  13611. wprocasm
  13612. wprocasm
  13613. wrapcommenttext
  13614. writerk
  13615. writeswell
  13616. writeswell
  13617. writeswell
  13618. 1.2.3
  13619. sources
  13620. writeswell
  13621. notes
  13622. writeswell
  13623. instructions
  13624. writing
  13625. writing
  13626. driver
  13627. writing
  13628. interactive
  13629. media
  13630. e    No Changeq
  13631. Dev.CD Aug 00 TC Disk 1
  13632. All Packages
  13633. MenuScripter
  13634. The purpose of the MenuScripter sample code is to demonstrate advanced features of the Open Scripting Architecture (OSA). Using the OSA allows MenuScripter to have its behavior altered by attaching scripts to objects such as a document. The scripts can be created in the Script Editor, MenuScripter itself, or any other script editing application.
  13635. MenuScripter 4.0 implements many of the of the techniques described in the develop articles - 'Programming for Flexibility: The Open Scripting ArB
  13636. chitecture' and 'Implementing Inheritance In Scripts' (see references). If you intend to use the OSA then it is recommended that you read these articles.
  13637. Jan 96L
  13638. May 97V
  13639. 89649X
  13640. 1e    No Change
  13641. EasyView)
  13642. UpdatesK
  13643. May 95L
  13644. Dec 98M7Any word processor capable of reading a 400K text file.OKDev.CD Aug 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:V
  13645. 87876X
  13646. 1e    No Change
  13647. ? Example Scripts
  13648.  Read Me
  13649. Associated Documentation
  13650. CodeWarrior 8 Projects
  13651. MenuScripter
  13652. MenuScripter.68K.7
  13653. MenuScripter.68K.
  13654. MenuScripter.make
  13655. MenuScripter.PPC.7
  13656. MenuScripter.PPC.
  13657. Objects68K
  13658. ObjectsPPC
  13659. Resources
  13660. script changecreator
  13661. script datestring
  13662. script get/set selection
  13663. script shift
  13664. script topseeturvee
  13665. Sources
  13666. InputSprocket 1.7.2 provides support for using joysticks, keyboards, mice, and other input devices when playing games on your Macintosh computer.
  13667.  NetSprocket 1B
  13668. .7.1 lets you play games with other players over an AppleTalk or TCP/IP 
  13669.  SoundSprocket 1.7.1 lets you hear 3D sound effects in some applications with only two speakers connected to your computer.
  13670. JDDrawSprocket SDK
  13671. InputSprocket SDK
  13672. NetSprocket_SDK
  13673. SoundSprocket_SDKK
  13674. Jun 96L
  13675. Jan 00NISprockets, Games, DrawSprocket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Oct 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Oct 00 SDK1
  13676.  - Development Kits
  13677.  - Mac OS
  13678.  - GameSprocket SDKs
  13679. first-person
  13680. firstly
  13681. fits{
  13682. five{
  13683. fixed
  13684. fixed-point
  13685. fixesW
  13686. tchspecification
  13687. fetterman
  13688. fewer
  13689. ficycle
  13690. fieldS
  13691. fields
  13692. file/folder
  13693. Jan 96L
  13694. May 97M
  13695. System 7.1, AppleScriptNXAppleEvents, AppleScript, scriptable text editor, AppleEvent Object Model, attachabilityOGDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MenuScripter:PODev.CD Aug 00 TC Disk 2
  13696.  - Sample Code
  13697.  - Interapplication Comm
  13698.  - MenuScripterV
  13699. 89649X
  13700. Aug 00^    TC Disk 2
  13701. --set theItem to choose file -- uncomment to test in an AS editor
  13702.     tell application "Finder"
  13703.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MenuScripter:"
  13704.         activate
  13705.     end tell
  13706. on error errMsg number errNum
  13707.     --enter statements to perform when no records are found such as...
  13708.     display dialog "Sorry, the item you selected could not be found."
  13709.     return
  13710. end try
  13711. e    No ChangefTAppleEvents
  13712. AppleScript
  13713. scriptable text editor
  13714. AppleEvent Object Model
  13715. attachabilityq
  13716. Dev.CD Aug 00 TC Disk 2
  13717. All Packages
  13718. F    MeterTest
  13719. 89650X
  13720. Sample Code
  13721.  - Graphics 2D
  13722.  - GDevVideoV
  13723. 87875X
  13724. Aug 00^    TC Disk 1
  13725. e    No Change
  13726. All Packages
  13727. PowerTalk (PPC)O
  13728. Dev.CD Oct 94P
  13729. Dev.CD Oct 9V
  13730. 89832X
  13731. Oct 94
  13732. b--set theItem to choose file -- uncomment to test in an AS editor
  13733.     tell application "Finder"
  13734.         open item "Dev.CD Oct 94"
  13735.         activate
  13736.     end tell
  13737. on error errMsg number errNum
  13738.     --enter statements to perform when no records are found such as...
  13739.     display dialog "Sorry, the item you selected could not be found."
  13740.     return
  13741. end try
  13742. All Packages
  13743. PowerTalk (PPC)O
  13744. Dev.CD Oct 94P
  13745. Dev.CD Oct 9V
  13746. 89833X
  13747. Oct 94
  13748. b--set theItem to choose file -- uncomment to test in an AS editor
  13749.     tell application "Finder"
  13750.         open item "Dev.CD Oct 94"
  13751.         activate
  13752.     end tell
  13753. on error errMsg number errNum
  13754.     --enter statements to perform when no records are found such as...
  13755.     display dialog "Sorry, the item you selected could not be found."
  13756.     return
  13757. end try
  13758. All Packages
  13759. PowerTalk (PPC)O
  13760. Dev.CD Oct 94P
  13761. Dev.CD Oct 9V
  13762. 89834X
  13763. Oct 94
  13764. dialog box that appears.
  13765. Note: QuickTime Conferencing supports Apple built-in video.  Apple cannot guarantee compatibility with third-party video input cards. 
  13766. A Note Regarding Interoperability
  13767. QuickTime Conferencing is the foundation for a broad range of Apple and third-party video and document conferencing solutions.
  13768. QuickTime Conferencing supports open standards for interoperability, so developers can use it to create software that works with a variety of network transports, compres
  13769. =sion technologies, and media devices (cameras, microphones, and so forth). QuickTime Conferencing provides consistent standards that encourage software developers to create application programs that look and act the same from a user
  13770. s point of view, regardless of the computer, network service, or devices being used.
  13771. Install QuickTime Conferencing
  13772. Marketing Stuff
  13773. Programming Stuff
  13774. QTC Technical Backgrounder
  13775. QuickTime Conf. - Read Me First
  13776. Using QuickTime ConferencingK
  13777. Apr 96
  13778. OQDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:P\Dev.CD Aug 00 TC Disk 2
  13779.  - Sample Code
  13780.  - QuickTime
  13781.  - Streaming
  13782.  - QTSPacketizerReassemblerV
  13783. 89899X
  13784. Aug 00^    TC Disk 2
  13785. --set theItem to choose file -- uncomment to test in an AS editor
  13786.     tell application "Finder"
  13787.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:"
  13788.         activate
  13789.     end tell
  13790. on error errMsg number errNum
  13791.     --enter statements to perform when no records are found such as...
  13792.     display dialog "Sorry, the item you selected could not be found."
  13793.     return
  13794. end try
  13795. e    No Changef.QuickTime
  13796. Packetizer
  13797. Reassembler
  13798. Component
  13799. Dev.CD Aug 00 TC Disk 2
  13800. All Packages
  13801. F    QTSprites
  13802. 89900X
  13803. ed Product
  13804. images
  13805. ReadMe
  13806. SlideShow(CW4).mcp
  13807. SlideShow.jar
  13808. SlideShow.mcp
  13809. Source Clippings
  13810. Sources (complete)
  13811. Sources (skeleton)K
  13812. Feb 00
  13813. O3Dev.CD Aug 00 TC Disk 2:Sample Code:Java:SlideShow:V
  13814. 87019X
  13815. 1e    No Change
  13816. [PSDev.CD Feb 00 TC
  13817.  - What's New?
  13818.  - Development Kits
  13819.  - Mac OS
  13820.  - QuickTime Java SDKV
  13821. 90107X
  13822. Feb 00^
  13823. --set theItem to choose file -- uncomment to test in an AS editor
  13824.     tell application "Finder"
  13825.         open item "Dev.CD Feb 00 TC:What's New?:Development Kits:Mac OS:QuickTime Java SDK:"
  13826.         activate
  13827.     end tell
  13828. on error errMsg number errNum
  13829.     --enter statements to perform when no records are found such as...
  13830.     display dialog "Sorry, the item you selected could not be found."
  13831.     return
  13832. end try
  13833. e    No Changef
  13834. QuickTime
  13835. http://developer.apple.com/sdk/q
  13836. Dev.CD Feb 00 TC
  13837. \D!All Packages
  13838. Tool Chest Edition
  13839. QuickTime Java Windows SDKITQuickTime for Java Windows SDK.  Includes QuickTime for Java API javadoc, and demos.J
  13840. QTJava_SDK.zipK
  13841. Feb 00:What's New?:Development Kits:Cross Platform:QuickTime Java Windows SDK:V
  13842. 90108X
  13843. 1e    No Changeo
  13844. http://developer.apple.com/sdk/
  13845. appleeventa
  13846. --set theItem to choose file -- uncomment to test in an AS editor
  13847.     tell application "Finder"
  13848.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:RAVE 1.5 DevKit:S3V:"
  13849.         activate
  13850.     end tell
  13851. on error errMsg number errNum
  13852.     --enter statements to perform when no records are found such as...
  13853.     display dialog "Sorry, the item you selected could not be found."
  13854.     return
  13855. end try
  13856. retrievepictinfo
  13857. record
  13858. sound
  13859. record
  13860. sound
  13861. record
  13862. sound
  13863. record
  13864. sound
  13865. record
  13866. sound
  13867. record
  13868. recordit
  13869. recordit
  13870. recordretrievepictin
  13871. recordretrievepictin
  13872. chair
  13873. redants
  13874. redants
  13875. redants
  13876. redistribution
  13877. Wtall
  13878. ct-009-4435
  13879. ct-009-4435
  13880. install
  13881. ct-009-4436
  13882. ct-009-4436
  13883. ct-009-4437
  13884. ct-009-4437
  13885. --set theItem to choose file -- uncomment to test in an AS editor
  13886.     tell application "Finder"
  13887.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:"
  13888.         activate
  13889.     end tell
  13890. on error errMsg number errNum
  13891.     --enter statements to perform when no records are found such as...
  13892.     display dialog "Sorry, the item you selected could not be found."
  13893.     return
  13894. end try
  13895. d try
  13896. e    No ChangefhGetCTable
  13897. NewPalette
  13898. SetPalette
  13899. Palette Animation
  13900. AnimatePalette
  13901. GetEntryColor
  13902. AnimateEntry
  13903. Palette2CTabq
  13904. Dev.CD Aug 00 TC Disk 1
  13905. All Packages
  13906. PaletteAnimation grayI8This is a palette animation demonstration in gray scale.JTPaletteAnimation.c
  13907. PaletteAnimation.mcp
  13908. PaletteAnimation.r
  13909. PaletteAnimationGray(PPC)M"8 bits per pixel, 32 bit QuickDrawOFDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:V
  13910. 86583X
  13911. 1e    No Change
  13912. 89391X
  13913. Jan 00^
  13914. --set theItem to choose file -- uncomment to test in an AS editor
  13915.     tell application "Finder"
  13916.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:carbon:"
  13917.         activate
  13918.     end tell
  13919. on error errMsg number errNum
  13920.     --enter statements to perform when no records are found such as...
  13921.     display dialog "Sorry, the item you selected could not be found."
  13922.     return
  13923. end try
  13924. e    No ChangefNprinting
  13925. Carbon
  13926. Carbon printing
  13927. Carbon Printing Manager
  13928. print
  13929. imaging
  13930. graphicso.http://developer.apple.com/techpubs/index.htmlq
  13931. Dev.CD Jan 00 SDK1
  13932. D!All Packages
  13933. Mac OS SDK Edition
  13934. F'Developer Documentation: Corefoundation
  13935. printable
  13936. format
  13937. printing
  13938. instructions
  13939. container
  13940. penmode
  13941. penpat
  13942. penpixpat
  13943. performanceA
  13944. performance
  13945. analysis
  13946. quicktime
  13947. wired
  13948. hotspot
  13949. actions\
  13950. quickview
  13951. quickview
  13952. toolbox
  13953. assistant
  13954. quick
  13955. reference
  13956. ramdisk
  13957. rapid
  13958. raster
  13959. ratesA
  13960. gouraud
  13961. compsite
  13962. callback
  13963. texture
  13964. rawip
  13965. rawmode
  13966. reader_
  13967. readlocation
  13968. readsector
  13969. reality
  13970. reassembler
  13971. receive
  13972. receives
  13973. recognition
  13974. reconfiguration
  13975. record
  13976. record
  13977. sound
  13978. spbrecord
  13979. soundconvert
  13980. recordableb
  13981. recording
  13982. recordretrievepictin
  13983. recordretrievepictin
  13984. retrievepictinfo
  13985. redbook
  13986. redistribution
  13987. reference
  13988. registration
  13989. registry
  13990. related
  13991. relative
  13992. release
  13993. remove
  13994. rename
  13995. renderer
  13996. rendering
  13997. replace
  13998. replacement
  13999. reports
  14000. resedit
  14001. ~--set theItem to choose file -- uncomment to test in an AS editor
  14002.     tell application "Finder"
  14003.         open item "Dev.CD Apr 94
  14004. Dev.CD Jan 94
  14005. Dev.CD Oct 93"
  14006.         activate
  14007.     end tell
  14008. on error errMsg number errNum
  14009.     --enter statements to perform when no records are found such as...
  14010.     display dialog "Sorry, the item you selected could not be found."
  14011.     return
  14012. end try
  14013. formulate
  14014. forrest
  14015. forth
  14016. fortran
  14017. fortune
  14018. forward
  14019. forwarders
  14020. forwards
  14021. found^
  14022. WtrolRgn(PPC)
  14023. CalcControlRgn.c
  14024. CalcControlRgn.mcp
  14025. CalcControlRgn.rsrc
  14026. ReadMe.Doc
  14027. CDEF, controlOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Calc ControlRgn:V
  14028. 84482X
  14029. 1e    No Change
  14030. iOODev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:PZDev.CD Aug 00 TC Disk 1
  14031.  - Tool Chest
  14032.  - Devices
  14033.  - NuBus/Slot Manager
  14034.  - Declaration ROMsV
  14035. 89353X
  14036. Aug 00^    TC Disk 1
  14037. --set theItem to choose file -- uncomment to test in an AS editor
  14038.     tell application "Finder"
  14039.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  14040.         activate
  14041.     end tell
  14042. on error errMsg number errNum
  14043.     --enter statements to perform when no records are found such as...
  14044.     display dialog "Sorry, the item you selected could not be found."
  14045.     return
  14046. end try
  14047. e    No Changeq
  14048. Dev.CD Aug 00 TC Disk 1
  14049. All Packages
  14050. DecompressionAndScalingI
  14051. This example shows how to convert a    version 2 PICT to a compressed QuickTime data buffer. Once the PICT is compressed, it is then decompressed to the window at one quarter  its original size.V
  14052. 89354X
  14053. 1e    No Change
  14054. N?TESample, Objec Oriented, Object Pascal, Framework, OOPTESampleDisk 2
  14055. All Packages
  14056. F#Data Access Manager French Demo 1.0
  14057. _Summary: This is a complete demonstration of the Data Access Manager. It includes a query builder (DAM Generator), an XCMD which can use some query documents (HyperDAM ), and two querys with two different types of user interface (Text and Graphical).
  14058. Features: 
  14059. * Query Builder
  14060. * XCMD to use querys with HyperCard
  14061. * two different querys with two qdef
  14062. Data Access Manager.cpK
  14063. Vol VL
  14064. Mar 92M
  14065. me 7.0 and a computer where there is a DAL Server (Vax
  14066. ). A Vax with PathWorks and DALDEMO on it is a very good choice. If you want to use the two querys you must modify the parameters needed for the connection with ResEdit or DAM Generator .OvDev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:V
  14067. 87753X
  14068. 1e    No Change
  14069.  - Capturing
  14070.  - SimpleVideoOut
  14071. qtshoweffect
  14072. ubber-banding
  14073. rules
  14074. runtime
  14075. sample
  14076. sample
  14077. sample
  14078. samplerateavail
  14079. saving
  14080. saving
  14081. state
  14082. savings
  14083. scale
  14084. timing
  14085. scanner
  14086. scrolling
  14087. search
  14088. selection
  14089. selection
  14090. selector
  14091. option
  14092. sequence
  14093. sequence
  14094. grabber
  14095. serial
  14096. serial
  14097. serial
  14098. ports
  14099. series
  14100. server
  14101. server
  14102. controls
  14103. services
  14104. setcontrolmaximum
  14105. setcontrolminimum
  14106. setcontrolvalue
  14107. setentrycolor
  14108. sethideonswitch
  14109. setlinewidth
  14110. setpalette
  14111. setpt
  14112. setrect
  14113. IMPORTANT INFO ABOUT QUICKTIME VR
  14114. QuickTime 3 now incorporates both the QuickTime VR and QuickDraw 3D technologies into one convenient package.  In addition, the Sound Manager is also now part of the QuickTime 3 release.  All of these technologies and their respective SDK components are integrated into the QuickTime 3 SDK.
  14115. The QuickTime 3 SDK is now a retail product.  You can order the SDK through the Apple Store at:
  14116. http://www.apple.com/store
  14117. To get started,  you can go to the DevelopB
  14118. ers section of the QuickTime web-site where you will find many components of the SDK  on-line at:
  14119. http://www.apple.com/quicktime/developers
  14120. JmCheck the QuickTime 3 SDK
  14121. folder for more information
  14122. integrated with QuickTime.
  14123.  QuickTime VR is now fully K
  14124. Jul 97L
  14125. Oct 98O9Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  14126.  VR:PADev.CD Apr 00 SDK1
  14127.  - Development Kits
  14128.  - Mac OS
  14129.  - QuickTime
  14130.  VRpple
  14131. draglib
  14132. dragstuff
  14133. dragstuff
  14134. dragutils
  14135. dragutils
  14136. Folder Contents:
  14137.   Controls.lib 3.0.15 folder
  14138.     This folder contains the latest version of Controls.lib.
  14139.     Controls.lib 3.0.15 is 6.x and 7.x compatible and Virtual User 2.0
  14140.     compatible.  Virtual User 1.1 is currently available through APDA and
  14141.     Virtual User 2.0 will be available for purchase by the end of 1992.
  14142.     Many tasks have been improved, modified or 
  14143.     rewritten since Controls.lib v2.5
  14144.   Controls.lib Reference
  14145.     This is located in the Controls.lib folder.
  14146.   This MPW file is a reference on how to use VU libraries, how to use the tasks
  14147.     in the Controls.lib library, and how to install VUMark 1.0b1.
  14148.   Printing.lib 1.0
  14149.     This library is a collection of printing-related tasks for the LaserWriter,
  14150.     StyleWriter and Personal LW Page Setup and Printing menu items and dialogs.
  14151.   MiniLauncher 1.3b5
  14152.     This tool is required on VU targets using Controls.lib 3.0.14 
  14153.     with System 6.0.x.  This tool is not needed for VU and System 7.x.
  14154. sample
  14155. illustrates
  14156. create
  14157. application
  14158. sample
  14159. illustrates
  14160. install
  14161. system
  14162. level
  14163. apple
  14164. sample
  14165. illustrates
  14166. install
  14167. application
  14168. level
  14169. sample
  14170. illustrates
  14171. document
  14172. sample
  14173. illustrates
  14174. suspend
  14175. resume
  14176. applee
  14177. sample
  14178. includes
  14179. library
  14180. utility
  14181. routines
  14182. sample
  14183. includes
  14184. applications
  14185. illustrate
  14186. sample
  14187. includes
  14188. source
  14189. libraries
  14190. which
  14191. provide
  14192. sample
  14193. basic
  14194. implementation
  14195. sprite
  14196. sample
  14197. demonstration
  14198. soundsprocket
  14199. sample
  14200. quick
  14201. demonstration
  14202. implement
  14203. sample
  14204. quick
  14205. demonstration
  14206. implement
  14207. sample
  14208. simple
  14209. server
  14210. demonstrat
  14211. sample
  14212. designed
  14213. simple
  14214. drawsprocket
  14215. macapp
  14216. behaviors
  14217. apple
  14218. events
  14219. spell
  14220. grammar
  14221. writeswell
  14222. spellswell
  14223. working
  14224. apple
  14225. guide
  14226. systems
  14227. apple
  14228. apple
  14229. guide
  14230. apple
  14231. apple
  14232. apple
  14233. developer
  14234. newsz
  14235. apple
  14236. servers
  14237. 9650/350
  14238. workgroup
  14239. server
  14240. server
  14241. server
  14242. develo
  14243. apple
  14244. share
  14245. authentication
  14246. pbvolumemount
  14247. appleeventa
  14248. lkit@
  14249. needs@
  14250. network
  14251. setup@
  14252. notes@
  14253. optimization@
  14254. otbuffer@
  14255. override
  14256. quickdraw
  14257. table
  14258. resource@
  14259. overview@
  14260. pcmcia@
  14261. plist@
  14262. ppcbrowser@
  14263. print
  14264. printer@
  14265. proportional@
  14266. quickdraw@
  14267. quicktime
  14268. compress
  14269. decompress@
  14270. recordable@
  14271. rhapsody
  14272. pages@
  14273. rssc@
  14274. scom@
  14275. scsi@
  14276. serial
  14277. arbitrator@
  14278. setting@
  14279. signature@
  14280. speech
  14281. recognition@
  14282. stdbits@
  14283. stress@
  14284. tcp/ip
  14285. appletalk
  14286. reconfiguration
  14287. network
  14288. setup
  14289. ottcpwilldial@
  14290. PaDev.CD Aug 00 TC Disk 2
  14291.  - Sample Code
  14292.  - QuickTime
  14293.  - Wired Movies and Sprites
  14294.  - QTWiredSpritesV
  14295. 89910X
  14296. Aug 00^    TC Disk 2
  14297. --set theItem to choose file -- uncomment to test in an AS editor
  14298.     tell application "Finder"
  14299.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTWiredSprites:"
  14300.         activate
  14301.     end tell
  14302. on error errMsg number errNum
  14303.     --enter statements to perform when no records are found such as...
  14304.     display dialog "Sorry, the item you selected could not be found."
  14305.     return
  14306. end try
  14307. e    No Changef4QuickTime
  14308. Sprite
  14309. Track
  14310. Wired
  14311. Events
  14312. Triggered
  14313. Eventsq
  14314. Dev.CD Aug 00 TC Disk 2
  14315. All Packages
  14316. QuickDraw 3DO
  14317. Dev.CD Jan 96 SSWP
  14318. Dev.CD Jan 96 SSV
  14319. 89911X
  14320. Jan 96
  14321. icons
  14322. identification
  14323. image
  14324. imaging
  14325. index
  14326. plist
  14327. information
  14328. information
  14329. property
  14330. infoscrap
  14331. input
  14332. inputsprocket
  14333. interaction
  14334. interleaving
  14335. This sample code illustrates one way to write a derived media handler. It's based on the code described in the article "Somewhere in QuickTime: Derived Media Handlers" by John Wang in develop, issue 14. That article shows how to store QuickDraw pictures as the media in a track. 
  14336. The current sample expands on the original code by making it PowerPC-savvy and cross-platform. 
  14337. Mac OS Build Instructions:
  14338. Build either the PPC or 68K project using CodeWarrior; then install the resulting extens
  14339. ion in the Extensions folder in the System folder and reboot. Alternatively, just drop the extension onto a utility like Reinstaller to make the media handler immediately available.
  14340. Windows Build Instructions:
  14341. Build the Windows DLL using CodeWarrior; then copy the DLL to a Windows machine, along with the files QDrawHandler.r, QDMediaCommon.h, and QDrawMHdlr.rez.bat. Once all these files are on a Windows machine, run the batch file QDrawMHdlr.rez.bat, which should create the file QDrawMHd
  14342. cases
  14343. 100lc
  14344. 12/600{
  14345. 16-bit
  14346. 16384
  14347. 1992-1995
  14348. 1995{
  14349. 1996S
  14350. 1999{
  14351. imagewriter
  14352. 2-byte
  14353. 2-source
  14354. 2-way
  14355. 2.0.1
  14356. 2.0.2
  14357. 2.0.4
  14358. 2.0.6
  14359. 2.0a1
  14360. 2.0v2
  14361. fullsfpack
  14362. fullsort
  14363. fullsort
  14364. fulltext
  14365. fulltext
  14366. fully
  14367. functionindex
  14368. functionindex
  14369. speech
  14370. recognition
  14371. rCard Related:XCMDs & XFCNs:CallHyper 1.0:"
  14372.         activate
  14373.     end tell
  14374. on error errMsg number errNum
  14375.     --enter statements to perform when no records are found such as...
  14376.     display dialog "Sorry, the item you selected could not be found."
  14377.     return
  14378. end try
  14379. e    No Changeq
  14380. Dev.CD Aug 00 TC Disk 1
  14381. All Packages
  14382. Carbon QT Graphic Import
  14383. vThis sample shows how to use the QuickTime GraphicImporter components to draw files and handles.  It shows how to use the GraphicImporter components with the Drag Manager.  It shows how to do Carbon compatible printing with the GraphicImporter components as well.  Demonstrates a basic Macintosh application that supports the basic Apple Events and the standard user events.
  14384. 84486X
  14385. 1e    No Change
  14386. PNDev.CD Aug 00 TC Disk 2
  14387.  - Sample Code
  14388.  - QuickTime
  14389.  - Effects
  14390.  - QTShowEffect
  14391. driver
  14392. driveid
  14393. driver
  14394. example
  14395. devices
  14396. inquiry
  14397. manager
  14398. manager
  14399. simple
  14400. sample
  14401. sample
  14402. search
  14403. search
  14404. searchproc
  14405. security
  14406. seedcfill
  14407. seedfill
  14408. select
  14409. selection
  14410. selection
  14411. selector
  14412. option
  14413. separation
  14414. sequence
  14415. sequence
  14416. grabber
  14417. serial
  14418. serial
  14419. eries
  14420. server
  14421. server
  14422. controls
  14423. services
  14424. setcontrolmaximum
  14425. setcontrolminimum
  14426. setcontrolvalue
  14427. setentrycolor
  14428. sethideonswitch
  14429. setlinewidth
  14430. setpalette
  14431. setpt
  14432. setrect
  14433. J)Development:
  14434. Japanese:
  14435. Recipes:
  14436. Apr 96L
  14437. Jan 97OCDev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:PHDev.CD Jan 97 SDK2
  14438.  - Development Kits (Disc 2)
  14439.  - OpenDoc InternationalV
  14440. 89735X
  14441. Jan 97^
  14442. --set theItem to choose file -- uncomment to test in an AS editor
  14443.     tell application "Finder"
  14444.         open item "Dev.CD Jan 97 SDK2:Development Kits (Disc 2):OpenDoc International:"
  14445.         activate
  14446.     end tell
  14447. on error errMsg number errNum
  14448.     --enter statements to perform when no records are found such as...
  14449.     display dialog "Sorry, the item you selected could not be found."
  14450.     return
  14451. end try
  14452. Deletedq
  14453. Dev.CD Jan 97 SDK2
  14454. All Packages
  14455. OpenFWBridgeFixJul97
  14456. 89736X
  14457. Aug 00^    TC Disk 2
  14458. e    No Change
  14459. of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  14460. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  14461. CompressMovie is a simple drag and drop QuickTime application for compression of files. Drag and drop movie files on top of the application, and then specify the compression values (this happens the first time, after this the compression values are used for other movies dropped on the application at the same time).
  14462. Note that it's not useful to re-compress already compressed movies, as such compression will introduce more lossiness in the quality of the images. If possible always compress B(using the original, non-compressed data.
  14463. About DTSQTUtilities
  14464. CompressMovie.c
  14465. CompressMovie.h
  14466. CompressMovies(PPC)
  14467. CompressMovies.mcp
  14468. CompressMovies.rsrc
  14469. CompressMoviesMain.c
  14470. CompressMoviesMain.h
  14471. DTSQTUtilities.c
  14472. DTSQTUtilities.h
  14473. README
  14474. Rotate Cube SmallM    QuickTimeN"QuickTime, drag, drop, compressionOUDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:CompressMovies:P`Dev.CD Aug 00 TC Disk 2
  14475.  - Sample Code
  14476.  - QuickTime
  14477.  - Importers and Exporters
  14478.  - CompressMovies
  14479. All Packages
  14480. System Enabler 065 (LC 575)O
  14481. Dev.CD Apr 94
  14482. Dev.CD Jan 94P
  14483. Dev.CD Apr 94
  14484. Dev.CD Jan 9V
  14485. 90413X
  14486. Apr 94
  14487. p--set theItem to choose file -- uncomment to test in an AS editor
  14488.     tell application "Finder"
  14489.         open item "Dev.CD Apr 94
  14490. Dev.CD Jan 94"
  14491.         activate
  14492.     end tell
  14493. on error errMsg number errNum
  14494.     --enter statements to perform when no records are found such as...
  14495.     display dialog "Sorry, the item you selected could not be found."
  14496.     return
  14497. end try
  14498. All Packages
  14499. System Enabler 065 (LC 575)O
  14500. Dev.CD Apr 94
  14501. Dev.CD Jan 94P
  14502. Dev.CD Apr 94
  14503. Dev.CD Jan 9V
  14504. 90414X
  14505. Apr 94
  14506. nearly
  14507. necessary
  14508. 89304X
  14509. Aug 00^    TC Disk 2
  14510. --set theItem to choose file -- uncomment to test in an AS editor
  14511.     tell application "Finder"
  14512.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:CompressMovies:"
  14513.         activate
  14514.     end tell
  14515. on error errMsg number errNum
  14516.     --enter statements to perform when no records are found such as...
  14517.     display dialog "Sorry, the item you selected could not be found."
  14518.     return
  14519. end try
  14520. e    No Changef
  14521. QuickTime
  14522. compressionq
  14523. Dev.CD Aug 00 TC Disk 2
  14524. All Packages
  14525. F%Computer-based Media in Broadcast Env
  14526. 89305X
  14527. README
  14528. SoundConverter 68k
  14529. SoundConverter 68k.mcp
  14530. SoundConverter PPC
  14531. SoundConverter PPC.mcp
  14532. SoundConverter Win.mcp
  14533. SoundConverter.c
  14534. SoundConverter.exe
  14535. SoundConverter.h
  14536. SoundConverter.makOMDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundConverter:V
  14537. 88644X
  14538. 1e    No Change
  14539. PlayDB
  14540. 84488X
  14541. --set theItem to choose file -- uncomment to test in an AS editor
  14542.     tell application "Finder"
  14543.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:"
  14544.         activate
  14545.     end tell
  14546. on error errMsg number errNum
  14547.     --enter statements to perform when no records are found such as...
  14548.     display dialog "Sorry, the item you selected could not be found."
  14549.     return
  14550. end try
  14551.  and higher, or separate install on System 6)N?Communications Toolbox, connection tools, CMChoose, CMGetConfigOKDev.CD Aug 00 TC Disk 1:Sample Code:Communications Toolbox:Get Tool Config:PSDev.CD Aug 00 TC Disk 1
  14552.  - Sample Code
  14553.  - Communications Toolbox
  14554.  - Get Tool ConfigV
  14555. 87877X
  14556. Aug 00^    TC Disk 1
  14557. e    No Change
  14558. PRDev.CD Aug 00 TC Disk 1
  14559.  - Tool Chest
  14560.  - Testing & Debugging
  14561.  - Virtual User toolsg 00 TC Disk 1
  14562. All Packages
  14563. GetDragHiliteColor
  14564. This shows how to obtain the color that the Drag Manager uses to  hilite regions when ShowDragHilite is called.  Check out GetDragHilite.c for the code.  
  14565. Please note this is only how it's done presently.  Since it is undocumented it can and will change in the future.
  14566. JoApplication.c
  14567. DrawCode.c
  14568. GetDragHilite.c
  14569. GetDragHiliteColor(PPC)
  14570. GetDragHiliteColor.mcp
  14571. GetDragHiliteColor.rsrcN
  14572. ShowDragHilite, Drag ManagerOODev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:GetDragHiliteColor:PWDev.CD Aug 00 TC Disk 2
  14573.  - Sample Code
  14574.  - Human Interface Toolbox
  14575.  - GetDragHiliteColorV
  14576. 87878X
  14577. Aug 00^    TC Disk 2
  14578. e    No Change
  14579.  Disk 1
  14580.  - Sample Code
  14581.  - Graphics 2D
  14582.  - Palette and GWorlduffer, CarbonO:Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:CarbonSndPlayDB:PBDev.CD Aug 00 TC Disk 2
  14583.  - Sample Code
  14584.  - Sound
  14585.  - CarbonSndPlayDB
  14586. cbufffilestream
  14587. audio
  14588. toolkit
  14589. install
  14590. script
  14591. cd-romw
  14592. th System 7.0 or later.
  14593. We discuss Control Strip modules and how to write a new module. This information originally appeared in the PowerBook 520, 520c, 540, 540c Developer Note. It is being published as a Technical Note for ease of access. The information in the PowerBook 520, 520c, 540, 540c Developer Note is obsolete. All futureB
  14594.  updates to this documentation will happen within this Technical Note.
  14595. MacCalendar is a complete snippet that illustrates how to write a module for the Control Strip Manager that is available for PowerBook Macintoshes.
  14596. JMControl Strip
  14597. Control Strip Sample
  14598. Control Strip Technical Note
  14599. MacCalendar 
  14600. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Oct 00 SDK1
  14601.  - Development Kits
  14602.  - Mac OS
  14603.  - Control Strip setting and s
  14604. 89738X
  14605. Oct 00^
  14606. --set theItem to choose file -- uncomment to test in an AS editor
  14607.     tell application "Finder"
  14608.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:OpenGL:"
  14609.         activate
  14610.     end tell
  14611. on error errMsg number errNum
  14612.     --enter statements to perform when no records are found such as...
  14613.     display dialog "Sorry, the item you selected could not be found."
  14614.     return
  14615. end try
  14616. e    No Changef
  14617. OpenGL
  14618. graphics
  14619. o%ftp://ftp.apple.com/developer/opengl/q
  14620. Dev.CD Oct 00 SDK1
  14621. All Packages
  14622. OpenWindowI
  14623. OpenWindow is a source code sample illustrating how to open a window and handle and track mouse clicks in its content area.  To quit this application, type a letter 'q'.
  14624. J+OpenWindow(PPC)
  14625. OpenWindow.mcp
  14626. OpenWindow.pOGDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:OpenWindow:PODev.CD Aug 00 TC Disk 2
  14627.  - Sample Code
  14628.  - Human Interface Toolbox
  14629.  - OpenWindowV
  14630. 89739X
  14631. Aug 00^    TC Disk 2
  14632. e    No Change
  14633. 87722X
  14634. 1e    No Change
  14635. Deletedq
  14636. Dev.CD Nov 99 TC
  14637. D!All Packages
  14638. Mac OS SDK Edition
  14639. Display Manager SDKI
  14640. This development kit has the information you will need to begin taking advantage of the Display Manger API.  Software licensing information for the Display Manager extension can be found at <http://developer.apple.com/mkt/swl/>.J&DisplayManager.pdf
  14641. Read Me
  14642. Sample CodeK
  14643. Sep 95L
  14644. Jan 00M
  14645. Mac OS 7.1 or laterN9Display Manager, Resolution, Screen, Monitor, Pixel DepthO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Display Manager SDK:PGDev.CD Oct 00 SDK1
  14646.  - Development Kits
  14647.  - Mac OS
  14648.  - Display Manager SDKV
  14649. 89409X
  14650. Oct 00^
  14651. #//ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqx
  14652.  97 SSW"
  14653.         activate
  14654.     end tell
  14655. on error errMsg number errNum
  14656.     --enter statements to perform when no records are found such as...
  14657.     display dialog "Sorry, the item you selected could not be found."
  14658.     return
  14659. end try
  14660. All Packages
  14661. QuickDraw 3DO
  14662. Dev.CD Jun 97 SSWV
  14663. 88332X
  14664. williams
  14665. wimps
  14666. win32
  14667. windoid
  14668. windoid
  14669. macapp
  14670. sample
  14671. which
  14672. shows
  14673. construct
  14674. window
  14675. Walette`
  14676. palette&gworld
  14677. palettes
  14678. palindrome
  14679. pallakoff
  14680. pallete
  14681. panelh
  14682. panels
  14683. panes
  14684. panorama
  14685. panoramas
  14686. panoramic
  14687. paper{
  14688. papworkstation
  14689. parade
  14690. paradigms
  14691. partial
  14692. participation
  14693. p--set theItem to choose file -- uncomment to test in an AS editor
  14694.     tell application "Finder"
  14695.         open item "Dev.CD Apr 92
  14696. Dev.CD Mar 92"
  14697.         activate
  14698.     end tell
  14699. on error errMsg number errNum
  14700.     --enter statements to perform when no records are found such as...
  14701.     display dialog "Sorry, the item you selected could not be found."
  14702.     return
  14703. end try
  14704. puzzle
  14705. puzzlers
  14706. script
  14707. removing
  14708. style
  14709. version
  14710. numbers
  14711. qdesign
  14712. qdesign
  14713. decompression
  14714. information
  14715. qdesign's
  14716. qdgraphics
  14717. qdmediacommon
  14718. qdmmaker
  14719. qdmmaker
  14720. sample
  14721. application
  14722. creates
  14723. movies
  14724. qdrawhandler
  14725. qdrawmhdlr
  14726. internals
  14727. simple
  14728. quicktime
  14729. application
  14730. dumps
  14731. qt3dtween
  14732. qt3dtween
  14733. sample
  14734. application
  14735. creates
  14736. quicktime
  14737. qtatoms
  14738. qtcanvas
  14739. qtdevwin
  14740. qteditmovie
  14741. qtflattentohandle
  14742. qtflattentohandle
  14743. defines
  14744. functions
  14745. illustrate
  14746. qtframestepper
  14747. qtframestepper
  14748. defines
  14749. functions
  14750. qtfullscreen
  14751. qtfullscreen
  14752. defines
  14753. functions
  14754. illustrate
  14755. qtic-savvy
  14756. qtimagedrawer
  14757. qtjava
  14758. qtmissingcomp
  14759. qtmissingcomp
  14760. illustrates
  14761. preferred
  14762. method
  14763. quicktime
  14764. 89864X
  14765. Aug 00^    TC Disk 2
  14766. --set theItem to choose file -- uncomment to test in an AS editor
  14767.     tell application "Finder"
  14768.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ProgressBars:"
  14769.         activate
  14770.     end tell
  14771. on error errMsg number errNum
  14772.     --enter statements to perform when no records are found such as...
  14773.     display dialog "Sorry, the item you selected could not be found."
  14774.     return
  14775. end try
  14776. e    No Changeq
  14777. Dev.CD Aug 00 TC Disk 2
  14778. All Packages
  14779. ProgressWindoid-C
  14780. 89865X
  14781. bugging:aevt dcmd:PIDev.CD Aug 00 TC Disk 1
  14782.  - Tool Chest
  14783.  - Testing & Debugging
  14784.  - aevt dcmdV
  14785. 87475X
  14786. Aug 00^    TC Disk 2
  14787. e    No Change
  14788. 5300{
  14789. 5300c/1005300ce/1173
  14790. 58.1.5
  14791. 5thcolumnB
  14792. 6-158
  14793. 6-164
  14794. 6-bits
  14795. 6.0.4
  14796. e    No Changeq
  14797. Dev.CD Aug 00 TC Disk 2
  14798. All Packages
  14799. Menu Defproc 1.0.3
  14800. Summary: This is a menu definition procedure (MDEF) with source code. It looks similar to the standard MDEF, though there are differences. This is sample code which is best used when you to see how an MDEF can be written.
  14801. Features: Concordia includes the normal features for a text MDEF, plus pop-up menus, hierarchical menus, and scrolling. It doesn
  14802. t support color icons, multiple scripts, bidirectional scripts, or gray dimming.
  14803. ChooseTkl.c
  14804. ChooseTkl.h
  14805. Concordia
  14806. Concordia Info
  14807. Concordia Info.txt
  14808. Concordia.c
  14809. Concordia.h
  14810. Concordia.make
  14811. Concordia.r
  14812. DrawTkl.c
  14813. DrawTkl.h
  14814. PopUpTkl.c
  14815. PopUpTkl.h
  14816. SizeTkl.c
  14817. SizeTkl.hK
  14818. Vol IIIL
  14819. Vol VIIM-Any Macintosh, This MDEF is not fully tested.O>Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:Menu Defproc 1.0.3:PFDev.CD Aug 00 TC Disk 1
  14820.  - Tool Chest
  14821.  - Toolbox
  14822.  - Menu Defproc 1.0.3V
  14823. 89648X
  14824. Aug 00^    TC Disk 1
  14825. e    No Change
  14826. CDROMDetection.cK
  14827. Jun 98V
  14828. 84491X
  14829. 1e    No Change
  14830. introduction
  14831. introduction
  14832. quicktime
  14833. introspection
  14834. introspector
  14835. intuitive
  14836. intuitively
  14837. invalid
  14838. invaluable
  14839. invariably
  14840. inverse
  14841. inverse-wavelet-yuv
  14842. invert
  14843. inverted
  14844. invertedtext
  14845. inverts
  14846. invested
  14847. investigate
  14848. investigated
  14849. investigating
  14850. investigation
  14851. investment
  14852. investments{
  14853. invisible
  14854. invoke
  14855. invoked
  14856. involve
  14857. involved
  14858. involves
  14859. drives
  14860. driving
  14861. dronezone
  14862. dronezone
  14863. application
  14864. which
  14865. designed
  14866.  open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutSuffix:"
  14867.         activate
  14868.     end tell
  14869. on error errMsg number errNum
  14870.     --enter statements to perform when no records are found such as...
  14871.     display dialog "Sorry, the item you selected could not be found."
  14872.     return
  14873. end try
  14874. e    No Changef
  14875. Standard File
  14876. replace hookq
  14877. Dev.CD Aug 00 TC Disk 1
  14878. All Packages
  14879. Cyrillic Language KitO!Dev.CD May 97 TC
  14880. Dev.CD May 96 TCP Dev.CD May 97 TC
  14881. Dev.CD May 96 TV
  14882. 87748X
  14883. May 97
  14884. PpDev.CD Apr 00 SDK1
  14885.  - What's New
  14886.  - Developer Documentation
  14887.  - Technical Publications
  14888.  - Developer Documentationtor
  14889.     tell application "Finder"
  14890.         open item "Dev.CD Jan 94
  14891. Dev.CD Oct 93"
  14892.         activate
  14893.     end tell
  14894. on error errMsg number errNum
  14895.     --enter statements to perform when no records are found such as...
  14896.     display dialog "Sorry, the item you selected could not be found."
  14897.     return
  14898. end try
  14899. All Packages
  14900. F    QuickTimeO
  14901. Dev.CD Jan 94P
  14902. Dev.CD Jan 9V
  14903. 88447X
  14904. Jan 94
  14905. b--set theItem to choose file -- uncomment to test in an AS editor
  14906.     tell application "Finder"
  14907.         open item "Dev.CD Jan 94"
  14908.         activate
  14909.     end tell
  14910. on error errMsg number errNum
  14911.     --enter statements to perform when no records are found such as...
  14912.     display dialog "Sorry, the item you selected could not be found."
  14913.     return
  14914. end try
  14915. All Packages
  14916. F    QuickTimeO
  14917. Dev.CD Jan 94P
  14918. Dev.CD Jan 9V
  14919. 88448X
  14920. Jan 94
  14921. 1.1:V
  14922. 84492X
  14923. 1e    No Change
  14924. f(INIT
  14925. 'sysz'
  14926. system heap
  14927. system extensionq
  14928. Dev.CD Aug 00 TC Disk 2
  14929. All Packages
  14930. SimplePlayerSDII
  14931. SimpleSDIPlayer is a sample application that demonstrates how to display QuickTime movies using the SDI (single document interface).
  14932. mssccprj.scc
  14933. QTime.c
  14934. QTime.h
  14935. README.txt
  14936. resource.h
  14937. SimplePlayerSDI.c
  14938. SimplePlayerSDI.def
  14939. SimplePlayerSDI.dsp
  14940. SimplePlayerSDI.dsw
  14941. SimplePlayerSDI.exe
  14942. SimplePlayerSDI.h
  14943. SimplePlayerSDI.mak
  14944. SimplePlayerSDI.rc
  14945. STDWIN.C
  14946. STDWIN.HOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:SimplePlayerSDI.win:PTDev.CD Aug 00 TC Disk 2
  14947.  - Sample Code
  14948.  - QuickTime
  14949.  - Basics
  14950.  - SimplePlayerSDI.winV
  14951. 90200X
  14952. Aug 00^    TC Disk 2
  14953. e    No Change
  14954. em you selected could not be found."
  14955.     return
  14956. end try
  14957. e    No Changef4sound
  14958. doublebuffer
  14959. SndPlayDoubleBuffer
  14960. compressq
  14961. Dev.CD Aug 00 TC Disk 2
  14962. All Packages
  14963. F!Snippets - Communications Toolbox
  14964. 87027X
  14965. Summary: CallHyper is an external for 4th Dimension which allows you to call a HyperCard external from 4D.  HyperCard externals which rely on HyperCard callbacks cannot be used with CallHyper.
  14966. Features: Provides access to HyperCard externals from 4th Dimension.  The first parameter is the name of the XCMD or XFCN to load, then up to 6 parameters which must be given as TEXT.  Any result is set on a 4D TEXT variable called xResult.
  14967. callHyper
  14968. CallHyper NotesK
  14969. Vol VIIIM;4D, HyperCard XCMDs, This package is System 7.0 compatible.ObDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:CallHyper 1.0:PpDev.CD Aug 00 TC Disk 1
  14970.  - Tool Chest
  14971.  - Development Kits
  14972.  - HyperCard Related
  14973.  - XCMDs & XFCNs
  14974.  - CallHyper 1.0 94
  14975. Dev.CD Jan 94
  14976. Dev.CD Oct 93
  14977. Dev.CD Jul 9V
  14978. 88776X
  14979. Apr 94
  14980. partial
  14981. participation
  14982. QuickDraw FX, CalcCMask, CalcMask, SeedCFill, SeedFill, Search Proc, ColorTable, Dithering, CopyBits, RGBForeColor, RGBBackColor, BackColor, ForeColor, ditherCopy, AddSearch, DelSearch, GetCTable, CopyMaskO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:PEDev.CD Aug 00 TC Disk 1
  14983.  - Sample Code
  14984.  - Graphics 2D
  14985.  - QuickDraw FXV
  14986. 89935X
  14987. Aug 00^    TC Disk 1
  14988. --set theItem to choose file -- uncomment to test in an AS editor
  14989.     tell application "Finder"
  14990.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:QuickDraw FX:"
  14991.         activate
  14992.     end tell
  14993. on error errMsg number errNum
  14994.     --enter statements to perform when no records are found such as...
  14995.     display dialog "Sorry, the item you selected could not be found."
  14996.     return
  14997. end try
  14998. e    No Changef
  14999. QuickDraw FX
  15000. CalcCMask
  15001. CalcMask
  15002. SeedCFill
  15003. SeedFill
  15004. Search Proc
  15005. ColorTable
  15006. Dithering
  15007. CopyBits
  15008. RGBForeColor
  15009. RGBBackColor
  15010. BackColor
  15011. ForeColor
  15012. ditherCopy
  15013. AddSearch
  15014. DelSearch
  15015. GetCTable
  15016. CopyMask
  15017. 89646X
  15018. Aug 00^    TC Disk 1
  15019. --set theItem to choose file -- uncomment to test in an AS editor
  15020.     tell application "Finder"
  15021.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  15022.         activate
  15023.     end tell
  15024. on error errMsg number errNum
  15025.     --enter statements to perform when no records are found such as...
  15026.     display dialog "Sorry, the item you selected could not be found."
  15027.     return
  15028. end try
  15029. e    No Changef%Testing
  15030. Memory
  15031. Virtual User
  15032. Debuggingq
  15033. Dev.CD Aug 00 TC Disk 1
  15034. All Packages
  15035. menu 'cicn' funIRThis sample illustrates how to add color icons of different sizes to menu items.  JOMenu 'cicn' fun(PPC)
  15036. menu 'cicn' fun.c
  15037. Menu 'cicn' fun.mcp
  15038. Menu 'cicn' fun.rsrcOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:PTDev.CD Aug 00 TC Disk 2
  15039.  - Sample Code
  15040.  - Human Interface Toolbox
  15041.  - Menu 'cicn' funV
  15042. 89647X
  15043. Aug 00^    TC Disk 2
  15044. e    No Change
  15045. 68030, or 68040 Macintosh system.
  15046. NOTE:  This versi
  15047.  leaks.
  15048. Features:  Memory Monitor provides infomation about memory usage from three vantage points: 
  15049. 1) From Macsbug's point of view you can obtain the same info as the Heap Totals (HT), Heap Zones (HZ), and Heap Check (HC) commands.
  15050. 2) From the Process Manager's point of view you can obtain a list of active processes and get the information provided by the GetProcessInformation tool box call for each process.
  15051. 3) From Finder's point of view you can obtain the numbers provided by the "AbouC
  15052. t this Macintosh" dialog.
  15053. Virtual User tools.imgK
  15054. Jul 93L
  15055. Aug 94
  15056. Memory Monitor requires System Software 7.0 or greater, and Apple
  15057.  Event Manager v1.0.1 or later. Memory Monitor can be utilized by either Virtual User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  15058. N(Testing, Memory, Virtual User, DebuggingOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools::PackageTool:
  15059. OADev.CD Aug 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:PIDev.CD Aug 00 TC Disk 2
  15060.  - Sample Code
  15061.  - Sound
  15062.  - PCI Sound Input driverV
  15063. 89776X
  15064. Aug 00^    TC Disk 2
  15065. --set theItem to choose file -- uncomment to test in an AS editor
  15066.     tell application "Finder"
  15067.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:PCI Sound Input driver:"
  15068.         activate
  15069.     end tell
  15070. on error errMsg number errNum
  15071.     --enter statements to perform when no records are found such as...
  15072.     display dialog "Sorry, the item you selected could not be found."
  15073.     return
  15074. end try
  15075. e    No Changef9Sound Input Driver
  15076. PCI driver
  15077. PCI Sound Input driverq
  15078. Dev.CD Aug 00 TC Disk 2
  15079. All Packages
  15080. PDlog ExpandI6This example shows how to add items to print dialogs. JCPDlog Expand(PPC)
  15081. PDlog Expand.c
  15082. PDlog Expand.mcp
  15083. PDlog Expand.rsrcK
  15084. Dec 96L
  15085. May 97N
  15086. print, dialog, item, addO:Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PDlog Expand:V
  15087. 89777X
  15088. 1e    No Change
  15089. turnedA
  15090. turning
  15091. turns
  15092. turtle
  15093. tutorial
  15094. tview
  15095. tween
  15096. tweening
  15097. twice
  15098. twiddle
  15099. twindow
  15100. twindows
  15101. twisted
  15102. twists
  15103. Woken
  15104. appletalk
  15105. printer
  15106. access
  15107. protocol
  15108. option
  15109. appletalk
  15110. networking
  15111. appletalk
  15112. router
  15113. internet
  15114. application
  15115. applications
  15116. appstogo
  15117. appstogo
  15118. rapid
  15119. application
  15120. development
  15121. arabic
  15122. arbitrary
  15123. arbitrator
  15124. architecture
  15125. archiving
  15126. arithmetic
  15127. arpsample
  15128. powerbook
  15129. 2400c
  15130. All Packages
  15131. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  15132. Dev.CD Jan 94
  15133. Dev.CD Oct 93
  15134. Dev.CD Jul 93
  15135. Dev.CD Apr 93PDDev.CD Apr 94
  15136. Dev.CD Jan 94
  15137. Dev.CD Oct 93
  15138. Dev.CD Jul 93
  15139. Dev.CD Apr 9V
  15140. 90554X
  15141. Apr 94
  15142. --set theItem to choose file -- uncomment to test in an AS editor
  15143.     tell application "Finder"
  15144.         open item "Dev.CD Apr 94
  15145. Dev.CD Jan 94
  15146. Dev.CD Oct 93
  15147. Dev.CD Jul 93
  15148. Dev.CD Apr 93"
  15149.         activate
  15150.     end tell
  15151. on error errMsg number errNum
  15152.     --enter statements to perform when no records are found such as...
  15153.     display dialog "Sorry, the item you selected could not be found."
  15154.     return
  15155. end try
  15156. All Packages
  15157. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  15158. Dev.CD Jan 94
  15159. Dev.CD Oct 93
  15160. Dev.CD Jul 93P6Dev.CD Apr 94
  15161. Dev.CD Jan 94
  15162. Dev.CD Oct 93
  15163. Dev.CD Jul 9V
  15164. 90555X
  15165. Apr 94
  15166. sample
  15167. sample
  15168. sample
  15169. readme
  15170. sample
  15171. componentss
  15172. sample
  15173. documents
  15174. sample
  15175. All Packages
  15176. F    QuickTimeO
  15177. Dev.CD Jun 97 SSWP
  15178. Dev.CD Jun 97 SSV
  15179. 90100X
  15180. Jun 97
  15181. f--set theItem to choose file -- uncomment to test in an AS editor
  15182.     tell application "Finder"
  15183.         open item "Dev.CD Jun 97 SSW"
  15184.         activate
  15185.     end tell
  15186. on error errMsg number errNum
  15187.     --enter statements to perform when no records are found such as...
  15188.     display dialog "Sorry, the item you selected could not be found."
  15189.     return
  15190. end try
  15191. All Packages
  15192. F    QuickTimeO
  15193. Dev.CD Jun 97 SSWP
  15194. Dev.CD Jun 97 SSV
  15195. 90101X
  15196. Jun 97
  15197. f--set theItem to choose file -- uncomment to test in an AS editor
  15198.     tell application "Finder"
  15199.         open item "Dev.CD Jun 97 SSW"
  15200.         activate
  15201.     end tell
  15202. on error errMsg number errNum
  15203.     --enter statements to perform when no records are found such as...
  15204.     display dialog "Sorry, the item you selected could not be found."
  15205.     return
  15206. end try
  15207. All Packages
  15208. F    QuickTimeO
  15209. Dev.CD Jun 97 SSWP
  15210. Dev.CD Jun 97 SSV
  15211. 90102X
  15212. Aug 00^    TC Disk 2
  15213. --set theItem to choose file -- uncomment to test in an AS editor
  15214.     tell application "Finder"
  15215.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:UFailure:"
  15216.         activate
  15217.     end tell
  15218. on error errMsg number errNum
  15219.     --enter statements to perform when no records are found such as...
  15220.     display dialog "Sorry, the item you selected could not be found."
  15221.     return
  15222. end try
  15223. e    No Changef#UFailure
  15224. Exception
  15225. Handler
  15226. UFailureq
  15227. Dev.CD Aug 00 TC Disk 2
  15228. All Packages
  15229. Un/mount
  15230. %This sample demonstrates how to handle disk-inserted events in a modal dialog. Along the way, it demonstrates how to field a disk-inserted event without allowing the system to automagically mount the volumes on the disk. (The code mounts the disk explicitly, but your program doesn't need to.)
  15231. J3Un/mount(PPC)
  15232. Un/mount.c
  15233. Un/mount.mcp
  15234. Un/mount.rsrcM
  15235. O3Dev.CD Aug 00 TC Disk 1:Sample Code:Files:Un/mount:V
  15236. 90642X
  15237. 1e    No Change
  15238. alternatebufferdispl
  15239. alternatebufferdispl
  15240. alternatebufferdispl
  15241. rsrcr
  15242. altivec
  15243. altivec
  15244. wavelet
  15245. altivecmultiprecisio
  15246. altivecmultiprecisio
  15247. alwayspreviews
  15248. alwayspreview
  15249. alwayspreview
  15250. alwayspreview
  15251. alwayspreview
  15252. rsrcs
  15253. amazonbooks
  15254. amazonbooks
  15255. amazonmusic
  15256. amazonmusic
  15257. analysis
  15258. nmountIt.rsrcK
  15259. Aug 95M
  15260. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO7Dev.CD Aug 00 TC Disk 1:Tool Chest:Files:UnmountIt 1.2:P?Dev.CD Aug 00 TC Disk 1
  15261.  - Tool Chest
  15262.  - Files
  15263.  - UnmountIt 1.2
  15264. Summary: This is the electronic version of develop magazine.
  15265.  Issue 1 highlights:
  15266. Realistic Color for Real-World Applications.  Extensions to the Macintosh graphics system software and how to use them.
  15267. All About the Palette Manager.  The what, why, and how of the Palette Manager and how it works with 32-Bit QuickDraw.
  15268. Braving Offscreen Worlds.  Use the new offscreen calls to set up and to maintain your offscreen world. 
  15269. The Perils of Postscript.  Mixing the models: Postscript and Qui
  15270. xckDraw; tricks for the mix.
  15271. Compatibility: Rules of the Road.  An overview of the most critical System 7.0 compatibility issues.
  15272. Debugging Declaration ROMs.  Everything you need to know to build and to debug a NuBus declaration ROM.
  15273. Apple II Development Dynamo.  Produce fast, small, readable, reliable Apple II assembly-language code quickly and conveniently using Dynamo.
  15274. J&develop Issue  1
  15275. develop Issue  1 codeK
  15276. Vol IIIL
  15277. Jun 95
  15278. debug
  15279. sound
  15280. manager
  15281. 3.2.1
  15282. debugger
  15283. debugger
  15284. detection
  15285. debuggerpresence
  15286. debuggers
  15287. debugging
  15288. declaration
  15289. decompressors
  15290. delete
  15291. delsearch
  15292. demos
  15293. dependency
  15294. depth
  15295. design
  15296. designing
  15297. desktop
  15298. detection
  15299. detector
  15300. detectorsy
  15301. developerz
  15302. developer
  15303. documentation
  15304. developer
  15305. notes
  15306. developers
  15307. development
  15308. device
  15309. device
  15310. manager
  15311. devnotes
  15312. dialog
  15313. dialog
  15314. manager
  15315. dictation
  15316. dictionary
  15317. dictionary
  15318. manager
  15319. digitizing
  15320. dimmed
  15321. dimming
  15322. direct
  15323. direct
  15324. pixel
  15325. access
  15326. dirid
  15327. disabled
  15328. disassembler
  15329. disassembly
  15330. drivers
  15331. image
  15332. display
  15333. display
  15334. folder
  15335. display
  15336. accomplished
  15337. accomplishing
  15338. according
  15339. according
  15340. inside
  15341. macintosh
  15342. macin
  15343. account/password
  15344. accumulate
  15345. accuracy
  15346. accurate
  15347. accurately
  15348. accurately
  15349. print
  15350. image
  15351. scanned
  15352. accurately
  15353. print
  15354. image
  15355. viewed
  15356. monitor
  15357. acgis
  15358. achieve
  15359. achieved
  15360. achieves
  15361. getsetoptions
  15362. getsetoptions
  15363. getsetoptions
  15364. getting
  15365. getting
  15366. started
  15367. gettoolconfig
  15368. gettoolconfig
  15369. gettoolconfig
  15370. gettoolconfig
  15371. getvol
  15372. getvol
  15373. newformat
  15374. gif89a
  15375. gimedapalette
  15376. gimedapalette
  15377. gimedapalette&sound
  15378. gimedapalette&sound
  15379. gimedapalette&sound
  15380. gimedapalette&sound
  15381. global
  15382. global
  15383. globals
  15384. globals
  15385. globals
  15386. globals
  15387. --set theItem to choose file -- uncomment to test in an AS editor
  15388.     tell application "Finder"
  15389.         open item "Dev.CD Jan 94
  15390. Dev.CD Oct 93
  15391. Dev.CD Jul 93
  15392. Dev.CD Apr 93
  15393. Dev.CD Mar 93
  15394. Dev.CD Feb 93
  15395. Dev.CD Jan 93
  15396. Dev.CD Nov/Dec 92"
  15397.         activate
  15398.     end tell
  15399. on error errMsg number errNum
  15400.     --enter statements to perform when no records are found such as...
  15401.     display dialog "Sorry, the item you selected could not be found."
  15402.     return
  15403. end try
  15404.  source files are just typicaB
  15405. l toolbox routine calls for event and menu handling.  Note that this application was written to work on 8bit devices, but can easily be modified for others.
  15406. J^draw.c
  15407. events.c
  15408. menu.c
  15409. Out of.rsrc
  15410. out.c
  15411. out.h
  15412. OutOfThisGWorld(PPC)
  15413. OutOfThisGWorld.mcp
  15414. READMEM
  15415. 8 bit colorNyPalette animation, GWorld, DisposeGWorld, AnimatePalette, Palette2CTab, CopyBits, GetEntryColor, SetEntryColor, NewGWorldOCDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:'s vocabulary.  Add names of f
  15416. 13-duS
  15417. 13-du
  15418. training
  15419. sites
  15420. 17.203.23.112
  15421. counterwindow
  15422. 2-1.1.3
  15423. 2.0.1
  15424. 2.0.2
  15425. 2.0.6
  15426. 2.0.6
  15427. files
  15428. 2.0b6
  15429. 2.1.1
  15430. 2.1.1d1
  15431. 2.1.2
  15432. 2.2.2
  15433. 2.3e4
  15434. 2.4b6
  15435. 2.6.1
  15436. 2.6.5]
  15437. 2300c
  15438. 2400c
  15439. 247226
  15440. 248426
  15441. check
  15442. existence
  15443.  PowerPC Macintosh with 16bit sound input
  15444. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  15445. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:
  15446. system'sW
  15447. system-level
  15448. systematic
  15449. systematically
  15450. systems[
  15451. systemsoft
  15452. t-shirt
  15453. tab-delimited
  15454. tabbed
  15455. table^
  15456. tables^
  15457. tantek
  15458. targetS
  15459. targeted
  15460. targetingw
  15461. targets
  15462. tasksj
  15463. tcp/ip
  15464. tcp/ip/lpr
  15465. teamw
  15466. tech{
  15467. technicalT
  15468. makefiles
  15469. makefolder
  15470. makeicon
  15471. makeitable
  15472. makemake
  15473. makemymediamovies
  15474. maker
  15475. makesN
  15476. W        activate
  15477.     end tell
  15478. on error errMsg number errNum
  15479.     --enter statements to perform when no records are found such as...
  15480.     display dialog "Sorry, the item you selected could not be found."
  15481.     return
  15482. end try
  15483. e    No Changef(AppleTalk Wide Area
  15484. Router
  15485. Internetq
  15486. Dev.CD Apr 98 SDK1
  15487. All Packages
  15488. AppsToGoI
  15489. A simple rapid application (or prototyping) design tool.  See the documentation to learn how to modify AppWannabe to build your own application.J
  15490. ! AppsToGo/CW build info
  15491. AppsToGo.docs
  15492. AppWannabe
  15493. AppWannabeNewDocs
  15494. CalcIt
  15495. DTS.Draw
  15496. DTS.Lib
  15497. DTS.StyleChat
  15498. Kibitz
  15499. pbClock
  15500. AppsToGo Reference
  15501. AppsToGo.FAT
  15502. Sample ApplicationsK
  15503. May 93L
  15504. Nov 94M
  15505. variesO6Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:AppsToGo:V
  15506. 87620X
  15507. 1e    No Change
  15508. erarchies
  15509. hiermenus
  15510. saving{
  15511. savings
  15512. savory
  15513. savvy
  15514. sawitzki
  15515. says{
  15516. sbarcdef
  15517. scalable
  15518. scalable
  15519. postscript
  15520. shows
  15521. postscrip
  15522. scalar
  15523. scale
  15524. scaled
  15525. scales
  15526. scaling
  15527. scannedx
  15528. scannerx
  15529. scanners
  15530. scanning
  15531. scansx
  15532. scenario
  15533. scene
  15534. scheduleS
  15535. while
  15536. 89226X
  15537. Aug 00^    TC Disk 1
  15538. --set theItem to choose file -- uncomment to test in an AS editor
  15539.     tell application "Finder"
  15540.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  15541.         activate
  15542.     end tell
  15543. on error errMsg number errNum
  15544.     --enter statements to perform when no records are found such as...
  15545.     display dialog "Sorry, the item you selected could not be found."
  15546.     return
  15547. end try
  15548. e    No Changeq
  15549. Dev.CD Aug 00 TC Disk 1
  15550. kD!All Packages
  15551. Tool Chest Edition
  15552. Audio Palette Developer Doc
  15553. {Summary: The audio palette developer documentation contains descriptions of features of the audio palette accessible by HyperTalk scripting only.  These include messages that the palette sends to the current stack as well as a list of messages the palette will respond to. This information is crucial if developers want to take advantage of the audio palette in their own stacks.
  15554. 89227X
  15555. Deleted
  15556. HO"Dev.CD Jun 97 SSW
  15557. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  15558. Dev.CD Dec 96 SV
  15559. 90088X
  15560. Jun 97
  15561. w--set theItem to choose file -- uncomment to test in an AS editor
  15562.     tell application "Finder"
  15563.         open item "Dev.CD Jun 97 SSW
  15564. Dev.CD Dec 96 SE"
  15565.         activate
  15566.     end tell
  15567. on error errMsg number errNum
  15568.     --enter statements to perform when no records are found such as...
  15569.     display dialog "Sorry, the item you selected could not be found."
  15570.     return
  15571. end try
  15572. All Packages
  15573. F    QuickTimeO"Dev.CD Jun 97 SSW
  15574. Dev.CD Dec 96 SEP!Dev.CD Jun 97 SSW
  15575. Dev.CD Dec 96 SV
  15576. 90089X
  15577. Jun 97
  15578. w--set theItem to choose file -- uncomment to test in an AS editor
  15579.     tell application "Finder"
  15580.         open item "Dev.CD Jun 97 SSW
  15581. Dev.CD Dec 96 SE"
  15582.         activate
  15583.     end tell
  15584. on error errMsg number errNum
  15585.     --enter statements to perform when no records are found such as...
  15586.     display dialog "Sorry, the item you selected could not be found."
  15587.     return
  15588. end try
  15589. that's
  15590. e    No Changef2MemHell
  15591. Memory
  15592. stress
  15593. debug
  15594. debugging
  15595. testingq
  15596. Dev.CD Aug 00 TC Disk 1
  15597. All Packages
  15598. Memory Monitor
  15599. Summary:  Memory Monitor is a software utility which provides memory usage information to a programatically driven environment, such as Virtual User (V.U.), AppleScript or any Apple Event capable environment. Memory Monitor was created to assist test engineers using an automated test environment to obtain memory usage information without the need of human intervention. It has been used extensively for gathering Ram foot print information of software products. It can also help locate memory
  15600. 89646X
  15601. the status information associated with OT/PPP or ARA 3.0
  15602. Distinguishes between OT/PPP and ARA.J
  15603. AEHelpers.c
  15604. AEHelpers.h
  15605. FinderRegistry.h
  15606. GetPPPStatus Readme
  15607. GetPPPStatus(PPC)
  15608. GetPPPStatus.c
  15609. GetPPPStatus.mcp
  15610. MoreFinderEvents.c
  15611. MoreFinderEvents.h
  15612. OpenTptPPP.h
  15613. RAScriptingAdditions.h
  15614. TrapUtils.c
  15615. TrapUtils.hK
  15616. Apr 98V
  15617. 87881X
  15618. 1e    No Change
  15619. languages
  15620. largej
  15621. large
  15622. collection
  15623. tools
  15624. scripts
  15625. libraries
  15626. examples
  15627. largely
  15628. larger
  15629. larkspur
  15630. laser
  15631. laserwriter{
  15632. laserwriteriisc
  15633. laserwriters
  15634. lasso
  15635. late-breaking
  15636. laterZ
  15637. laterappley
  15638. latestR
  15639. latest
  15640. specification
  15641. profiles
  15642. latitude
  15643. latter
  15644. --set theItem to choose file -- uncomment to test in an AS editor
  15645.     tell application "Finder"
  15646.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:"
  15647.         activate
  15648.     end tell
  15649. on error errMsg number errNum
  15650.     --enter statements to perform when no records are found such as...
  15651.     display dialog "Sorry, the item you selected could not be found."
  15652.     return
  15653. end try
  15654. SUserProcs.c
  15655. DSUserProcs.h
  15656. DSUtils.c
  15657. DSUtils.h
  15658. GetHelpStrings
  15659. Read MeK
  15660. Dec 95N<balloon help, C, finder help strings, spinning cursors, acurO:Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:GetHelpStrings:PBDev.CD Aug 00 TC Disk 1
  15661.  - Tool Chest
  15662.  - Toolbox
  15663.  - GetHelpStringshows how to use the Network Setup library (as introduced in Mac OS 8.5) to determine whether opening a TCP/IP provider will cause a modem to dial.  If the Network Setup library is not available, the sample will read the "TCP/IP Preferences" file directly.
  15664. Dec 98V
  15665. 86575X
  15666. 1e    No Change
  15667. Mar 99ns{
  15668. directly
  15669. directories
  15670. directs
  15671. direformat
  15672. dirid
  15673. dirty
  15674. disable
  15675. disable
  15676. mouse
  15677. keyboard
  15678. disable
  15679. speech
  15680. disabled^
  15681. disableeject
  15682. disables
  15683. disabling
  15684. disambiguator{
  15685. disassemble
  15686. disassembly
  15687. discW
  15688. discard
  15689. disclaimer
  15690. disclaimers
  15691. disclosure
  15692. disconnect
  15693. discourages
  15694. discover
  15695. discovered
  15696. discovering
  15697. discrete
  15698. discs
  15699. discuss
  15700. discussed
  15701. discusses
  15702. discussion
  15703. discussions
  15704. disinfectant
  15705. diskx
  15706. differently
  15707. differing
  15708. differs
  15709. difficult
  15710. difficulties
  15711. difficulty
  15712. digest
  15713. digit
  15714. digital
  15715. digitizer
  15716. digitizers
  15717. digitizershell
  15718. digitizershell
  15719. simple
  15720. sequence
  15721. grabber
  15722. related
  15723. digitizing
  15724. dilemmas
  15725. dils{
  15726. dimension
  15727. dimensions
  15728. dimmed
  15729. dimming
  15730. dimms
  15731. diractive
  15732. direct
  15733. direct-manipulation
  15734. directing
  15735. direction
  15736. directional
  15737. disinfectant
  15738. diskx
  15739. utility
  15740. application
  15741. mount
  15742. diskfiller
  15743. disks
  15744. diskscripts
  15745. Dev.CD Aug 00 TC Disk 1
  15746. All Packages
  15747. SCSI Find Devices
  15748. SCSI Find Devices contains a very simple "wrapper" main program and a rather complex subroutine that illustrates
  15749.  how to iterate over all attached SCSI devices. It can be used by SCSI utility programs - such as formatters - that need to locate all SCSI devices.
  15750. JiSCSI Find Devices(PPC)
  15751. SCSI Find Devices.mcp
  15752. SCSIFindDevices.h
  15753. SCSIFindDevicesMain.c
  15754. SCSIFindNextDevice.cM
  15755. SCSI ManagerN8SCSI, SCSI Manager, bus scan, inquiry, SCSI Find DevicesOPDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Find Devices:P[Dev.CD Aug 00 TC Disk 1
  15756.  - Sample Code
  15757.  - Devices and Hardware
  15758.  - SCSI
  15759.  - SCSI Find DevicesV
  15760. 90161X
  15761. Aug 00^    TC Disk 1
  15762. e    No Change
  15763. pre-asip
  15764. ecord
  15765. soundmemrecord
  15766. 89761X
  15767. Aug 00^    TC Disk 1
  15768. --set theItem to choose file -- uncomment to test in an AS editor
  15769.     tell application "Finder"
  15770.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Out of This GWorld:"
  15771.         activate
  15772.     end tell
  15773. on error errMsg number errNum
  15774.     --enter statements to perform when no records are found such as...
  15775.     display dialog "Sorry, the item you selected could not be found."
  15776.     return
  15777. end try
  15778. e    No ChangefqPalette animation
  15779. GWorld
  15780. DisposeGWorld
  15781. AnimatePalette
  15782. Palette2CTab
  15783. CopyBits
  15784. GetEntryColor
  15785. SetEntryColor
  15786. NewGWorldq
  15787. Dev.CD Aug 00 TC Disk 1
  15788. All Packages
  15789. PackageTool
  15790. 89762X
  15791. CT-009-4435 (Install 3)
  15792. Read Me First! SC
  15793. Read Me First! TCK
  15794. Nov 96L
  15795. May 97M
  15796. Any PowerPC Macintosh with 16bit sound input
  15797. System 7.1.2 or above with Chinese Language Kit 1.1 or above installled
  15798. A CDK microphoneN0Chinese, dictation, CDK, speech, input, keyboardO9Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:y
  15799. Macintosh with 68030 processor or later, Open Transport 1.1 or greater installed. The sample can be compiled using the Open Transport 1.3 SDK and Metrowerks CodeWarrior Pro 1 or 2 or ETO 23N^Open Transport, code resource, XCMD, CodeWarrior, MPW, 68K, ethernet address, hardware addressor errMsg number errNum
  15800.     --enter statements to perform when no records are found such as...
  15801.     display dialog "Sorry, the item you selected could not be found."
  15802.     return
  15803. end try
  15804. Deletedf
  15805. ColorSync Photoshop Plug-insq
  15806. Dev.CD Apr 98 SDK1
  15807. 5D!All Packages
  15808. Mac OS SDK Edition
  15809. Communications Toolbox
  15810.     contains a "What's new" readme file that describes the bug fixes and feature enhancements in version 1.5.1 (the new release) of the Speech Recognition extension.
  15811. Input from early adopters of Apple's speech recognition technology has contributed greatly to the Speech Recognition Manager API. If you find bugs in the extension or documentation, please use the Apple Bug Reporter stack. Include t
  15812. diagrams
  15813. dialog
  15814. dialog
  15815. popups
  15816. dialogbits
  15817. dialogbits
  15818. dialogbits
  15819. dialogbits
  15820. dialogbits
  15821. dialogcode
  15822. dialogcode
  15823. dialogs
  15824. dialogs
  15825. dialogstuff
  15826. dialogstuff
  15827. dialogstuff
  15828. dialogtest
  15829. dialogtest
  15830. dialogtest
  15831. dialogtest
  15832. dialogutils
  15833. dialogutils
  15834. dialogutils
  15835. dialogutils
  15836. dialogwindow
  15837. dialogwindow
  15838. dialogwindow
  15839. dictionary
  15840. untested
  15841. until
  15842. unwanted
  15843. unwrapcommenttext
  15844. quicktime
  15845. quicktime
  15846. first
  15847. quicktime
  15848. javao
  15849. quicktime
  15850. quicktime
  15851. contents
  15852. quicktime
  15853. quicktime
  15854. textp
  15855. quicktime
  15856. tools
  15857. quicktime
  15858. quicktime
  15859. fully
  15860. quicktime
  15861. xcmds
  15862. quicktime
  15863. xcmds
  15864. alias
  15865. quickview
  15866. quickview
  15867. 2.3e4
  15868. release
  15869. notes
  15870. quickview
  15871. databases-standalone
  15872. quite
  15873. aedaemone
  15874. quitapps
  15875. quitapps
  15876. quitapps
  15877. quitapps
  15878. qwertytunes
  15879. qwertytunes
  15880. qwertytunes
  15881. r13u5
  15882. r14a1
  15883. r14b1
  15884. r15d1
  15885. resedit
  15886. 2.1.1
  15887. disassembly
  15888. disassembler
  15889. viewer
  15890. edito
  15891. resolution
  15892. resource[
  15893. resource
  15894. addresmenu[
  15895. resources^
  15896. restoredeviceclut
  15897. restoredeviceclut
  15898. getdevicelist
  15899. newpalette
  15900. setpalette
  15901. testde
  15902. retrievepictinfo
  15903. return
  15904. return
  15905. investment
  15906. business
  15907. processes
  15908. interactive
  15909. media
  15910. reverb
  15911. rgbbackcolor
  15912. rgbforecolor
  15913. rhapsody
  15914. rhapsody
  15915. yellow
  15916. openstep
  15917. rhapsody
  15918. pages
  15919. rotate
  15920. rotatestring
  15921. rotatestring
  15922. rotate
  15923. rotation
  15924. router
  15925. routines
  15926. routing
  15927. rowbytes
  15928. rubber-banding
  15929. rubber-banding
  15930. srcxor
  15931. stretch
  15932. runtime
  15933. sample
  15934. sample
  15935. sample
  15936. traffic
  15937. light
  15938. samplerateavail
  15939. saving
  15940. scale
  15941. de    No ChangefOdisk device driver
  15942. RAM disk
  15943. Driver Gestalt
  15944. control panel
  15945. RAMDiskq
  15946. Dev.CD Aug 00 TC Disk 1
  15947. All Packages
  15948. RAVE Starter Samples
  15949. There are three different samples here, each showing a variation on the same theme -- we create a window and do some simple 2D drawing into it.  These samples don't show any clipping code or a full featured 3D engine; these will appear in a future sample.
  15950. These versions were compiled with CodeWarrior Pro 3 and the RAVE 1.5 SDK.
  15951. For more information, check out TechNote 1125, which covers many issues related to developing RAVE applications.
  15952. RAVE Common Code -- A few routines are used by m
  15953. 90117X
  15954. member
  15955. memoryA
  15956. memory
  15957. stress
  15958. update
  15959. previous
  15960. version
  15961. memory-efficient
  15962. memory-intensive
  15963. memory/video
  15964. mensch
  15965. mentat
  15966. mention
  15967. menubar
  15968. menumanager
  15969. menusv
  15970. menuscripter
  15971. merchandised
  15972. merchandising
  15973. merely
  15974. message
  15975. messagepad{
  15976. messages{
  15977. messagewatcher
  15978. meta-content
  15979. metering
  15980. methodx
  15981. methodology
  15982. methods
  15983. metrowerks
  15984. pple Publications Style Guide [UPDATE]
  15985. The February 2000 edition of the Apple Publications Style Guide provides you with the most up-to-date style conventions used in Apple documentation. This extensive revision has added new terms, updated existing terms, and deleted obsolete ones. In documentation for your users, we encourage you to follow Apple style for Apple-specific terms, especially for those related to the user interface.
  15986. hardware
  15987. images
  15988. macos8and9K
  15989. Apr 00L
  15990. Apr 00M
  15991. web browser
  15992. 6Developer Documentation, Publications, Technical, docs, documentation, Apple Type Services for Unicode Imaging, ATSUI, rendering unicode text, manuals, style, style guide, usage,   iBook, PowerPC, Ethernet, USB, FireWire, AirPort,  PowerBook, RAGE 128 Ethernet, Power Mac, PowerPC, G4, RAGE 128, Ethernet, DVD
  15993. OeDev.CD Apr 00 SDK1:What's New:Developer Documentation:Technical Publications:Developer Documentation:
  15994. gatewayT
  15995. gateways{
  15996. gather
  15997. gathering
  15998. gb2312
  15999. gdevice
  16000. gdevice's
  16001. gdevvideo
  16002. gdrefnum
  16003. gearing
  16004. gelphman
  16005. gemma
  16006. general
  16007. general-purpose
  16008. generally
  16009. generate
  16010. generated
  16011. generates
  16012. generating
  16013. generation
  16014. generator
  16015. generators
  16016. generic
  16017. events
  16018. needs
  16019. events
  16020. get1resource
  16021. getdraghilite
  16022. gethideonswitch
  16023. getkeysV
  16024. getlastchange
  16025. getmfsize
  16026. getnextevent
  16027. getnextfond
  16028. casey
  16029. casts
  16030. catalan
  16031. catalog
  16032. cataloged
  16033. catalogs
  16034. catch
  16035. catched
  16036. catches
  16037. categoriesj
  16038. category
  16039. catmoving
  16040. catsearch
  16041. causeX
  16042. caused
  16043. "glue." It was compiled  under MPW 3.3.1 (ETO 13).
  16044. It correctly demonstrates asyncronous I/O, simple completion routine state machines,  the transition from one SCSI Manager to another, using the new driver rules and so on.  On the other hand it doesn't do much error handling and doesn't work on the Mac Plus.  No provB
  16045. ision is made to support vendor- or version-specific disk hardware or firmware. In particular, note that this sample does not use the automatic Request Sense capability of the asynchronous SCSI Manager.
  16046. 88568X
  16047. appletalk
  16048. overview
  16049. development
  16050. lJVDemoText.MAMake
  16051. DemoText.r
  16052. DemoTextDump.h
  16053. MDemoText.cp
  16054. README
  16055. UDemoText.cp
  16056. UDemoText.hM
  16057. MacAppN,MacApp, Text Dump, Dump, Two Level Text DumpOSDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:P^Dev.CD Aug 00 TC Disk 2
  16058.  - Sample Code
  16059.  - Platforms and Tools
  16060.  - MacApp
  16061.  - Two Level Text DumpV
  16062. 90636X
  16063. Aug 00^    TC Disk 2
  16064. --set theItem to choose file -- uncomment to test in an AS editor
  16065.     tell application "Finder"
  16066.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Two Level Text Dump:"
  16067.         activate
  16068.     end tell
  16069. on error errMsg number errNum
  16070.     --enter statements to perform when no records are found such as...
  16071.     display dialog "Sorry, the item you selected could not be found."
  16072.     return
  16073. end try
  16074. e    No Changef)MacApp
  16075. Text Dump
  16076. Two Level Text Dumpq
  16077. Dev.CD Aug 00 TC Disk 2
  16078. All Packages
  16079. TwoColumn LDEF
  16080. 90637X
  16081. about
  16082. about
  16083. 2.2.2
  16084. redistribution
  16085. nableIPReuseAddrSample.c
  16086. OTSimpleServer(PPC)
  16087. OTSimpleServer.mcp
  16088. OTSimpleServerHTTP.c
  16089. OTSimpleServerHTTP.h
  16090. OTSimpleServerHTTPTest.c
  16091. Read Me About Simple Server
  16092. Sample 
  16093. IP Secondary Addresses
  16094. Sample HTTP SourceK
  16095. Jun 98M
  16096. Open Transport 1.1.1 or higherNgOpen Transport, TCP, endpoint, server, HTTP, listen, bind, single-link, multihoming, OTSimpleServerHTTPOBDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTSimpleServerHTTP:PJDev.CD Aug 00 TC Disk 2
  16097.  - Sample Code
  16098.  - Networking
  16099.  - OTSimpleServerHTTPV
  16100. 86573X
  16101. Aug 00^    TC Disk 2
  16102. e    No Change
  16103. OEDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:AddFrameToMovie:PPDev.CD Aug 00 TC Disk 2
  16104.  - Sample Code
  16105.  - QuickTime
  16106.  - Basics
  16107.  - AddFrameToMovieV
  16108. 89145X
  16109. Aug 00^    TC Disk 2
  16110. --set theItem to choose file -- uncomment to test in an AS editor
  16111.     tell application "Finder"
  16112.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:AddFrameToMovie:"
  16113.         activate
  16114.     end tell
  16115. on error errMsg number errNum
  16116.     --enter statements to perform when no records are found such as...
  16117.     display dialog "Sorry, the item you selected could not be found."
  16118.     return
  16119. end try
  16120. e    No Changef
  16121. QuickTime
  16122. frame
  16123. movie
  16124. Dev.CD Aug 00 TC Disk 2
  16125. All Packages
  16126. AddHTActions
  16127. 89146X
  16128.  including:
  16129. 1. Multiple document windows. 
  16130. 2. Disk files for persistent data. 
  16131. 3. Menu items for modifying the data. 
  16132. 4. Buttons for modifying the data. 
  16133. 5. Modal dialogs. 
  16134. 6. Printing. 
  16135. 7. Custom application and document icons. 
  16136. 8. Customized 
  16137. About this program
  16138.  dialog. 
  16139. concurrently@
  16140. conjuntion@
  16141. considerable@
  16142. constant@
  16143. containing@
  16144. content
  16145. contents@
  16146.  It illustrates how to write a software digitizer component, and it's useful to test the HackTV application on computers that do not have hardware digitizers.
  16147. JjBuilding QT Samples
  16148. MWPrefixRezPPC.h
  16149. README
  16150. SoftVDIG PPC
  16151. SoftVDIG PPC.mcp
  16152. softVdig.c
  16153. softVdig.h
  16154. softVdig.rM
  16155. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  16156. N,QuickTime, Video, Digitizer, Component, VDIGOADev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Capturing:SoftVdig:PLDev.CD Aug 00 TC Disk 2
  16157.  - Sample Code
  16158.  - QuickTime
  16159.  - Capturing
  16160.  - SoftVdiged)O6Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:cihui:P>Dev.CD Aug 00 TC Disk 1
  16161.  - Tool Chest
  16162.  - Localization
  16163.  - cihuiV
  16164. 84511X
  16165. Aug 00^    TC Disk 1
  16166. e    No Change
  16167. system
  16168. related
  16169. system
  16170. additions
  16171. system
  16172. folder
  16173. items
  16174. system
  16175. picker
  16176. systemfolder
  16177. systemfolder
  16178. systemsQ
  16179. t-italian
  16180. ta-tradchinese
  16181. tabloid
  16182. tabloid
  16183. ssbars
  16184. source
  16185. sample
  16186. illustrating
  16187. progresswindoid
  16188. promotional
  16189. promotions
  16190. prompt
  16191. prompts^
  16192. proofreaders
  16193. propagates
  16194. proper
  16195. properly
  16196. properties
  16197. property
  16198. propertylist
  16199. proportional
  16200. have been available since System
  16201. All Packages
  16202. PPC EnablerO
  16203. Dev.CD Jul 95P
  16204. Dev.CD Jul 9V
  16205. 89847X
  16206. Jul 95
  16207. b--set theItem to choose file -- uncomment to test in an AS editor
  16208.     tell application "Finder"
  16209.         open item "Dev.CD Jul 95"
  16210.         activate
  16211.     end tell
  16212. on error errMsg number errNum
  16213.     --enter statements to perform when no records are found such as...
  16214.     display dialog "Sorry, the item you selected could not be found."
  16215.     return
  16216. end try
  16217. All Packages
  16218. PPC EnablerO
  16219. Dev.CD Jul 95P
  16220. Dev.CD Jul 9V
  16221. 89848X
  16222. Jul 95
  16223. b--set theItem to choose file -- uncomment to test in an AS editor
  16224.     tell application "Finder"
  16225.         open item "Dev.CD Jul 95"
  16226.         activate
  16227.     end tell
  16228. on error errMsg number errNum
  16229.     --enter statements to perform when no records are found such as...
  16230.     display dialog "Sorry, the item you selected could not be found."
  16231.     return
  16232. end try
  16233. All Packages
  16234. PPC EnablerO
  16235. Dev.CD Jul 95P
  16236. Dev.CD Jul 9V
  16237. 89849X
  16238. Jul 95
  16239. rs will als
  16240. packages
  16241. sound
  16242. buffer
  16243. bufcallback
  16244. sound
  16245. component
  16246. writer
  16247. sdevk
  16248. sound
  16249. continual
  16250. sndforever
  16251. sound
  16252. double
  16253. buffer
  16254. gimedapalette
  16255. gimedapalette
  16256. sound
  16257. sound
  16258. input
  16259. driver
  16260. driver
  16261. sound
  16262. input
  16263. driver
  16264. sound
  16265. input
  16266. microphone
  16267. sound
  16268. multiple
  16269. multiplay
  16270. sound
  16271. doublebuffer
  16272. sndplaydoublebuffer
  16273. compress
  16274. sound
  16275. record
  16276. metertest
  16277. sound
  16278. sample
  16279. samplerateavail
  16280. sound
  16281. soundapp
  16282. sound
  16283. studio
  16284. cheap
  16285. studio
  16286. synccmd
  16287. soundapp
  16288. soundconvert
  16289. soundsprocket
  16290. soundsprocket
  16291. sound
  16292. reverb
  16293. effects
  16294. source
  16295. space
  16296. spbrecord
  16297. spbrecord
  16298. asynchronous
  16299. record
  16300. record
  16301. sound
  16302. TP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  16303. Inside Macintosh: Open Transport
  16304. Nov 97L
  16305. Sep 98V
  16306. 86572X
  16307. 1e    No Change
  16308. oSummary: This tool allows the developer to monitor the ADB Bus on a host Macintosh.  It will capture a sequence of packets and display them in both packet and trace forms.
  16309. Features: User can specify an ADB command to trigger the capture.
  16310. Issues: Special cable needs to be made to adapt the ADB bus to the host Macs modem port.  Menu item shows cable diagram.  
  16311. ADB AnalyzerK
  16312. Mar 92M%Mac SE or later machine for the host.OPDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:Apple Desktop Bus:ADB Analyzer 1.0d6:P[Dev.CD Aug 00 TC Disk 1
  16313.  - Tool Chest
  16314.  - Devices
  16315.  - Apple Desktop Bus
  16316.  - ADB Analyzer 1.0d6W
  16317. 90019X
  16318. Jan 95
  16319. p--set theItem to choose file -- uncomment to test in an AS editor
  16320.     tell application "Finder"
  16321.         open item "Dev.CD Jan 95
  16322. Dev.CD Oct 94"
  16323.         activate
  16324.     end tell
  16325. on error errMsg number errNum
  16326.     --enter statements to perform when no records are found such as...
  16327.     display dialog "Sorry, the item you selected could not be found."
  16328.     return
  16329. end try
  16330. All Packages
  16331. F    QuickTimeO
  16332. Dev.CD Jan 96 SSWP
  16333. Dev.CD Jan 96 SSV
  16334. 90020X
  16335. Jan 96
  16336. f--set theItem to choose file -- uncomment to test in an AS editor
  16337.     tell application "Finder"
  16338.         open item "Dev.CD Jan 96 SSW"
  16339.         activate
  16340.     end tell
  16341. on error errMsg number errNum
  16342.     --enter statements to perform when no records are found such as...
  16343.     display dialog "Sorry, the item you selected could not be found."
  16344.     return
  16345. end try
  16346. All Packages
  16347. F    QuickTimeO
  16348. Dev.CD Jan 96 SSWP
  16349. Dev.CD Jan 96 SSV
  16350. 90021X
  16351. Jan 96
  16352. quickdraw
  16353. quickdraw
  16354. quickdraw
  16355. bottleneck
  16356. quickdraw
  16357. quickdraw
  16358. quickdraw
  16359. raster
  16360. imagewriter
  16361. halftone
  16362. dither
  16363. sample
  16364. quickdraw
  16365. spooler
  16366. print
  16367. patch
  16368. appleshare
  16369. novell
  16370. netware
  16371. quicktake
  16372. quicktime
  16373. quicktime
  16374. quicktime
  16375. conferencing
  16376. quicktime
  16377. quicktime
  16378. 73007200/1207200/906
  16379. 730513255
  16380. 7editO
  16381. Jan 96
  16382. g--set theItem to choose file -- uncomment to test in an AS editor
  16383.     tell application "Finder"
  16384.         open item "Dev.CD Jan 96 SDK1"
  16385.         activate
  16386.     end tell
  16387. on error errMsg number errNum
  16388.     --enter statements to perform when no records are found such as...
  16389.     display dialog "Sorry, the item you selected could not be found."
  16390.     return
  16391. end try
  16392. All Packages
  16393. QuickDraw GXO
  16394. Dev.CD Jan 96 SDK1P
  16395. Dev.CD Jan 96 SDKV
  16396. 89948X
  16397. Jan 96
  16398. g--set theItem to choose file -- uncomment to test in an AS editor
  16399.     tell application "Finder"
  16400.         open item "Dev.CD Jan 96 SDK1"
  16401.         activate
  16402.     end tell
  16403. on error errMsg number errNum
  16404.     --enter statements to perform when no records are found such as...
  16405.     display dialog "Sorry, the item you selected could not be found."
  16406.     return
  16407. end try
  16408. All Packages
  16409. QuickDraw GXO
  16410. Dev.CD Jan 96 SDK1P
  16411. Dev.CD Jan 96 SDKV
  16412. 89949X
  16413. Jan 96
  16414. eplace?" dialogs.  When the Save button is hit and
  16415. gf`chained I/O completion routines
  16416. asynchronous File Manager I/O
  16417. Time Manager tasks
  16418. interrupt time
  16419. Dev.CD Aug 00 TC Disk 1
  16420. All Packages
  16421. ATA Demo 1.3
  16422. +ATADemo is a CodeWarrior C sample that will call the ATA Manager and scan the ATA bus and list the various device configuration data.  This sample has been updated to properly work with the .AppleCD driver installed.
  16423. This sample has been updated to properly work with the .AppleCD driver installed.
  16424. JFATA Demo(PPC)
  16425. ATA Demo.c
  16426. ATA Demo.mcp
  16427. ATADemo 1.3 ReadMe
  16428. ATA_powerpc.hK
  16429. Jan 98L
  16430. May 99M
  16431. ATA Manager, Mac OS 8.5N$ATA, ATAPI, CD-ROM, CD ROM, ATA DemoOFDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ATA:ATA Demo:PQDev.CD Aug 00 TC Disk 1
  16432.  - Sample Code
  16433.  - Devices and Hardware
  16434.  - ATA
  16435.  - ATA DemoV
  16436. 89224X
  16437. Aug 00^    TC Disk 1
  16438. e    No Change
  16439. pr 9V
  16440. 88925X
  16441. Apr 94
  16442. DE Editor for ResEdit 2.1
  16443. 84513X
  16444. This update to Toolbox assistant includes the following QuickView databases:
  16445. NOTE:  We have released the databases below as standalone products, without an updated Routines A ... Z and Mgr. page.
  16446. Advanced Color Imaging Assistant: This set of three QuickView databases provide conceptual information for working with  color in your application, including sample code, as well as a reference to the Palette Manager, Color Picker Manager, ColorSync Manager, and Color Manager. Advanced Color Ima
  16447. ging Assistant has been revised for version 2.1 of the ColorSync Manager and includes hypertext links to new and revised material.
  16448. Apple Game Sprockets: This QuickView database includes the set of new APIs to make game programming for the Macintosh easy. The four sprockets documented in this QuickView database include SoundSprocket, DrawSprocket, InputSprocket, and NetSprocket. Some of the APIs for these sprockets are for new functionality and others make APIs that already existed in the 
  16449. oes fall into the category of empirically discovered undocumented behavior. 
  16450. AsyncPB:  AsyncPB is an example of how File System calls can be made in a chain from an interrupt handler like the Time Manager.
  16451. CreateDirWithCustomIcon:  This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.
  16452. CustomGet unresolved alias:  This sample demonstrates how to let the user choose an alias file f
  16453. rom an "open" dialog. The basic idea is to intercept the pseudo-item 'sfHookOpenAlias' in a CustomGetFile hook function and transform it into 'getOpen'. This causes the dialog to behave as if the user had clicked the open button. Also, we intercept the item number of a check box we have added to the dialog item template in order to allow the user to choose whether to resolve aliases. Finally, when CustomGetFile returns, we call DebugStr to let the user (you, the programmer, not end users -
  16454. --set theItem to choose file -- uncomment to test in an AS editor
  16455.     tell application "Finder"
  16456.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:"
  16457.         activate
  16458.     end tell
  16459. on error errMsg number errNum
  16460.     --enter statements to perform when no records are found such as...
  16461.     display dialog "Sorry, the item you selected could not be found."
  16462.     return
  16463. end try
  16464. pixel
  16465. platformsQ
  16466. platforms
  16467. toolsQ
  16468. play1
  16469. play1
  16470. play2
  16471. play2
  16472. player
  16473. ploticons
  16474. ploticons
  16475. plug-ins
  16476. plugins
  16477. popups
  16478. popuptkl
  16479. popuptkl
  16480. popuptkl
  16481. portingobjectivectoj
  16482. powerbook
  16483. powerbook
  16484. addendum
  16485. powerbook
  16486. powerbook
  16487. 2400c
  16488. relates
  16489. relating
  16490. relational
  16491. relations
  16492. relationship
  16493. relationships
  16494. relative
  16495. relatively
  16496. relax
  16497. releaseR
  16498. release
  16499. notes
  16500. released
  16501. releaseresource
  16502. releases{
  16503. releasing
  16504. relevantz
  16505. reliability
  16506. reliable
  16507. reliably
  16508. reliance
  16509. relief
  16510. relies
  16511. religiously
  16512. relish
  16513. relocation
  16514. relstring
  16515. remain
  16516. remaining
  16517. remains
  16518. remap
  16519. remedies
  16520. remember
  16521. involving
  16522. iostreams
  16523. iotracer
  16524. ipclister
  16525. ipclistports
  16526. W the item you selected could not be found."
  16527.     return
  16528. end try
  16529. e    No Changef@Open Transport
  16530. OTOptionManagment
  16531. option management
  16532. GetSetOptionsq
  16533. Dev.CD Aug 00 TC Disk 2
  16534. All Packages
  16535. GiMeDaPalette with Sound
  16536. 87883X
  16537. ode:Networking:OTPingSample:V
  16538. 86571X
  16539. 1e    No Change
  16540. ssentials, page 6-158 t0 6-164. It is based on the Dialog Manager Q&A technote.
  16541. The Item Color Table Resource is difficult to do by hand.  This sample shows how one is done and is carefully documented.  It show how to use different color and font in EditText items.  It also show how to use color in buttons.
  16542. ItemHider:  Two sample applications, in both MPW and Turbo Pascal
  16543.  versions, show how to hide editText fields in a dialog.
  16544. jGNEFilter:  This snippet is a sample GetNextEvent filter w
  16545. hich uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  16546. kcapApp:  Demonstration keyboard drawing from KCAP resource. The DrawKeyCaps function draws the key caps, given a set of  modifiers (in the high byte of the modifier short parameter) and KCHR and KCAP resource IDs, using the current pen in  the current GrafPort .
  16547. KeyMapTest:  Shows how to interpret the results of GetKeys.
  16548. ListInDialog:  A snippet that shows how to put a List Manager list i
  16549. --set theItem to choose file -- uncomment to test in an AS editor
  16550.     tell application "Finder"
  16551.         open item "Dev.CD Apr 94
  16552. Dev.CD Jan 94
  16553. Dev.CD Oct 93
  16554. Dev.CD Jul 93"
  16555.         activate
  16556.     end tell
  16557. on error errMsg number errNum
  16558.     --enter statements to perform when no records are found such as...
  16559.     display dialog "Sorry, the item you selected could not be found."
  16560.     return
  16561. end try
  16562. instance
  16563. instances
  16564. instantly
  16565. instead
  16566. instruction
  16567. instructional
  16568. instructions_
  16569. instrumentation
  16570. instrumented
  16571. insure
  16572. int'l
  16573. intact
  16574. integer
  16575. integral
  16576. integrate
  16577. integrated
  16578. integrates
  16579. integrating
  16580. integrating
  16581. computer-based
  16582. media
  16583. broadcast
  16584. environment
  16585. integration
  16586. integrator
  16587. updatemoviesemonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and, if the user allows the save, the Save action is map to a Cancel action but the reply is marked as good.
  16588. J}CustomPutSuffix -- readme
  16589. CustomPutSuffix(PPC)
  16590. CustomPutSuffix.c
  16591. CustomPutSuffix.mcp
  16592. CustomPutSuffix.rsrc
  16593. InitMac.c
  16594. InitMac.hM
  16595. System 7.0N
  16596. Standard File, replace hookOHDev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutSuffix:PSDev.CD Aug 00 TC Disk 1
  16597.  - Sample Code
  16598.  - Files
  16599.  - Standard File
  16600.  - CustomPutSuffix Disk 2:Sample Code:Sound:SndForEver:P=Dev.CD Aug 00 TC Disk 2
  16601.  - Sample Code
  16602.  - Sound
  16603.  - SndForEverV
  16604. 87025X
  16605. Aug 00^    TC Disk 2
  16606. e    No Change
  16607. ponentss
  16608. compressionm
  16609. compression
  16610. prefixm
  16611. compressorm
  16612. connection
  16613. contextualu
  16614. contextual
  16615. manageru
  16616. contrast
  16617. headerx
  16618. header
  16619. files
  16620. heavily
  16621. hebreu
  16622. hebrew
  16623. hecht
  16624. hedging{
  16625. help_
  16626. helper
  16627. helpful
  16628. helps_
  16629. heralds
  16630. here{
  16631. here's
  16632. here's
  16633. snippet
  16634. returns
  16635. vrefnum
  16636. dirid
  16637. hereafter
  16638. hersey
  16639. hexedit
  16640. hidden
  16641. hidemenubar
  16642. hidemenubar
  16643. shows
  16644. simply
  16645. creatin
  16646. hierarchical
  16647. hierarchies
  16648. hiermenus
  16649. settings
  16650. settingupstdfile
  16651. settle
  16652. setup
  16653. setupgl
  16654. setups
  16655. setvideomediagraphic
  16656. setwutime
  16657. severalf
  16658. sfgetfolder
  16659. sfhookopenalias
  16660. sgdrawable
  16661. shaded
  16662. shading
  16663. shadingwinds
  16664. shadow{
  16665. shadows
  16666. shake
  16667. shannon
  16668. shape
  16669. shapes
  16670. sharable
  16671. share{
  16672.   --enter statements to perform when no records are found such as...
  16673.     display dialog "Sorry, the item you selected could not be found."
  16674.     return
  16675. end try
  16676. All Packages
  16677. QuickDraw GXO
  16678. Dev.CD Apr 95P
  16679. Dev.CD Apr 9V
  16680. 88385X
  16681. Apr 95
  16682. 89869X
  16683. Aug 00^    TC Disk 1
  16684. --set theItem to choose file -- uncomment to test in an AS editor
  16685.     tell application "Finder"
  16686.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:"
  16687.         activate
  16688.     end tell
  16689. on error errMsg number errNum
  16690.     --enter statements to perform when no records are found such as...
  16691.     display dialog "Sorry, the item you selected could not be found."
  16692.     return
  16693. end try
  16694. e    No Changef:QuickDraw GX spooler print patch AppleShare Novell Netwareq
  16695. Dev.CD Aug 00 TC Disk 1
  16696. All Packages
  16697. QDMediaHandler
  16698. 89870X
  16699. r.apple.com/tools/macapp/
  16700. Dev.CD Aug 00 TC Disk 1
  16701. All Packages
  16702. AdLib 3.0.1
  16703. 87558X
  16704. ObjectsCategories&Posers.pdf
  16705. WebObjectsPerformanceTuning
  16706. Working with WebObjects.pdf
  16707. Writing for Interactive Media
  16708. controlbackground
  16709. controlkeypatch
  16710. controlrgn
  16711. controlstrip
  16712. controlstrip
  16713. controlstripsample
  16714. summary
  16715. bbedit
  16716. freeware
  16717. derivative
  16718. bbedit
  16719. summary
  16720. betabase
  16721. filemaker
  16722. report
  16723. database
  16724. summary
  16725. order
  16726. catch
  16727. summary
  16728. buginfo
  16729. macro
  16730. execute
  16731. within
  16732. macsbug
  16733. summary
  16734. callhyper
  16735. external
  16736. dimension
  16737. which
  16738. summary
  16739. cdent
  16740. format
  16741. source
  16742. summary
  16743. cfm-68k
  16744. runtime
  16745. architecture
  16746. 68k-based
  16747. summary
  16748. color
  16749. locator
  16750. enables
  16751. anything
  16752. summary
  16753. contains
  16754. documentation
  16755. header
  16756. files
  16757. tools
  16758. summary
  16759. contains
  16760. latest
  16761. appletalk
  16762. stack
  16763. version
  16764. macsn
  16765. summary
  16766. controlstrip
  16767. sample
  16768. program
  16769. shows
  16770. summary
  16771. convert
  16772. projects
  16773. utility
  16774. which
  16775. summary
  16776. generator
  16777. application
  16778. generate
  16779. summary
  16780. linear
  16781. feedback
  16782. shift
  16783. register
  16784. entered
  16785. summary
  16786. daystar
  16787. digital
  16788. apple
  16789. computer
  16790. designed
  16791. linking
  16792. manager
  16793. listen
  16794. listen/accept
  16795. listen/accept
  16796. handoff
  16797. scrolling
  16798. driver
  16799. loadable
  16800. loadable
  16801. bundle
  16802. loader
  16803. loading
  16804. loadscrap
  16805. locales
  16806. localization
  16807. localized
  16808. localized
  16809. strings
  16810. location
  16811. location
  16812. manager
  16813. lockfile
  16814. logical
  16815. double
  16816. doubles
  16817. space
  16818. lproj
  16819. lurkers
  16820. runtime
  16821. architecture
  16822. runtime
  16823. maccheck
  16824. machine
  16825. machine
  16826. identification
  16827. macintalk
  16828. macintoshR
  16829. folder
  16830. J8Building QT Samples
  16831. QTMultiImage.c
  16832. QTMultiImage.h
  16833. READMEOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmultiimage:PNDev.CD Aug 00 TC Disk 2
  16834.  - Sample Code
  16835.  - QuickTime
  16836.  - Goodies
  16837.  - qtmultiimageV
  16838. 89890X
  16839. Aug 00^    TC Disk 2
  16840. --set theItem to choose file -- uncomment to test in an AS editor
  16841.     tell application "Finder"
  16842.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmultiimage:"
  16843.         activate
  16844.     end tell
  16845. on error errMsg number errNum
  16846.     --enter statements to perform when no records are found such as...
  16847.     display dialog "Sorry, the item you selected could not be found."
  16848.     return
  16849. end try
  16850. e    No Changeq
  16851. Dev.CD Aug 00 TC Disk 2
  16852. All Packages
  16853. QTMusic
  16854. 89891X
  16855. 89362X
  16856. Sep 96^
  16857. --set theItem to choose file -- uncomment to test in an AS editor
  16858.     tell application "Finder"
  16859.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 10:"
  16860.         activate
  16861.     end tell
  16862. on error errMsg number errNum
  16863.     --enter statements to perform when no records are found such as...
  16864.     display dialog "Sorry, the item you selected could not be found."
  16865.     return
  16866. end try
  16867. Deletedq
  16868. Dev.CD Sep 96 RL
  16869. sD(All Packages
  16870. Reference Library Edition
  16871. develop Issue 11
  16872.     isk 1
  16873. D!All Packages
  16874. Mac OS SDK Edition
  16875. Security SDK
  16876. menuhandler
  16877. menuhandler
  16878. menuhandler
  16879. menuhints
  16880. menuhints
  16881. menus
  16882. menus
  16883. menuscripter
  16884. menuscripter
  16885. transport
  16886. streams
  16887. module
  16888. driver
  16889. asynchronous
  16890. transport
  16891. streams
  16892. module
  16893. driver
  16894. streamnop
  16895. transport
  16896. endpoint
  16897. download
  16898. fetch
  16899. otsimple
  16900. transport
  16901. endpoint
  16902. server
  16903. listen
  16904. single-l
  16905. bottleneck
  16906. bottlenecks
  16907. bottomz
  16908. bottom-down
  16909. boundaries
  16910. boundary
  16911. bounds
  16912. description
  16913. betaBase
  16914. Summary:  betaBase is a FileMaker Pro bug report database that will help developers log and record bugs in their applications.  betaBase is easy to use and easy to modify for developers own needs.  It is an easy bug tracking system and, because of the ease of use of FileMaker Pro, can easily sort records and create reports.  It is also networkable.
  16915. Features:
  16916.  lists all of the current System Software and Macintosh Systems
  16917.  handles more than one user at a time
  16918.  password capability
  16919.  easi
  16920. messagepad{
  16921. messages{
  16922. messagewatcher
  16923. messy
  16924. meta-content
  16925. metafile
  16926. meter
  16927. metering
  16928. meters
  16929. metertest
  16930. methodx
  16931. methodology
  16932. methods
  16933. 90059X
  16934. Oct 93
  16935. ~--set theItem to choose file -- uncomment to test in an AS editor
  16936.     tell application "Finder"
  16937.         open item "Dev.CD Oct 93
  16938. Dev.CD Jul 93
  16939. Dev.CD Apr 93"
  16940.         activate
  16941.     end tell
  16942. on error errMsg number errNum
  16943.     --enter statements to perform when no records are found such as...
  16944.     display dialog "Sorry, the item you selected could not be found."
  16945.     return
  16946. end try
  16947. All Packages
  16948. F    QuickTimeO
  16949. Dev.CD Oct 93
  16950. Dev.CD Oct 93V
  16951. 90060X
  16952. Oct 93
  16953. c--set theItem to choose file -- uncomment to test in an AS editor
  16954.     tell application "Finder"
  16955.         open item "Dev.CD Oct 93
  16956.         activate
  16957.     end tell
  16958. on error errMsg number errNum
  16959.     --enter statements to perform when no records are found such as...
  16960.     display dialog "Sorry, the item you selected could not be found."
  16961.     return
  16962. end try
  16963. All Packages
  16964. F    QuickTimeO)Dev.CD Oct 93
  16965. Dev.CD Jul 93
  16966. Dev.CD Apr 93P(Dev.CD Oct 93
  16967. Dev.CD Jul 93
  16968. Dev.CD Apr 9V
  16969. 90061X
  16970. Oct 93
  16971. 89697X
  16972. Aug 00^    TC Disk 1
  16973. --set theItem to choose file -- uncomment to test in an AS editor
  16974.     tell application "Finder"
  16975.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:"
  16976.         activate
  16977.     end tell
  16978. on error errMsg number errNum
  16979.     --enter statements to perform when no records are found such as...
  16980.     display dialog "Sorry, the item you selected could not be found."
  16981.     return
  16982. end try
  16983. e    No Changef$ClipRect
  16984. GetNextDevice
  16985. GetDeviceListq
  16986. Dev.CD Aug 00 TC Disk 1
  16987. All Packages
  16988. MyHelpMenuI
  16989. Sample code to demonstrate how to append your own menu items to the help menu and how to add heirarchical sub-menus to menu items installed in the help menu.
  16990. JNMyHelpMenu READ ME
  16991. MyHelpMenu(PPC)
  16992. MyHelpMenu.c
  16993. MyHelpMenu.mcp
  16994. MyHelpMenu.rsrcK
  16995. Mar 98N#help, menu, hierarchical, sub-menusO<Dev.CD Aug 00 TC Disk 2:Sample Code:Help Systems:MyHelpMenu:PDDev.CD Aug 00 TC Disk 2
  16996.  - Sample Code
  16997.  - Help Systems
  16998.  - MyHelpMenuV
  16999. 89698X
  17000. Aug 00e    No Change
  17001. black-and-white
  17002. blackketter
  17003. blank
  17004. se file -- uncomment to test in an AS editor
  17005.     tell application "Finder"
  17006.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:"
  17007.         activate
  17008.     end tell
  17009. on error errMsg number errNum
  17010.     --enter statements to perform when no records are found such as...
  17011.     display dialog "Sorry, the item you selected could not be found."
  17012.     return
  17013. end try
  17014. e    No Changef:sound
  17015. double buffer
  17016. GiMeDaPalette
  17017. GiMeDaPalette with Soundq
  17018. Dev.CD Aug 00 TC Disk 2
  17019. All Packages
  17020. GlyphaIVI
  17021. This sample is a basic game implementation in the sprite of Joust.  It is meant as demonstation of the basics of Sprocket usage.
  17022. G4Enemy.c
  17023. G4Externs.h
  17024. G4Graphics.c
  17025. G4Interface.c
  17026. G4Lava.c
  17027. G4Main.c
  17028. G4Play.c
  17029. G4Prefs.c
  17030. G4Resources.rsrc
  17031. G4SetUpTakeDown.c
  17032. G4Sound.c
  17033. G4Utilities.c
  17034. Glypha IV
  17035. GlyphaIV.CW2.
  17036. GlyphaIV.CW5.
  17037. Feb 00O3Dev.CD Aug 00 TC Disk 1:Sample Code:Games:GlyphaIV:V
  17038. 87884X
  17039. 1e    No Change
  17040. o Change
  17041. metrowerks
  17042. pascal
  17043. source
  17044. included
  17045. rsrcM
  17046. Sound Manager 3.0 or laterN=sound, double buffer, GiMeDaPalette, GiMeDaPalette with SoundOCDev.CD Aug 00 TC Disk 2:Sample Code:Sound:GiMeDaPalette with Sound:PKDev.CD Aug 00 TC Disk 2
  17047.  - Sample Code
  17048.  - Sound
  17049.  - GiMeDaPalette with Sound
  17050. generically
  17051. genericness
  17052. geometric
  17053. geometries
  17054. geoport{
  17055. german
  17056. germany
  17057. gestaltB
  17058. gestaltequ
  17059. gestalticonutilities
  17060. gestaltnativecputype
  17061. gestalttable
  17062. gestaltvalue
  17063. events
  17064. needs
  17065. events
  17066. get1resource
  17067. getadevtype
  17068. getdctlentry
  17069. getdraghilite
  17070. getdraghilitecolor
  17071. getfinfo
  17072. getgraphicsimporterf
  17073. getgrayrgn
  17074. gethideonswitch
  17075. getindstring
  17076. getinfo
  17077. getkeysV
  17078. getlastchange
  17079. getmfsize
  17080. getnextevent
  17081. getnextfond
  17082. y partition 
  17083. Dev.CD Jun 97 SSV
  17084. 90009X
  17085. Jun 97
  17086. f--set theItem to choose file -- uncomment to test in an AS editor
  17087.     tell application "Finder"
  17088.         open item "Dev.CD Jun 97 SSW"
  17089.         activate
  17090.     end tell
  17091. on error errMsg number errNum
  17092.     --enter statements to perform when no records are found such as...
  17093.     display dialog "Sorry, the item you selected could not be found."
  17094.     return
  17095. end try
  17096. All Packages
  17097. QuickDraw GXO
  17098. Dev.CD Jun 97 SSWP
  17099. Dev.CD Jun 97 SSV
  17100. 90010X
  17101. Jun 97
  17102. f--set theItem to choose file -- uncomment to test in an AS editor
  17103.     tell application "Finder"
  17104.         open item "Dev.CD Jun 97 SSW"
  17105.         activate
  17106.     end tell
  17107. on error errMsg number errNum
  17108.     --enter statements to perform when no records are found such as...
  17109.     display dialog "Sorry, the item you selected could not be found."
  17110.     return
  17111. end try
  17112. All Packages
  17113. QuickDraw GXO
  17114. Dev.CD Jun 97 SSWP
  17115. Dev.CD Jun 97 SSV
  17116. 90011X
  17117. Jun 97
  17118. display
  17119. quicktime
  17120. movie
  17121. --set theItem to choose file -- uncomment to test in an AS editor
  17122.     tell application "Finder"
  17123.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Vectors:QTVectors:"
  17124.         activate
  17125.     end tell
  17126. on error errMsg number errNum
  17127.     --enter statements to perform when no records are found such as...
  17128.     display dialog "Sorry, the item you selected could not be found."
  17129.     return
  17130. end try
  17131. gxgraphics
  17132. 1.1.6
  17133. hairline
  17134. halftone
  17135. handler
  17136. handlers
  17137. handles
  17138. ndoff
  17139. handwriting
  17140. handy
  17141. handyman
  17142. hardware
  17143. hardware
  17144. address
  17145. hardware
  17146. developer
  17147. documentation
  17148. hardware
  17149. documentation
  17150. zones
  17151. heaps
  17152. hebrew
  17153. center
  17154. systems
  17155. helper
  17156. class
  17157. driver
  17158. Summary: This is the electronic version of develop magazine.
  17159.  Issue 11 highlights:
  17160. The Asynchronous Sound Helper  by Bryan K. (
  17161. Beaker
  17162. ) Ressler. Confused about the Sound Manager? Here
  17163. s help: a detailed walk-through of useful routines for accomplishing common Sound Manager tasks.
  17164. Around and Around: Multibuffering Sounds  by Neil Day.   The inside world of multibuffering sounds is exposed to the light, and we discover that it
  17165. s really not that gory.
  17166. Living In an Exceptional World  by 
  17167. Sean Parent.   Ever get mad at those 
  17168. Real programs check errors here
  17169.  comments you see so often in sample code? Here
  17170. s a workable error-handling methodology that might interest you.
  17171. The NetWork Project: Distributed Computing on the Macintosh  by G
  17172. nther Sawitzki.   Distributed computing is looming large on the horizon, and programmers need to be ready. NetWork enables you to experiment with distributed computing right now.
  17173. Graphical Truffles: Writing Directly to the Screen  by Brigham S
  17174. extractors
  17175. extras
  17176. f-french
  17177. factorizations
  17178. fadescreen
  17179. fadescreen
  17180. fadescreen
  17181. failure
  17182. failure
  17183. fastdither
  17184. fastdither
  17185. fastdither
  17186. fastditherusingqt
  17187. fastditherusingqt
  17188. fastditherusingqt
  17189. splasher
  17190. splasher
  17191. splasher
  17192. splasher
  17193. splashwindow
  17194. splashwindow
  17195. splashwindow
  17196. spooler
  17197. spritedemoapp
  17198. spritedemoapp
  17199. spritemgrt
  17200. spritemgr
  17201. spritemgr
  17202. spritemgr
  17203. spritemgr
  17204. spritemgr
  17205. three-dimensional
  17206. threshold
  17207. --set theItem to choose file -- uncomment to test in an AS editor
  17208.     tell application "Finder"
  17209.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:"
  17210.         activate
  17211.     end tell
  17212. on error errMsg number errNum
  17213.     --enter statements to perform when no records are found such as...
  17214.     display dialog "Sorry, the item you selected could not be found."
  17215.     return
  17216. end try
  17217. WorldScript UpdaterO
  17218. Dev.CD Jul 96 SSWP
  17219. Dev.CD Jul 96 SSV
  17220. 87513X
  17221. Jul 96
  17222. f--set theItem to choose file -- uncomment to test in an AS editor
  17223.     tell application "Finder"
  17224.         open item "Dev.CD Jul 96 SSW"
  17225.         activate
  17226.     end tell
  17227. on error errMsg number errNum
  17228.     --enter statements to perform when no records are found such as...
  17229.     display dialog "Sorry, the item you selected could not be found."
  17230.     return
  17231. end try
  17232. All Packages
  17233. WorldScript UpdaterO
  17234. Dev.CD Jul 96 SSWP
  17235. Dev.CD Jul 96 SSV
  17236. 87514X
  17237. Jul 96
  17238. summary
  17239. software
  17240. apple
  17241. macintosh
  17242. display@
  17243. summary
  17244. package
  17245. provides
  17246. something
  17247. replacement
  17248. summary
  17249. allows
  17250. developer
  17251. monitor
  17252. summary
  17253. validator
  17254. utility
  17255. testing
  17256. sierra/i@
  17257. summary
  17258. simple
  17259. macintosh
  17260. application
  17261. supports
  17262. mult@
  17263. summary
  17264. network
  17265. software
  17266. installer
  17267. insta@
  17268. support's@
  17269. tractor
  17270. plug-ins
  17271. content
  17272. extra@
  17273. that@
  17274. apple@
  17275. command
  17276. equivalent
  17277. macro
  17278. microsoft
  17279. foundation
  17280. class
  17281. multi-documment
  17282. interfac@
  17283. purpose
  17284. menuscripter
  17285. sample
  17286. demonstrat@
  17287. release
  17288. apple's
  17289. brings
  17290. increased
  17291. functionali@
  17292. thee@
  17293. theory@
  17294. there
  17295. small
  17296. cosmetic
  17297. system
  17298. can't
  17299. even@
  17300. these
  17301. applications
  17302. demonstrate
  17303. write
  17304. background
  17305. this@
  17306. Summary:  This application demonstrates how to send an AppleEvent to the Finder that will cause a new default desktop printer to be selected under QuickDraw GX. The user interface consists of a dialog that collects a string that is the name of a desktop printer. Upon hitting the default button, the application forms an AppleEvent and sends it off to the Finder. If the Printing Finder Extension (part of QuickDraw GX) is installed and a valid desktop printer was specified then that printer sB!hould become the default printer.
  17307. FSSetPrinter.c
  17308. FSSetPrinter.h
  17309. ReadMe
  17310. SetDefaultDTP
  17311. SetDefaultDTP.c
  17312. SetDefaultDTP.rsrc
  17313. SetDefaultDTP.
  17314. SetDefaultDTP.
  17315. SetDefaultDTP.
  17316. .rsrcK
  17317. Feb 96M
  17318. QuickDraw GX, System 7.5N8Desk Top Printer Default SetDefaultDTP QuickDraw GX toolO>Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:SetDefaultDTP:PFDev.CD Aug 00 TC Disk 1
  17319.  - Tool Chest
  17320.  - QuickDraw GX
  17321.  - SetDefaultDTP
  17322. Search Internet
  17323.  feature in the Sherlock application allows users to perform Internet searches using one or more Internet search engines. Each search engine Sherlock uses is represented by a plug-in file that describes the formats the engine expects
  17324.  for queries and produces in its responses. These files are stored in the Internet Search Sites folder in the System Folder. 
  17325. Developers can create a new plug-in to add a search engine to Sherlock
  17326. s repertoire if they know how to interpre
  17327. t the HTML files which underlie search engine web pages and if they
  17328. re proficient with tools such as BBEdit, a flexible text editor available from Bare Bones Software and ResEdit, a free utility from Apple. 
  17329. The plug-ins in this package are just a representative sample of what can be accomplished using this powerful search technology.
  17330. Information on how you can take develop plug-ins is available at our web site at http://www.apple.com/sherlock/plugindev.html
  17331. Jan 99L
  17332. Feb 99
  17333. Summary: Color Locator DA enables you to see anything on the desktop in fatbits mode, find its global, local, or relative coordinates, find the relative amounts of red, green, and blue, and the index into the color table as well as how many entries are in the color table. 
  17334. Color Locator DAK
  17335. Vol VL
  17336. Vol VIIO=Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw:Color Locator DAPEDev.CD Aug 00 TC Disk 1
  17337.  - Tool Chest
  17338.  - QuickDraw
  17339.  - Color Locator D
  17340. communications
  17341. communications
  17342. toolboxQ
  17343. summary
  17344. which
  17345. plays
  17346. sounds
  17347. summary
  17348. helper
  17349. formerly
  17350. monthly
  17351. posting
  17352. summary
  17353. definition
  17354. binhex
  17355. protocol
  17356. summary
  17357. developer
  17358. edition
  17359. quickview
  17360. devel
  17361. summary
  17362. developer's
  17363. transl
  17364. summary
  17365. electronic
  17366. version
  17367. develop
  17368. magazine
  17369. summary
  17370. prgram
  17371. guide
  17372. macintosh
  17373. power
  17374. 1:PNDev.CD Aug 00 TC Disk 1
  17375.  - Tool Chest
  17376.  - Memory
  17377.  - DIMM Config&Interleave v1.1
  17378. 89365X
  17379. Sep 96^
  17380. --set theItem to choose file -- uncomment to test in an AS editor
  17381.     tell application "Finder"
  17382.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 13:"
  17383.         activate
  17384.     end tell
  17385. on error errMsg number errNum
  17386.     --enter statements to perform when no records are found such as...
  17387.     display dialog "Sorry, the item you selected could not be found."
  17388.     return
  17389. end try
  17390. Deletedq
  17391. Dev.CD Sep 96 RL
  17392. vD(All Packages
  17393. Reference Library Edition
  17394. develop Issue 14
  17395. otlookupnametest
  17396. otlookupnametest
  17397. otpingsample
  17398. otpingsample
  17399. otpingsample
  17400. otpingsample
  17401. otsimpledownloadhttp
  17402. otsimpledownloadhttp
  17403. otsimpledownloadhttp
  17404. otsimpledownloadhttp
  17405. output
  17406. files
  17407. outputs
  17408. overview
  17409. overview
  17410. appletalk
  17411. overview
  17412. appletalk
  17413. portrait{
  17414. portrect
  17415. ports
  17416. portuguese
  17417. posers
  17418. position
  17419. positioning
  17420. positions
  17421. possibilities
  17422. possibility
  17423. possiblee
  17424. possibly
  17425. post-install
  17426. postal
  17427. poster
  17428. posting
  17429. posts
  17430. postscript
  17431. postscripthandle
  17432. postscripthandledemo
  17433. potential
  17434. potentially
  17435. pottier
  17436. powemac{
  17437.  TC Disk 2
  17438.  - Sample Code
  17439.  - Human Interface Toolbox
  17440.  - OtherResInfo-MungeDeamonV
  17441. 86567X
  17442. Aug 00^    TC Disk 2
  17443. e    No Change
  17444. packages
  17445. combination
  17446. combinations
  17447. combine
  17448. combines
  17449. combining
  17450. combowalker
  17451. comesx
  17452. comfort
  17453. coming
  17454. comma
  17455. commandU
  17456. command-line
  17457. compilers
  17458. compiles
  17459. completeS
  17460. completely
  17461. compliance
  17462. componentQ
  17463. component's
  17464. componentincludes
  17465. components
  17466. composers{
  17467. composite
  17468. composited
  17469. compositing
  17470. compress
  17471. compressed
  17472. compressionQ
  17473. compression/decompreQ
  17474. compressmovie
  17475. compressmovie
  17476. simple
  17477. quicktime
  17478. applicatio
  17479. compressor
  17480. compute
  17481. computer{
  17482. computer'sz
  17483. xe    No Changef2Installer
  17484. CheckGestalt
  17485. script
  17486. UserFunction Gestaltq
  17487. Dev.CD Aug 00 TC Disk 2
  17488. yD!All Packages
  17489. Mac OS SDK Edition
  17490. F    UtilitiesI
  17491. This package contains AppleShare 3.6.5, Disk Copy, Disk First Aid, Drive Setup, and Simple Text as shipped with Mac OS 8.6 International version.J
  17492. 5xxx/6xxx Tester 1.1
  17493. About the Utilities
  17494. Acrobat Reader 4.0.1
  17495. AppleShare 3.6.5
  17496. Disk Copy
  17497. Disk First Aid
  17498. Drive Utilities
  17499. HyperCard Player
  17500. Macintosh CD-ROM Setup 5.3.2
  17501. SimpleTextK
  17502. Jul 99N"Disk, Drive Setup, Aid,  utilitiesO
  17503. Dev.CD Oct 00 SDK1:Utilities:P
  17504. Dev.CD Oct 00 SDK1
  17505.  - UtilitiesV
  17506. 90649X
  17507. Oct 00^
  17508. r--set theItem to choose file -- uncomment to test in an AS editor
  17509.     tell application "Finder"
  17510.         open item "Dev.CD Oct 00 SDK1:Utilities:"
  17511.         activate
  17512.     end tell
  17513. on error errMsg number errNum
  17514.     --enter statements to perform when no records are found such as...
  17515.     display dialog "Sorry, the item you selected could not be found."
  17516.     return
  17517. end try
  17518. e    No Change
  17519. xfcns
  17520. 1.3.6
  17521. 1.0a13
  17522. zaptcp
  17523. zaptcp
  17524. 1.2.1
  17525. zoneranger
  17526. zoneranger
  17527. tutorial
  17528. zoomed
  17529. zoomed
  17530. video
  17531. driver
  17532. zoomrecter
  17533. zoomwindow
  17534. zzportlist
  17535. zzportlist
  17536. 0.005
  17537. 01730-0108
  17538. 01760
  17539. 0xabc9
  17540. exceptions
  17541. exceptions
  17542. expand
  17543. experimental
  17544. experimental
  17545. interfacelib
  17546. experimental
  17547. stuff
  17548. export
  17549. exportersp
  17550. exrom-1func
  17551. exrom-1func
  17552. sresource
  17553. extendprintrecord
  17554. extendprintrecord
  17555. extendprintrecord
  17556. extensionv
  17557. extension
  17558. extension
  17559. extensions
  17560. extractitems
  17561. extractitems
  17562. hardware
  17563. hardware
  17564. hardware
  17565. hardware
  17566. alias
  17567. hardware
  17568. tools
  17569. hardware2
  17570. hardware2
  17571. hatter
  17572. stack
  17573. localization
  17574. navig
  17575. header
  17576. headers
  17577. headers
  17578. libraries
  17579. heapsort
  17580. heapsort
  17581. helloworld
  17582. helloworld
  17583. helpQ
  17584. mycomponent
  17585. mycomponentroutines
  17586. mycomponentroutines
  17587. mycomponentroutines
  17588. mydialog
  17589. mydialog
  17590. mydialog
  17591. namerevisioncurrent
  17592. native
  17593. native
  17594. navig
  17595. o this is how to create one.
  17596. ZoomRecter:  This snippet shows how to do "Finder" style zooming between two rectangles. The boolean flag "kZoomLarger" controls the proportional direction of the zooming.\
  17597. Communications Toolbox
  17598. Contributed
  17599. Devices and Hardware
  17600. Files
  17601. Games
  17602. Graphics 2D
  17603. Graphics 3D
  17604. Help Systems
  17605. Human Interface Toolbox
  17606. Interapplication Comm
  17607. Memory
  17608. Networking
  17609. OS Utilities
  17610. Overview
  17611. Platforms and Tools
  17612. Printing
  17613. Processes
  17614. QuickTime
  17615. Runtime Architecture
  17616. Sound
  17617. Nov 94L
  17618. May 97O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  17619.  - Sample Code
  17620. boxes
  17621. branch
  17622. brand{
  17623. brave
  17624. braving
  17625. brazilian
  17626. break
  17627. breakline
  17628. breakpoints
  17629. breaks
  17630. breakthroughs
  17631. breeze
  17632. brian
  17633. bridge
  17634. bridges
  17635. brief
  17636. brigham
  17637. brightness
  17638. bring
  17639. bring-up
  17640. bringing
  17641. brings
  17642. brink
  17643. british
  17644. broad
  17645. broadcast
  17646. broadcast-ready
  17647. brochure
  17648. broken
  17649. browse
  17650. browser
  17651. browsermaker
  17652. browsermaker
  17653. create
  17654. document
  17655. links
  17656. other
  17657. browsers
  17658. browsing
  17659.  such as...
  17660.     display dialog "Sorry, the item you selected could not be found."
  17661.     return
  17662. end try
  17663. e    No Changeq
  17664. Dev.CD Aug 00 TC Disk 2
  17665. All Packages
  17666. GrayishOutlineV
  17667. 87886X
  17668. plist
  17669. plug-in
  17670. plug-ins
  17671. pmforecolor
  17672. pmtable
  17673. point
  17674. polymorphic
  17675. polymorphic
  17676. functions
  17677. popup
  17678. registry
  17679. scanner
  17680. porting
  17681. ports
  17682. posers
  17683. positions
  17684. postscript
  17685. postscripthandle
  17686. power
  17687. power
  17688. power
  17689. power
  17690. macintosh
  17691. power
  17692. macintosh
  17693. debugger
  17694. power
  17695. manager
  17696. powerbook
  17697. powerbook
  17698. powerbook
  17699. series
  17700. powerpcA
  17701. powerpc
  17702. bandwidthA
  17703. powerplant
  17704. toolboxe
  17705. v.CD Apr 93PDDev.CD Apr 94
  17706. Dev.CD Jan 94
  17707. Dev.CD Oct 93
  17708. Dev.CD Jul 93
  17709. Dev.CD Apr 9V
  17710. 87343X
  17711. Apr 94
  17712. atible
  17713. incorporates
  17714. incorrect
  17715. increaseu
  17716. increases
  17717. incrementalj
  17718. indexj
  17719. indexes
  17720. indicate[
  17721. indicated_
  17722. System Enabler 065 (LC 575)O
  17723. Dev.CD Apr 94
  17724. Dev.CD Jan 94P
  17725. Dev.CD Apr 94
  17726. Dev.CD Jan 9V
  17727. 90428
  17728. microphone
  17729. microphones
  17730. microprocessor
  17731. microprocessorsA
  17732. microsoft
  17733. microsystems
  17734. microtrends{
  17735. middle
  17736. middleware
  17737. midiconverter
  17738. mighty
  17739. modelb
  17740. modeled
  17741. modeling
  17742. modelsu
  17743. modemU
  17744. moderated
  17745. modermu
  17746. modern
  17747. modes
  17748. modified`
  17749. modifier
  17750. modify
  17751. modifying
  17752. moduleN
  17753. modulesR
  17754. momentum{
  17755. money
  17756. monitorU
  17757. monitoringA
  17758. monroe
  17759. month
  17760. monthly{
  17761. morec
  17762.  can control movies with operations : start, stop, sound on/off, frame advance, playbar, size grow box, hide and show of controllers.  The special Movie Controller window allows the user to eliminate movie controllers from any window.
  17763. Movie Editing:  Cut, copy, paste, clear and undo of movies. This tool supports both editing conventions with either the standard controllers or by copying movie selections using the Movie Toolbox.  Use the shift key and move the playbar to make a selection. 
  17764.  The selection portion of the playbar turns black.  After that, all items in the Edit menu will function.  Movies copied to the clipboard will include both the poster PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  17765. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  17766. ow sizes.  The standard Macintosh WDEFs are also included.  Note that when selecting a particular window shape, all movies opened after that will reflect that change.
  17767. Movie Status:  Opens a window displaying the current movie being examined.  It will tell you all you need to know about movie controllers, frames/sec performance, playback rates, etc.
  17768. Also:  Preference Settings, AppleEvents aware, Flattenning Movies, Hiding and Showing of Controllers
  17769. MegaMovies
  17770. Read Me
  17771. Read Me.txtK
  17772. Jul 92L
  17773. Feb 93MHMac with 68020 or later, System 6.0.7 or later, QuickTime
  17774.  1.0 extensionO>Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:PFDev.CD Aug 00 TC Disk 1
  17775.  - Tool Chest
  17776.  - QuickTime
  17777.  - MegaMovies 1.6.2uld not be found."
  17778.     return
  17779. end try
  17780. e    No Changef
  17781. Gray Pattern
  17782. PenPixPat
  17783. PenPat
  17784. Dev.CD Aug 00 TC Disk 1
  17785. All Packages
  17786. GrayText
  17787. 87887X
  17788. hange
  17789. 89146X
  17790. Aug 00^    TC Disk 2
  17791. --set theItem to choose file -- uncomment to test in an AS editor
  17792.     tell application "Finder"
  17793.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Wired Movies and Sprites:AddHTActions:"
  17794.         activate
  17795.     end tell
  17796. on error errMsg number errNum
  17797.     --enter statements to perform when no records are found such as...
  17798.     display dialog "Sorry, the item you selected could not be found."
  17799.     return
  17800. end try
  17801. e    No Changef QuickTime
  17802. Track
  17803. Actionsq
  17804. Dev.CD Aug 00 TC Disk 2
  17805. All Packages
  17806. AddResMenu7.1
  17807. 89147X
  17808.     display dialog "Sorry, the item you selected could not be found."
  17809.     return
  17810. end try
  17811. simporterdraw
  17812. graphicsimportgetima
  17813. graphicsimportsetima
  17814. grayed
  17815. grayishoutline
  17816. quicktime
  17817. embedding
  17818. sound
  17819. commands
  17820. external
  17821. script
  17822. quicktime
  17823. framework
  17824. shell
  17825. viewer
  17826. quicktime
  17827. object
  17828. movie
  17829. convert
  17830. linear
  17831. quicktime
  17832. panoramic
  17833. image
  17834. convert
  17835. quicktime
  17836. panoramic
  17837. playing
  17838. movies
  17839. quicktime
  17840. speech
  17841. voice
  17842. navigate
  17843. panorama
  17844. object
  17845. otfindserialports
  17846. otherresinfo-mungede
  17847. otllctest
  17848. otlookupnametest
  17849. otpapsampleserver
  17850. otpingsample
  17851. otsimpledownloadhttp
  17852. otsimpleserverhttp
  17853. otstreamlogviewer
  17854. ottcpwilldial
  17855. ottraceroutesample
  17856. gworld
  17857. output
  17858. player
  17859. plugins
  17860. popups
  17861. postscript
  17862. powerbook
  17863. primer
  17864. processorC
  17865. profile
  17866. profiler
  17867. project
  17868. projects
  17869. publications
  17870. quadra
  17871. qualified
  17872. quickdraw
  17873. r13u5
  17874. r15d1
  17875. reader_
  17876. receive
  17877. All Packages
  17878. MegaMovies 1.6.2
  17879. Summary: This test tool application demonstrates the use of the standard movie controllers and its manipulation of movie files.  This tool tests other functions to integrate QuickTime
  17880.  with other components of the System Software.
  17881. Features:
  17882. Multiple Movie Files:  More than one movie an be opened at once.  By selecting "Open Multiple", the user can input the number of movies from the same movie file to open.  This is useful for multiple movie testing.
  17883. Standard Movie Controllers:  The user
  17884. 89644X
  17885. 87889X
  17886. Aug 00^    TC Disk 2
  17887. e    No Change
  17888. olbox
  17889. oto Beginning or End:  You can hop to the beginning or end of the active movie or for all movies. This can be particularly useful when putting multiple movies in synch.
  17890. Bit Depth switching:  Changing the monitor bit depths from black&white, 4, 16, 256 colors in any order and in any combination.  Switching occurs during a set interval time.
  17891. Heap Scrambling:  During movie play, you can invoke heap scrambling.  This involves moving memory around every time a toolbox call uses the memory man
  17892. ager.  This can involve scrambling the system heap or application heap.
  17893. SysBeep interrupt:  The CPU can invoke a SysBeep call during a set interval time (in ticks).  When a movie is currently open, a SysBeep will result only as a menubar flash.  However, if a movie is without a sound track or a movie is closed, the SysBeep will beep normally.
  17894. Define Window Type:  Rather than using just the standard "square" window shape, MegaMovies uses a special WDEF resource for displaying various wind
  17895. ZJ}CustomPutAppend -- readme
  17896. CustomPutAppend(PPC)
  17897. CustomPutAppend.c
  17898. CustomPutAppend.mcp
  17899. CustomPutAppend.rsrc
  17900. InitMac.c
  17901. InitMac.hM
  17902. System 7.0N
  17903. Standard File, replace hookOHDev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:PSDev.CD Aug 00 TC Disk 1
  17904.  - Sample Code
  17905.  - Files
  17906.  - Standard File
  17907.  - CustomPutAppendV
  17908. 89338X
  17909. Aug 00^    TC Disk 1
  17910. --set theItem to choose file -- uncomment to test in an AS editor
  17911.     tell application "Finder"
  17912.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutAppend:"
  17913.         activate
  17914.     end tell
  17915. on error errMsg number errNum
  17916.     --enter statements to perform when no records are found such as...
  17917.     display dialog "Sorry, the item you selected could not be found."
  17918.     return
  17919. end try
  17920. e    No Changef
  17921. Standard File
  17922. replace hookq
  17923. Dev.CD Aug 00 TC Disk 1
  17924. All Packages
  17925. CustomPutSuffix
  17926. 89339X
  17927. 89745X
  17928. Aug 00^    TC Disk 2
  17929. --set theItem to choose file -- uncomment to test in an AS editor
  17930.     tell application "Finder"
  17931.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTCheckNetForNBPName:"
  17932.         activate
  17933.     end tell
  17934. on error errMsg number errNum
  17935.     --enter statements to perform when no records are found such as...
  17936.     display dialog "Sorry, the item you selected could not be found."
  17937.     return
  17938. end try
  17939. e    No Changeq
  17940. Dev.CD Aug 00 TC Disk 2
  17941. All Packages
  17942. OTCodeResource
  17943. This sample shows how to call Open Transport from a 68K code resource written in either Metrowerks CodeWarrior C or Symantec C for MPW. The sample creates a HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  17944. ApplParamsHack.c
  17945. ApplParamsHack.c.o
  17946. OTGetDefaultEtherAddr.
  17947. OTGetDefaultEthernetAddr
  17948. OTGetDefaultEthernetAddress.c
  17949. Read Me 
  17950.  OT Code Resource
  17951. WorksheetK
  17952. Apr 96L
  17953. Jun 98V
  17954. 89746X
  17955. 1e    No Change
  17956. NoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOFDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:PNDev.CD Aug 00 TC Disk 1
  17957.  - Sample Code
  17958.  - Graphics 2D
  17959.  - PaletteAnimation grayV
  17960. 89767X
  17961. Aug 00^    TC Disk 1
  17962. --set theItem to choose file -- uncomment to test in an AS editor
  17963.     tell application "Finder"
  17964.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation gray:"
  17965.         activate
  17966.     end tell
  17967. on error errMsg number errNum
  17968.     --enter statements to perform when no records are found such as...
  17969.     display dialog "Sorry, the item you selected could not be found."
  17970.     return
  17971. end try
  17972. e    No ChangefhGetCTable
  17973. NewPalette
  17974. SetPalette
  17975. Palette Animation
  17976. AnimatePalette
  17977. GetEntryColor
  17978. AnimateEntry
  17979. Palette2CTabq
  17980. Dev.CD Aug 00 TC Disk 1
  17981. All Packages
  17982. PartMaker 4.3
  17983. 89768X
  17984. on-line-service
  17985. on-screen
  17986. MFMac OS 8.1+, OpenGL SDK, Universal Interfaces 3.3+ or DrawSprocket SDKN:OpenGL, DrawSprocket, multiple monitor, renderer, agl fontODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:PLDev.CD Aug 00 TC Disk 1
  17987.  - Sample Code
  17988.  - Graphics 3D
  17989.  - OpenGL DrawSprocket 1
  17990.  - Sample Code
  17991.  - Graphics 2D
  17992.  - CopyBitsSpeedPaletteV
  17993. 87724X
  17994. Aug 00^    TC Disk 1
  17995. --set theItem to choose file -- uncomment to test in an AS editor
  17996.     tell application "Finder"
  17997.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CopyBitsSpeedPalette:"
  17998.         activate
  17999.     end tell
  18000. on error errMsg number errNum
  18001.     --enter statements to perform when no records are found such as...
  18002.     display dialog "Sorry, the item you selected could not be found."
  18003.     return
  18004. end try
  18005. e    No Changef&CopyBits
  18006. Palette
  18007. SetPalette
  18008. NewPaletteq
  18009. Dev.CD Aug 00 TC Disk 1
  18010. All Packages
  18011. CopyDeepMask
  18012. 87725X
  18013.  file with a PICT containing the txRatio opcode.  Someone wanted such a picture, s
  18014. e    No Changef$CD-ROM
  18015. CD ROM
  18016. playing audio CDs
  18017. Playq
  18018. Dev.CD Aug 00 TC Disk 1
  18019. All Packages
  18020. Play Video Sample
  18021. PlayVideo is a sample which makes use of the RequestVideo sample code API.
  18022. PlayVideo & RequestVideo together demonstrate the usage of the Display Manager introduced with the PowerMacs and integrated into the system under System 7.5. With the RequestVideo sample code library, developers will be able to explore the Display Manager API by changing bit depth and screen resolution on multisync displays on built-in, NuBus, and PCI based video. Display Manager 1.0 is built into the Systems inclu
  18023. 89791X
  18024. A simple utility to test if a driver support asynchronous reads
  18025. Shows how to walk the driver table and relate a volume to a disk driver.
  18026. Aug 97V
  18027. 87629X
  18028. 1e    No Change
  18029. implemention
  18030. implements
  18031. implications
  18032. implimentation
  18033. implimenting
  18034. implmenetation
  18035. implmentations
  18036. 89801X
  18037. May 98^
  18038. {--set theItem to choose file -- uncomment to test in an AS editor
  18039.     tell application "Finder"
  18040.         open item "Dev.CD May 98 TC:Programs & Marketing:"
  18041.         activate
  18042.     end tell
  18043. on error errMsg number errNum
  18044.     --enter statements to perform when no records are found such as...
  18045.     display dialog "Sorry, the item you selected could not be found."
  18046.     return
  18047. end try
  18048. e    No Changeq
  18049. Dev.CD May 98 TC
  18050. *D!All Packages
  18051. Mac OS SDK Edition
  18052. Power Manager DDK
  18053. The contents of this DDK will be of interest to anyone involved in developing PCI card driver software for the Macintosh. This DDK contains documentation, header files, stub libraries, and sample code which illustrate the requirements for drivers to be PCI power management compliant.
  18054. e    No Change
  18055. 8.5.1
  18056. 80486
  18057. 8100/807500/100
  18058. 8500/1808500/1208100
  18059. 8859-15
  18060. 8859-3
  18061. 8859-4
  18062. 9.0.4
  18063. floating@
  18064. folders@
  18065. followed@
  18066. fonts@
  18067. years
  18068. multimedia
  18069. developers
  18070. regarded
  18071. equilibrium's
  18072. foreground@
  18073. foreign@
  18074. formatasdos@
  18075. found
  18076. foundation@
  18077. framework-based@
  18078. freed@
  18079. french@
  18080. front@
  18081. functional@
  18082. html@
  18083. makes
  18084. CD May 96 TCP
  18085. Dev.CD May 96 TV
  18086. 87622X
  18087. May 96
  18088. e--set theItem to choose file -- uncomment to test in an AS editor
  18089.     tell application "Finder"
  18090.         open item "Dev.CD May 96 TC"
  18091.         activate
  18092.     end tell
  18093. on error errMsg number errNum
  18094.     --enter statements to perform when no records are found such as...
  18095.     display dialog "Sorry, the item you selected could not be found."
  18096.     return
  18097. end try
  18098. All Packages
  18099. Arabic Language KitO2Dev.CD May 97 TC
  18100. Dev.CD Nov 96 TC
  18101. Dev.CD Aug 96 TCP1Dev.CD May 97 TC
  18102. Dev.CD Nov 96 TC
  18103. Dev.CD Aug 96 TV
  18104. 87623X
  18105. May 97
  18106. Jul 93
  18107. historically
  18108. history
  18109. hitec
  18110. hittin
  18111. hitting
  18112. hmshowballoon
  18113. hoddie
  18114. hokum
  18115. holcomb
  18116. huxham
  18117. hypercardn
  18118. component
  18119. compression
  18120. decompression
  18121. scomQ
  18122. component
  18123. compression
  18124. decompression
  18125. scomm
  18126. component
  18127. manager
  18128. compound
  18129. compress
  18130. compressed
  18131. compressionQ
  18132. compression
  18133. stdpic
  18134. stdbits
  18135. compressed
  18136. compsite
  18137. computer
  18138. computer
  18139. based
  18140. media
  18141. television
  18142. broadcast
  18143. graphics
  18144. conditional
  18145. conference
  18146. conferencing
  18147. configuration
  18148. connection
  18149. connectivity
  18150. consumer
  18151. container
  18152. content
  18153. context
  18154. Aug 00 TC Disk 2
  18155.  - Sample CodeV
  18156. 87890X
  18157. Aug 00^    TC Disk 2
  18158. e    No Change
  18159. HyperCard XCMD which returns the default Ethernet address for the machine using Open Transport calls.
  18160. ApplParamsHack.c
  18161. ApplParamsHack.c.o
  18162. OTGetDefaultEtherAddr.
  18163. OTGetDefaultEthernetAddr
  18164. OTGetDefaultEthernetAddress.c
  18165. Read Me 
  18166.  OT Code Resource
  18167. WorksheetK
  18168. Apr 96L
  18169. Jun 98V
  18170. 86562X
  18171. 1e    No Change
  18172. 89644X
  18173. Aug 00^    TC Disk 1
  18174. --set theItem to choose file -- uncomment to test in an AS editor
  18175.     tell application "Finder"
  18176.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:MegaMovies 1.6.2:"
  18177.         activate
  18178.     end tell
  18179. on error errMsg number errNum
  18180.     --enter statements to perform when no records are found such as...
  18181.     display dialog "Sorry, the item you selected could not be found."
  18182.     return
  18183. end try
  18184. e    No Changeq
  18185. Dev.CD Aug 00 TC Disk 1
  18186. All Packages
  18187. MemHellIqMemory stress too.   Update to previous version.
  18188. Fixes and ehancements to 1.0a5.  Works with QT 4.0 and Mac OS 9J
  18189. MemHell
  18190. MemHell 1.0a6 ReadMeK
  18191. Dec 93L
  18192. Dec 99M
  18193. System Software 7.0N8MemHell, Tool, Memory, stress, debug, debugging, testingO?Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:MemHell:PGDev.CD Aug 00 TC Disk 1
  18194.  - Tool Chest
  18195.  - Testing & Debugging
  18196.  - MemHellV
  18197. 89645X
  18198. Aug 00^    TC Disk 1
  18199. e    No Change
  18200. TCanvasK
  18201. Feb 00V
  18202. 87889X
  18203. 1e    No Change
  18204. e possible.
  18205. Aug 93L
  18206. b--set theItem to choose file -- uncomment to test in an AS editor
  18207.     tell application "Finder"
  18208.         open item "Dev.CD Apr 94"
  18209.         activate
  18210.     end tell
  18211. on error errMsg number errNum
  18212.     --enter statements to perform when no records are found such as...
  18213.     display dialog "Sorry, the item you selected could not be found."
  18214.     return
  18215. end try
  18216. movewindow
  18217. movieY
  18218. W the item you selected could not be found."
  18219.     return
  18220. end try
  18221. e    No Changef
  18222. QuickTime
  18223. Dev.CD Aug 00 TC Disk 2
  18224. All Packages
  18225. Compressed PICT Info
  18226. 84527X
  18227. --set theItem to choose file -- uncomment to test in an AS editor
  18228.     tell application "Finder"
  18229.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTMovieFromURL:"
  18230.         activate
  18231.     end tell
  18232. on error errMsg number errNum
  18233.     --enter statements to perform when no records are found such as...
  18234.     display dialog "Sorry, the item you selected could not be found."
  18235.     return
  18236. end try
  18237. profile{
  18238. profile's
  18239. profiler
  18240. profilerenamer
  18241. profiles
  18242. profit
  18243. profound
  18244. progammer's
  18245. programA
  18246. program
  18247. sample
  18248. demonstrate
  18249. apple
  18250. events
  18251. folder
  18252. contains
  18253. archives
  18254. format
  18255. apple
  18256. little
  18257. snippet
  18258. adapted
  18259. inside
  18260. macinto@
  18261. sample
  18262. showing
  18263. framework
  18264. macintosh
  18265. appli@
  18266. simple
  18267. sample
  18268. program
  18269. demonstrates
  18270. little
  18271. applescript
  18272. droplet
  18273. setup
  18274. drive
  18275. sample
  18276. illustrates
  18277. quicktime's
  18278. sample
  18279. demonstrates
  18280. folder
  18281. cont@
  18282. sample
  18283. demonstrates
  18284. choose
  18285. alias@
  18286. sample
  18287. groups
  18288. bunch
  18289. pictures
  18290. together
  18291. takes
  18292. sample
  18293. illustrates
  18294. create
  18295. application
  18296. sample
  18297. designed
  18298. proper
  18299. sample
  18300. shows
  18301. thread
  18302. application
  18303. shows
  18304. obtain
  18305. color
  18306. manager
  18307. snippet
  18308. demonstrates
  18309. copydeepmask
  18310. using
  18311.  68040 CPUs.
  18312. Jun 98V
  18313. 88585X
  18314. 1e    No Change
  18315. All Packages
  18316. Open TransportO
  18317. Dev.CD Jun 97 SSWP
  18318. Dev.CD Jun 97 SSV
  18319. 89727X
  18320. Jun 97
  18321. f--set theItem to choose file -- uncomment to test in an AS editor
  18322.     tell application "Finder"
  18323.         open item "Dev.CD Jun 97 SSW"
  18324.         activate
  18325.     end tell
  18326. on error errMsg number errNum
  18327.     --enter statements to perform when no records are found such as...
  18328.     display dialog "Sorry, the item you selected could not be found."
  18329.     return
  18330. end try
  18331. All Packages
  18332. Open TransportO
  18333. Dev.CD Jun 97 SSWP
  18334. Dev.CD Jun 97 SSV
  18335. 89728X
  18336. Jun 97
  18337. f--set theItem to choose file -- uncomment to test in an AS editor
  18338.     tell application "Finder"
  18339.         open item "Dev.CD Jun 97 SSW"
  18340.         activate
  18341.     end tell
  18342. on error errMsg number errNum
  18343.     --enter statements to perform when no records are found such as...
  18344.     display dialog "Sorry, the item you selected could not be found."
  18345.     return
  18346. end try
  18347. All Packages
  18348. Open TransportO
  18349. Dev.CD Jun 97 SSWV
  18350. 89729X
  18351. _O:Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Dashed Lines:PBDev.CD Aug 00 TC Disk 2
  18352.  - Sample Code
  18353.  - Printing
  18354.  - Dashed LinesV
  18355. 89343X
  18356. Aug 00^    TC Disk 2
  18357. --set theItem to choose file -- uncomment to test in an AS editor
  18358.     tell application "Finder"
  18359.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Dashed Lines:"
  18360.         activate
  18361.     end tell
  18362. on error errMsg number errNum
  18363.     --enter statements to perform when no records are found such as...
  18364.     display dialog "Sorry, the item you selected could not be found."
  18365.     return
  18366. end try
  18367. e    No Changef
  18368. PostScript
  18369. printerq
  18370. Dev.CD Aug 00 TC Disk 2
  18371. All Packages
  18372. Dashed-capped Lines
  18373. )This sample demonstrates how to draw dashed line objects on PostScript printers.  In this case, they are capped PostScript lines.  I use round caps, which means that the ends of the lines are rounded.
  18374. This simple example does not deal with QuickDraw printers, on which it draws solid black lines.
  18375. 89344X
  18376. e    No Changeq
  18377. Dev.CD Aug 00 TC Disk 2
  18378. All Packages
  18379. NoSound
  18380. NoSound is a source code sample that illustrates how to install a shutdown procedure that will be executed when the user chooses restart or shutdown from the special menu.  In this sample, the intent is to provide an automated facility that will turn off the startup chime by adjusting the sound volume before the computer shuts down.  The NoSound application should be placed in the Startup Items folder so it can restore the sound volume after the startup sound has been played.  
  18381. J;main.c
  18382. NoSound(PPC)
  18383. NoSound.mcp
  18384. NoSound.rsrc
  18385. readme
  18386. NoSoundODDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:NoSound:PLDev.CD Aug 00 TC Disk 2
  18387.  - Sample Code
  18388.  - Human Interface Toolbox
  18389.  - NoSoundV
  18390. 89718X
  18391. Aug 00^    TC Disk 2
  18392. e    No Change
  18393.  assembly-language code quickly and conveniently using Dynamo.
  18394. J&develop Issue  1
  18395. develop Issue  1 codeK
  18396. Vol IIIL
  18397. Jun 95
  18398. menus
  18399. menuscripter
  18400. menuscripter
  18401. sound
  18402. sample
  18403. soundconvert
  18404. sound
  18405. buffer
  18406. recording
  18407. hardware
  18408. hardware
  18409. system
  18410. update
  18411. stack
  18412. localization
  18413. navigator
  18414. hebrew
  18415. hebrew
  18416. language
  18417. hebrew
  18418. language
  18419. v1.0.1
  18420. helper
  18421. helpful
  18422. helpful
  18423. scripts
  18424. hidemenubar
  18425. hiermenus
  18426. hitec
  18427. hitec
  18428. super
  18429. front
  18430. hosesample
  18431. hotsauce
  18432. hotsauce
  18433. project
  18434. detect
  18435. howtohideyourapp
  18436. htmlsample
  18437. server
  18438. human
  18439. human
  18440. interface
  18441. notes
  18442. bring-up
  18443. tools
  18444. hypercard
  18445. hypercard
  18446. update
  18447. hypercard
  18448. instance
  18449. variables
  18450. hypercard
  18451. player
  18452. hypercard
  18453. toolkits
  18454. profile
  18455. cache
  18456. taller
  18457. instance
  18458. --set theItem to choose file -- uncomment to test in an AS editor
  18459.     tell application "Finder"
  18460.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:"
  18461.         activate
  18462.     end tell
  18463. on error errMsg number errNum
  18464.     --enter statements to perform when no records are found such as...
  18465.     display dialog "Sorry, the item you selected could not be found."
  18466.     return
  18467. end try
  18468.  2):Quickdraw GX Init Update:GXGraphics 1.1.6 init:PdDev.CD Apr 98 SDK2
  18469.  - Development Kits (Disc 2)
  18470.  - Quickdraw GX Init Update
  18471.  - GXGraphics 1.1.6 initV
  18472. 87891X
  18473. Apr 98^
  18474. #m a Control Strip module.JaOpenTptPPP.h
  18475. OT/PPP Client Dev Note 1.0.pdf
  18476. PPP Control.cp
  18477. PPP Control.rsrc
  18478. PPP Control.
  18479. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OT/PPP Control Strip Sample:V
  18480. 86560X
  18481. 1e    No Change
  18482. acrobat
  18483. acrobat
  18484. reader
  18485. 4.0.1
  18486. acrobat3
  18487. acrobat3
  18488. analyzerU
  18489. parser
  18490. 5.0.7W
  18491. parser
  18492. parser
  18493. adbreinit
  18494. adbreinit
  18495. noteX
  18496. adbreinit
  18497. fatbrain
  18498. feedback
  18499. addchange
  18500. addeffectsegment
  18501. addeffectsegment
  18502. addeffectsegment
  18503. addendumx
  18504. addframetomovie
  18505. addframetomovie
  18506. addframetomovie
  18507. adrienne
  18508. advance
  18509. advanced`
  18510. advantage
  18511. advantages
  18512. advent
  18513. adventures
  18514. advertisements
  18515. advertising
  18516. advice
  18517. advisable
  18518. _Keyboard
  18519. Appearance
  18520. Appearance Extension
  18521. Appearance Sample Code
  18522. Appearance SDK Read Me
  18523. Appearance Versions
  18524. AppearanceCDEV
  18525. Documents
  18526. Prefs for use with System 7.x
  18527. ToolsK
  18528. Oct 98L
  18529. Sep 99N$Appearance, .Keyboard, function keysO@Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:PHDev.CD Oct 00 SDK1
  18530.  - Development Kits
  18531.  - Mac OS
  18532.  - Appearance SDK 1.0.4V
  18533. 89174X
  18534. Oct 00^
  18535. --set theItem to choose file -- uncomment to test in an AS editor
  18536.     tell application "Finder"
  18537.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Appearance SDK 1.0.4:"
  18538.         activate
  18539.     end tell
  18540. on error errMsg number errNum
  18541.     --enter statements to perform when no records are found such as...
  18542.     display dialog "Sorry, the item you selected could not be found."
  18543.     return
  18544. end try
  18545. e    No Changef"Appearance
  18546. .Keyboard
  18547. function keysq
  18548. Dev.CD Oct 00 SDK1
  18549. 7D(All Packages
  18550. Reference Library Edition
  18551. Apple CD-ROM Handbook
  18552. 3.0.2
  18553. 3.2.1
  18554. 3.2.3
  18555. 3.3.1
  18556. 3.3.2
  18557. 3.3.2
  18558. universal
  18559. interfaces
  18560. support
  18561. carbonlib
  18562. 1.0.2
  18563. 32-bit
  18564. 32768
  18565. 32x32
  18566. 350000
  18567. 366-mhz
  18568. 38400/8/n/1
  18569. 3d-party{
  18570. 3d-the{
  18571. 4-character
  18572. 4.0.4
  18573. 4.0.8
  18574. 4.5.2
  18575. 4/16R
  18576. 40-60
  18577. toolkit@
  18578. getnextfond@
  18579. asian
  18580. asic/fpga
  18581. aside
  18582. asked
  18583. asking
  18584. askyesno
  18585. aspects
  18586. assembled
  18587. assembler
  18588. assemblers
  18589. assembly
  18590. assembly-language
  18591. assembly-level
  18592. assigned
  18593. assignments
  18594. assist
  18595. assistant{
  18596. assistants
  18597. assists
  18598. assocated
  18599. associate
  18600. associatedR
  18601. association
  18602. assume
  18603. assumed
  18604. assuming
  18605. assumption
  18606. assure
  18607. assures
  18608. async
  18609. asynchronous
  18610. asynchronous
  18611. background
  18612. networking
  18613. macintosh
  18614. harry
  18615. ]OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:PUDev.CD Aug 00 TC Disk 2
  18616.  - Sample Code
  18617.  - QuickTime
  18618.  - QuickTime for Java
  18619.  - TimeCodeV
  18620. 90621X
  18621. Aug 00^    TC Disk 2
  18622. --set theItem to choose file -- uncomment to test in an AS editor
  18623.     tell application "Finder"
  18624.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:TimeCode:"
  18625.         activate
  18626.     end tell
  18627. on error errMsg number errNum
  18628.     --enter statements to perform when no records are found such as...
  18629.     display dialog "Sorry, the item you selected could not be found."
  18630.     return
  18631. end try
  18632. e    No Changef
  18633. QuickTime
  18634. Dev.CD Aug 00 TC Disk 2
  18635. All Packages
  18636. TimeSlavingI
  18637. This demo program shows how the effects of using timing information to control the Scrolling Java Text object and how slaving its TimeBase to a movie alters the behaviour.J1README.txt
  18638. TimeSlaving
  18639. TimeSlaving.zip
  18640. ts.batK
  18641. Feb 00
  18642. 0622X
  18643. 1e    No Change
  18644. 2.0a1
  18645. 2.0v2
  18646. D!All Packages
  18647. Mac OS SDK Edition
  18648. PC Card SDKsI
  18649. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  18650. PC Card Manager 3.0
  18651. What's the difference?K
  18652. Aug 97O:Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Oct 00 SDK1
  18653.  - Development Kits
  18654.  - Hardware
  18655.  - PC Card SDKsV
  18656. 89772X
  18657. 1end tell
  18658. on error errMsg number errNum
  18659.     --enter statements to perform when no records are found such as...
  18660.     display dialog "Sorry, the item you selected could not be found."
  18661.     return
  18662. end try
  18663. e    No Changeq
  18664. Dev.CD Aug 00 TC Disk 1
  18665. All Packages
  18666. BufCallback
  18667. 87657X
  18668. music
  18669. quicktime
  18670. music
  18671. architecture
  18672. david
  18673. corefoundation
  18674. carbon
  18675. corefoundation
  18676. corefoundation
  18677. coresampleb
  18678. coresample
  18679. coresample
  18680. coresample
  18681. coresample
  18682. coresample
  18683. coresample
  18684. coresample
  18685. terminology
  18686. count
  18687. counter
  18688. counterabout
  18689. counterconsole
  18690. counterdialog
  18691. counterdocument
  18692. counterprint
  18693. counterwindow
  18694. coursesS
  18695. cquicktime
  18696. cquicktime
  18697. cquicktime
  18698. crcpatch
  18699. crcpatch
  18700. folder
  18701. enginej
  18702. engineering
  18703. engineers
  18704. engines
  18705. engler
  18706. english
  18707. enhance`
  18708. enhanced
  18709. enhancementi
  18710. :F    PowerTalkO
  18711. Dev.CD Apr 95P
  18712. Dev.CD Apr 9ection of Apple Event XCMDs and handlers which can be used to send Apple events to Apple event-aware applications from HyperCard.  It replaces the SendAppleEvent XCMD stack which has been previously distributed via AppleLink and Apple's Developer CD.  Object specifiers and AERecords are  now supported in this stack!  With this HyperCard stack, you may easily create and send Apple events to an application.  By reading an application's 'aete' resource, whicBfh generates glue routines, you can "test drive" the application by sending it events that it supports.
  18713. J*Apple Event XCMDs b3
  18714. Apple Event XCMDs DocK
  18715. Nov 94OlDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Apple Event XCMDs 1.0b3:PzDev.CD Aug 00 TC Disk 1
  18716.  - Tool Chest
  18717.  - Development Kits
  18718.  - HyperCard Related
  18719.  - XCMDs & XFCNs
  18720.  - Apple Event XCMDs 1.0b3s and Tools
  18721.  - MacApp
  18722.  - Text DumpV
  18723. 87429X
  18724. Aug 00^    TC Disk 2
  18725. e    No Change
  18726. continuing
  18727. summary
  18728. document
  18729. discusses
  18730. apple's
  18731. creating
  18732. summary
  18733. document
  18734. explains
  18735. error
  18736. codes
  18737. summary
  18738. document
  18739. shows
  18740. keycodes
  18741. virtual
  18742. summary
  18743. extension
  18744. patches
  18745. system
  18746. software
  18747. whicX
  18748. summary
  18749. contains
  18750. information
  18751. describing
  18752. summary
  18753. folder
  18754. contains
  18755. summary
  18756. folder
  18757. contains
  18758. european
  18759. distributors
  18760. summary
  18761. folder
  18762. contains
  18763. number
  18764. postscript
  18765. utilitie
  18766. summary
  18767. folder
  18768. contains
  18769. variety
  18770. hypercard
  18771. summary
  18772. folder
  18773. contains
  18774. revised
  18775. acrobat
  18776. versions
  18777. summary
  18778. folder
  18779. contains
  18780. sample
  18781. applications
  18782. demonsb
  18783. summary
  18784. folder
  18785. contains
  18786. apple
  18787. event
  18788. registry
  18789. summary
  18790. folder
  18791. contains
  18792. apple
  18793. event
  18794. terminologd
  18795. summary
  18796. folder
  18797. contains
  18798. macsnmp
  18799. developer's
  18800. summary
  18801. folder
  18802. contains
  18803. net-install
  18804. apple's
  18805. All Packages
  18806. MP Threaded SortIcThis sample shows how to thread your application to take advantage of the Multiprocessing (MP) API.
  18807. AppleEventHandling.cp
  18808. AppleEventHandling.h
  18809. BuildConditionals.h
  18810. CreditsBox.rsrc
  18811. DialogUtils.cp
  18812. DialogWindow.cp
  18813. DialogWindow.h
  18814. DragUtils.cp
  18815. HeapSort.cp
  18816. MP Threaded Sort(PPC)
  18817. MP Threaded Sort.mcp
  18818. MPBlitter.c
  18819. MPBlitter.h
  18820. Multiprocessing API Library
  18821. Preferences.cp
  18822. Preferences.h
  18823. PrintingUtils.cp
  18824. QuickSort.cp
  18825. README
  18826. ShellSort.cp
  18827. SortPicts.cp
  18828. SortPicts.h
  18829. SortPicts.rsrc
  18830. SortPictsApp.cp
  18831. SortPictsThreads.cp
  18832. SplashWindow.cp
  18833. SplashWindow.h
  18834. Sprocket.h
  18835. Sprocket.rsrc
  18836. SprocketMain.cp
  18837. StandardMenus.h
  18838. WindowB
  18839. Window.h
  18840. MP, multiprocessing, thread
  18841. O?Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:PGDev.CD Aug 00 TC Disk 2
  18842.  - Sample Code
  18843.  - Processes
  18844.  - MP Threaded SortV
  18845. 89675X
  18846. Aug 00^    TC Disk 2
  18847. e    No Change
  18848. quicktime
  18849. quicktime
  18850. conferencing
  18851. quicktime
  18852. quicktime
  18853. desktop
  18854. desktop
  18855. database
  18856. detection
  18857. detector
  18858. detectorsy
  18859. developerz
  18860. developer
  18861. documentation
  18862. developer
  18863. notes
  18864. developer's
  18865. developers
  18866. development
  18867. device
  18868. device
  18869. driver
  18870. device
  18871. manager
  18872. devices
  18873. devnotes
  18874. dialog
  18875. dialog
  18876. dialog
  18877. manager
  18878. dictation
  18879. dictionary
  18880. dictionary
  18881. manager
  18882. digital
  18883. digital
  18884. camera
  18885. digital
  18886. video
  18887. digital
  18888. video
  18889. output
  18890. digitizer
  18891. digitizing
  18892. dimmed
  18893. dimming
  18894. direct
  18895. direct
  18896. pixel
  18897. access
  18898. dirid
  18899. disabled
  18900. disassembler
  18901. disassembly
  18902. device
  18903. driver
  18904. drivers
  18905. image
  18906. display
  18907. display
  18908. folder
  18909. display
  18910. 89881X
  18911. Aug 00^    TC Disk 2
  18912. --set theItem to choose file -- uncomment to test in an AS editor
  18913.     tell application "Finder"
  18914.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtframestepper:"
  18915.         activate
  18916.     end tell
  18917. on error errMsg number errNum
  18918.     --enter statements to perform when no records are found such as...
  18919.     display dialog "Sorry, the item you selected could not be found."
  18920.     return
  18921. end try
  18922. e    No Changeq
  18923. Dev.CD Aug 00 TC Disk 2
  18924. All Packages
  18925. qtfullscreen
  18926. 89882X
  18927. enabler
  18928. encoding
  18929. implementation
  18930. implementations
  18931. implemented
  18932. implementing
  18933. implemention
  18934. implements
  18935. implications
  18936. implimentation
  18937. implimenting
  18938. implmenetation
  18939. implmentations
  18940. Summary: This is the electronic version of develop magazine.
  18941.  Issue 22 highlights:
  18942. QuickDraw 3D: A New Dimension for Macintosh Graphics  by Pablo Fernicola and Nick Thompson.  Introducing QuickDraw 3D, a powerful, flexible new 3D graphics package for the Power Macintosh. This article provides an architectural overview and shows how to support 3D data in your application.
  18943. Copland: The Mac OS Moves Into the Future  by Tim Dierks.  Here
  18944. s a preview of the future of the Mac OS, detailing s
  18945. ome of the major features and components and giving some suggestions about how to get ready for it now.
  18946. Creating PCI Device Drivers  by Martin Minow.  All about the new driver model on PCI-based Macintosh computers, and advice on porting existing drivers.
  18947. Custom Color Search Procedures  by Jim Wintermyre.  Learn about this useful method of customizing Color QuickDraw
  18948. s color handling. A real-world graphics problem is investigated and then solved using a custom color search procedure and 
  18949. uOUDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:PcDev.CD Aug 00 TC Disk 2
  18950.  - Sample Code
  18951.  - QuickTime
  18952.  -  All Java
  18953.  - QuickTime for Java
  18954.  - QTEffectsV
  18955. 89877X
  18956. Aug 00^    TC Disk 2
  18957. --set theItem to choose file -- uncomment to test in an AS editor
  18958.     tell application "Finder"
  18959.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:QTEffects:"
  18960.         activate
  18961.     end tell
  18962. on error errMsg number errNum
  18963.     --enter statements to perform when no records are found such as...
  18964.     display dialog "Sorry, the item you selected could not be found."
  18965.     return
  18966. end try
  18967. e    No Changef
  18968. QuickTime
  18969. Dev.CD Aug 00 TC Disk 2
  18970. All Packages
  18971. QTEffects Explode
  18972. 89878X
  18973. ry, the item you selected could not be found."
  18974.     return
  18975. end try
  18976. All Packages
  18977. 601 Processor Upgrade EnablerO
  18978. Dev.CD Jul 95P
  18979. Dev.CD Jul 9V
  18980. 87537X
  18981. Jul 95
  18982.  OS SDK Edition
  18983. Zoomed Video Driver v1.0 SDK
  18984.     urrently
  18985. n a dialog. It's easy, just create the list right after you create the dialog, then call LUpdate and LClick in a dialog filter to respond to user events.
  18986. MDEF.Sample:  An MDEF written in Pascal that supports rez MENU templates and allows you to request the use of the Shift-Command symbol (made famous by our friends to the North).
  18987. Menu 'cicn' Fun:  This snippet demonstrates 'cicn's in menu items.  It's an unfortunately little-known fact that 'cicn's can be many sizes, and not only that, b
  18988. ut that any size 'cicn' can be put into a menu item. It's probably not good HI to put in 'cicn's of sizes other than 32x32 or 16x16; happily, this covers the sizes developers want most.
  18989. MenuHook/MBarHook exposed:  Installs routines called when a menu is pulled down and when the mouse is down in the menu bar.  Inverts the region underneath the menu so you can graphically see the results, as well as flashes status indicators.  Can mess up your desktop (but only visually).
  18990. Modal TextEdit:  
  18991. ou'll see a confirmation message when installation is complete. The Apple System Profiler will be placed in the Apple menu. To use ASP, open the Apple menu and choose Apple System Profiler.
  18992. J:Apple Sys Profiler 1.3.1 Info
  18993. Apple Sys Profiler 1.3.1.imgK
  18994. Jan 98M
  18995. System 7.5.2 or laterN
  18996. ASP, Profiler, Apple SystemOPDev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:PXDev.CD Aug 00 TC Disk 1
  18997.  - Tool Chest
  18998.  - Developer Utilities
  18999.  - Apple Sys Profiler 1.3.1suite
  19000. Adopting the Carbon Printing Manager
  19001. Adopting the Aqua Interface
  19002. Inside Mac OS X: System Overview
  19003. Inside Carbon: Implementing Security Features Using Keychain
  19004. Inside Carbon: Plug-In Services
  19005. Inside Carbon: Utility Services
  19006. Inside Carbon: FontSync Reference
  19007. Introduction to the Carbon Event Manager and the Carbon Event
  19008. Manager Preliminary API Reference
  19009.  Carbon Specification
  19010. Inside Carbon: Transferring Files With the URL Access Manager
  19011. Multilingual 
  19012. o.http://developer.apple.com/techpubs/index.html
  19013. 89339X
  19014. Aug 00^    TC Disk 1
  19015. --set theItem to choose file -- uncomment to test in an AS editor
  19016.     tell application "Finder"
  19017.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:CustomPutSuffix:"
  19018.         activate
  19019.     end tell
  19020. on error errMsg number errNum
  19021.     --enter statements to perform when no records are found such as...
  19022.     display dialog "Sorry, the item you selected could not be found."
  19023.     return
  19024. end try
  19025. e    No Changef
  19026. Standard File
  19027. replace hookq
  19028. Dev.CD Aug 00 TC Disk 1
  19029. All Packages
  19030. Cyrillic Language KitO!Dev.CD May 97 TC
  19031. Dev.CD May 96 TCP Dev.CD May 97 TC
  19032. Dev.CD May 96 TV
  19033. 89340X
  19034. May 97
  19035. ntrol Strip Manager that is available for PowerBook Macintoshes.
  19036. JMControl Strip
  19037. Control Strip Sample
  19038. Control Strip Technical Note
  19039. MacCalendar 
  19040. Apr 96N'Control Strip, PowerBook, Control PanelO9Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Control Strip:PADev.CD Oct 00 SDK1
  19041.  - Development Kits
  19042.  - Mac OS
  19043.  - Control Strip
  19044. whichN
  19045. Dev.CD Aug 00 TC Disk 1
  19046. All Packages
  19047. AsyncPBIwAsyncPB is an example of how File System calls can be made in a chain from an interrupt handler like the Time Manager.
  19048. JUAsyncPB(PPC)
  19049. AsyncPB.c
  19050. AsyncPB.h
  19051. AsyncPB.mcp
  19052. AsyncPB.rsrc
  19053. AsyncPBPPC.r
  19054. inData
  19055. OutDataM
  19056. Ncchained I/O completion routines, asynchronous File Manager I/O, Time Manager tasks, interrupt time
  19057. O2Dev.CD Aug 00 TC Disk 1:Sample Code:Files:AsyncPB:P:Dev.CD Aug 00 TC Disk 1
  19058.  - Sample Code
  19059.  - Files
  19060.  - AsyncPBV
  19061. 89223X
  19062. Aug 00^    TC Disk 1
  19063. --set theItem to choose file -- uncomment to test in an AS editor
  19064.     tell application "Finder"
  19065.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:AsyncPB:"
  19066.         activate
  19067.     end tell
  19068. on error errMsg number errNum
  19069.     --enter statements to perform when no records are found such as...
  19070.     display dialog "Sorry, the item you selected could not be found."
  19071.     return
  19072. end try
  19073. e    No Change
  19074. e    No Changeq
  19075. Dev.CD Aug 00 TC Disk 1
  19076. All Packages
  19077. MPWTool 1.0I
  19078. Summary: This is an MPW tool which plays sounds. It is able to select a sound to play at random from the sound resources within itself. This tool can also be used to signal events like "build completed."
  19079. This package is System 7.0 compatible.JVBuildFailed
  19080. BuildProgram
  19081. BuildSucceeded
  19082. MakeFile
  19083. MPWTool
  19084. MPWTool.c
  19085. Read Me
  19086. Read Me.txtK
  19087. Vol XIM
  19088. MPWOHDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:PSDev.CD Aug 00 TC Disk 1
  19089.  - Tool Chest
  19090.  - Development Kits
  19091.  - MPW Related
  19092.  - MPWToolV
  19093. 89684X
  19094. Aug 00^    TC Disk 1
  19095. e    No Change
  19096.  an IOTracer trace and outputs a summary of the I/O performance. IOTracer can also collect data on resource calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  19097.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  19098. colorsieve
  19099. colorsync`
  19100. colorsync-savvy
  19101. colortable
  19102. variants
  19103. variation
  19104. varietyj
  19105. various
  19106. v2.5ss
  19107. v2.6.5]
  19108. v3.0.1^
  19109. v7.1.2
  19110. vacinity
  19111. valid
  19112. validate
  19113. validating
  19114. validation
  19115. validator
  19116. validity
  19117. value
  19118. values
  19119. variant
  19120. variation
  19121. varietyj
  19122. various
  19123. packagesA
  19124.     EZy converts old-style typeChar data to typeIntlText, so you don't have to rewrite old code.
  19125. Communications Toolbox
  19126. Contributed
  19127. Devices and Hardware
  19128. Files
  19129. Games
  19130. Graphics 2D
  19131. Graphics 3D
  19132. Help Systems
  19133. Human Interface Toolbox
  19134. Interapplication Comm
  19135. Memory
  19136. Networking
  19137. OS Utilities
  19138. Overview
  19139. Platforms and Tools
  19140. Printing
  19141. Processes
  19142. QuickTime
  19143. Runtime Architecture
  19144. Sound
  19145. Feb 92L
  19146. May 97O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  19147.  - Sample Code
  19148. inputsprocket
  19149. inputsprocket
  19150. inputsprocket
  19151. extension
  19152. inputsprocket
  19153. inputsprocket
  19154. release
  19155. notes
  19156. inputsprocket
  19157. inputsprocketsimplet
  19158. inputsprocketsimplet
  19159. inputsprocketsimplet
  19160. inputsprocketsimplet
  19161. inputsprockettest
  19162. inputsprockettest
  19163. inputsprockettest
  19164. inquiry
  19165. inside
  19166. inside
  19167. install]
  19168. install
  19169. install
  19170. english
  19171. install
  19172. francais
  19173. install
  19174. install
  19175. install
  19176. install
  19177. install
  19178. install
  19179. install
  19180. install
  19181. install
  19182. install
  19183. install
  19184. install
  19185. install
  19186. specification
  19187. specs
  19188. speech
  19189. speech
  19190. recognition
  19191. speech
  19192. recognition
  19193. !Summary: This software improves the float-to-int conversion speed of the Quadra by over an order of magnitude.
  19194. Features: 
  19195.  Round (to nearest),Truncate (toward zero),
  19196. Floor (toward -
  19197.  Optimized for 68040; functional with 68881/2
  19198.  Over 15X faster on Quadra, but 2.6X slower on the FX
  19199. FloatToLong.a
  19200. ReadMe
  19201. ReadMe.txtK
  19202. Apr 93O`Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:PkDev.CD Aug 00 TC Disk 1
  19203.  - Tool Chest
  19204.  - Development Kits
  19205.  - MPW Related
  19206.  - Maximizing Quadra FloatingPointed in future versions.
  19207. Documents
  19208. Release Notes
  19209. ToolsK
  19210. May 95L
  19211. Oct 95M_QuickDraw GX. The "About the GXifier" document can be opened in SimpleText if GX is installed.
  19212. GX Fonts, GX TypographyO<Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:GXifier 1.1:PDDev.CD Aug 00 TC Disk 1
  19213.  - Tool Chest
  19214.  - QuickDraw GX
  19215.  - GXifier 1.1V
  19216. 87892X
  19217. Aug 00^    TC Disk 1
  19218. e    No Change
  19219. --set theItem to choose file -- uncomment to test in an AS editor
  19220.     tell application "Finder"
  19221.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:"
  19222.         activate
  19223.     end tell
  19224. on error errMsg number errNum
  19225.     --enter statements to perform when no records are found such as...
  19226.     display dialog "Sorry, the item you selected could not be found."
  19227.     return
  19228. end try
  19229. rstood by the tool when parsing the source file are available in the DocumentationAndSample file. 
  19230. Issues:  Blank lines that are full of space characters confuses the tool
  19231. J%DocumentationAndSample
  19232. GXOverrideToolK
  19233. Feb 96M
  19234. MPW, QuickDraw GXN5override QuickDraw GX tool jump table 'over' resourceO?Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:GXOverrideTool:PGDev.CD Aug 00 TC Disk 1
  19235.  - Tool Chest
  19236.  - QuickDraw GX
  19237.  - GXOverrideToolV
  19238. 87893X
  19239. Aug 00^    TC Disk 1
  19240. e    No Change
  19241. Sample:V
  19242. 84536X
  19243. 1e    No Change
  19244. usage
  19245. usage
  19246. history
  19247. 1.4.6b2
  19248. driver
  19249. useful
  19250. useful
  19251. addmenu
  19252. script
  19253. manual
  19254. user's
  19255. userchkgestaltfuncti
  19256. userchkgestaltfuncti
  19257. userchkgestaltfuncti
  19258. userfunction
  19259. userfunction
  19260. gestalt
  19261. using
  19262. quicktime
  19263. conferencing
  19264. using
  19265. rotate
  19266. piccomments
  19267. using
  19268. piccomments
  19269. using
  19270. classes
  19271. utedocument
  19272. utedocument
  19273. utedocument
  19274. utesample
  19275. utesample
  19276. utesample
  19277. utilitiesQ
  19278. e    No Changef
  19279. QuickTime
  19280. componentq
  19281. Dev.CD Aug 00 TC Disk 2
  19282. All Packages
  19283. F    MDIPlayerI
  19284. MDIPlayer is a sample application that demonstrates how to display QuickTime movies using the MDI (multiple document interface).
  19285. mdiplayer.c
  19286. mdiplayer.dsp
  19287. mdiplayer.dsw
  19288. MDIPlayer.exe
  19289. mdiplayer.ico
  19290. mdiplayer.mak
  19291. mdiplayer.rc
  19292. movie.ico
  19293. mssccprj.scc
  19294. README.txt
  19295. resource.hOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:PNDev.CD Aug 00 TC Disk 2
  19296.  - Sample Code
  19297.  - QuickTime
  19298.  - Basics
  19299.  - MDIPlayer.winV
  19300. 89643X
  19301. Aug 00^    TC Disk 2
  19302. --set theItem to choose file -- uncomment to test in an AS editor
  19303.     tell application "Finder"
  19304.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MDIPlayer.win:"
  19305.         activate
  19306.     end tell
  19307. on error errMsg number errNum
  19308.     --enter statements to perform when no records are found such as...
  19309.     display dialog "Sorry, the item you selected could not be found."
  19310.     return
  19311. end try
  19312. e    No Changeq
  19313. Dev.CD Aug 00 TC Disk 2
  19314. 89641X
  19315. Aug 00^    TC Disk 1
  19316. --set theItem to choose file -- uncomment to test in an AS editor
  19317.     tell application "Finder"
  19318.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Maximizing Quadra FloatingPoint:"
  19319.         activate
  19320.     end tell
  19321. on error errMsg number errNum
  19322.     --enter statements to perform when no records are found such as...
  19323.     display dialog "Sorry, the item you selected could not be found."
  19324.     return
  19325. end try
  19326. e    No Changeq
  19327. Dev.CD Aug 00 TC Disk 1
  19328. All Packages
  19329. MCComponentI
  19330. A sample QuickTime component.J
  19331. FadeScreen.c
  19332. FadeScreen.h
  19333. HideMenuBar.c
  19334. HideMenuBar.h
  19335. MCComponent(PPC)
  19336. MCComponent.mcp
  19337. MyComponent.c
  19338. MyComponent.h
  19339. MyComponent.rsrc
  19340. MyComponentRoutines.c
  19341. MyComponentRoutines.hM    QuickTimeN
  19342. QuickTime, componentOADev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MCComponent:PLDev.CD Aug 00 TC Disk 2
  19343.  - Sample Code
  19344.  - QuickTime
  19345.  - Codecs
  19346.  - MCComponentV
  19347. 89642X
  19348. Aug 00^    TC Disk 2
  19349. e    No Change
  19350.  Change
  19351. Summary: This stack will allow users to register creator code IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.  Remember that Apple no longer registers file types.
  19352. Features: The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creatBZor code database.  It also automatically creates an email to send to devsupport@apple.com.
  19353. JIC/F Reg. on the Web!
  19354. Creator Registration
  19355. Read Me - C/F Registration v2.1K
  19356. Jun 93L
  19357. Feb 98M
  19358. Hypercard 2.1N creator, signature, registrationOEDev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:PMDev.CD Dec 99 RL
  19359.  - Utilities
  19360.  - Developer Forms
  19361.  - C/F Registration RequestsW
  19362. optimizations
  19363. optimize
  19364. optimized
  19365.   1 Larkspur W
  19366. 89892X
  19367. Aug 00^    TC Disk 2
  19368. --set theItem to choose file -- uncomment to test in an AS editor
  19369.     tell application "Finder"
  19370.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusicToo:"
  19371.         activate
  19372.     end tell
  19373. on error errMsg number errNum
  19374.     --enter statements to perform when no records are found such as...
  19375.     display dialog "Sorry, the item you selected could not be found."
  19376.     return
  19377. end try
  19378. e    No Changef
  19379. QuickTime
  19380. musicq
  19381. Dev.CD Aug 00 TC Disk 2
  19382. All Packages
  19383. qtreadwritejpeg
  19384. 89893X
  19385. vrefnum
  19386. vtwin
  19387. waitnextevent
  19388. browser
  19389. webobjects
  19390. window
  19391. window
  19392. arrangement
  19393. window
  19394. attributes
  19395. window
  19396. class
  19397. window
  19398. classes
  19399. window
  19400. layers
  19401. window
  19402. manager
  19403. windows
  19404. wired
  19405. wombat
  19406. workstation
  19407. world
  19408. world
  19409. writerk
  19410. zeroscrap
  19411. zoomtowindowdevice
  19412. compressed
  19413. compressed
  19414. compressedpict
  19415. compressedpict
  19416. compressedpictinfo
  19417. compressedpictinfo
  19418. compressionm
  19419. compression
  19420. prefixm
  19421. compression
  19422. scaling
  19423. compression
  19424. scaling
  19425. compression&scaling
  19426. compression&scaling
  19427. compressmovie
  19428. compressmovie
  19429. compressmovie
  19430. compressmovies
  19431. compressmovies
  19432. compressmovies
  19433. compressmovies
  19434. compressmoviesmain
  19435. compressmoviesmain
  19436. compressmoviesmain
  19437. compressorm
  19438. compresspictfile
  19439. compresspictfile
  19440. concordia
  19441. concordia
  19442. concordia
  19443. concordia
  19444. concordia
  19445. concordia
  19446. concordia
  19447. concordia
  19448. concordia
  19449. conferencing
  19450. config
  19451. config&interleave
  19452. configs
  19453. configuration
  19454. contents
  19455. extensions
  19456. contents
  19457. bootvol
  19458. - Common
  19459.     - Sun Compliant Java Runtime Environment 1.1
  19460.     - QuickTime 3 
  19461.     - QTJava.zip
  19462.     - QTJava media samples
  19463. - Mac OS:
  19464.     - System 8 or later
  19465.     - Macintosh Runtime for Java (MRJ) 2.1
  19466. - Windows 95, 98, or NT::
  19467.     - JRE/JDK from Sun Microsystems, Inc. recommended
  19468. QuickTime, Java, MRJ
  19469. h-norwegian
  19470. packages
  19471. 90134X
  19472. Aug 00^    TC Disk 1
  19473. --set theItem to choose file -- uncomment to test in an AS editor
  19474.     tell application "Finder"
  19475.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:"
  19476.         activate
  19477.     end tell
  19478. on error errMsg number errNum
  19479.     --enter statements to perform when no records are found such as...
  19480.     display dialog "Sorry, the item you selected could not be found."
  19481.     return
  19482. end try
  19483. e    No Changeq
  19484. Dev.CD Aug 00 TC Disk 1
  19485. All Packages
  19486. ROM Build/Download 3.2.4
  19487. !Summary:  This is a series of tools (with source) that allow developers to build a declaration ROM that is suitable for downloading from the assembled and linked image.
  19488. Features:  Update to version 3.2.3.  Contains bug fixes for building declartion ROMs larger than 64K, other hints.
  19489. J--Read Me
  19490. CRCPatch folder
  19491. Data folder
  19492. tjs commK
  19493. Oct 92L
  19494. Aug 95M
  19495. MPW35X
  19496. 1e    No Change
  19497. simpleeditmfc
  19498. simpleeditmfc
  19499. All Packages
  19500. F    PowerTalkO
  19501. Dev.CD Apr 95
  19502. Dev.CD Jan 95P
  19503. Dev.CD Apr 95
  19504. Dev.CD Jan 9V
  19505. 89816X
  19506. Apr 95
  19507. p--set theItem to choose file -- uncomment to test in an AS editor
  19508.     tell application "Finder"
  19509.         open item "Dev.CD Apr 95
  19510. Dev.CD Jan 95"
  19511.         activate
  19512.     end tell
  19513. on error errMsg number errNum
  19514.     --enter statements to perform when no records are found such as...
  19515.     display dialog "Sorry, the item you selected could not be found."
  19516.     return
  19517. end try
  19518. All Packages
  19519. F    PowerTalkO
  19520. Dev.CD Apr 95
  19521. Dev.CD Jan 95P
  19522. Dev.CD Apr 95
  19523. Dev.CD Jan 9V
  19524. 89817X
  19525. Apr 95
  19526. p--set theItem to choose file -- uncomment to test in an AS editor
  19527.     tell application "Finder"
  19528.         open item "Dev.CD Apr 95
  19529. Dev.CD Jan 95"
  19530.         activate
  19531.     end tell
  19532. on error errMsg number errNum
  19533.     --enter statements to perform when no records are found such as...
  19534.     display dialog "Sorry, the item you selected could not be found."
  19535.     return
  19536. end try
  19537. All Packages
  19538. Summary:  NetworkStream is a C++ Stream IO class object for OpenTransport Network I/O. Written in Metrowerks C++, it implements a TNetworkBuf, TNetworkOStream  and TNetworkIOStream object.  
  19539. Issues:  Although I have implemented the insertion class TNetworkOStream I have not yet implemented what is needed for the TNetworkIStream class. THis is mostly because I am unclear how to best handle what happens when you read more data than is in the buffer. If you support the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  19540. Communications Toolbox
  19541. Contributed
  19542. Devices and Hardware
  19543. Files
  19544. Games
  19545. Graphics 2D
  19546. Graphics 3D
  19547. Help Systems
  19548. Human Interface Toolbox
  19549. Interapplication Comm
  19550. Memory
  19551. Networking
  19552. OS Utilities
  19553. Overview
  19554. Platforms and Tools
  19555. Printing
  19556. Processes
  19557. QuickTime
  19558. Runtime Architecture
  19559. Sound
  19560. Aug 96M
  19561. OpenTransportN
  19562. C++ OpenTransportO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  19563.  - Sample Code opening the door to 
  19564. Deletedq
  19565. Dev.CD Nov 99 TC
  19566. All Packages
  19567. MarqueeI_Marquee will build and display a marquee similar to the selection rectangle tool in MacPaint
  19568. . J/Marquee(PPC)
  19569. marquee.c
  19570. Marquee.mcp
  19571. Marquee.rsrcM
  19572. Color QuickDrawN
  19573. Marquee, selection toolO8Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:P@Dev.CD Aug 00 TC Disk 1
  19574.  - Sample Code
  19575.  - Graphics 2D
  19576.  - MarqueeV
  19577. 89640X
  19578. Aug 00^    TC Disk 1
  19579. --set theItem to choose file -- uncomment to test in an AS editor
  19580.     tell application "Finder"
  19581.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Marquee:"
  19582.         activate
  19583.     end tell
  19584. on error errMsg number errNum
  19585.     --enter statements to perform when no records are found such as...
  19586.     display dialog "Sorry, the item you selected could not be found."
  19587.     return
  19588. end try
  19589. e    No Changef
  19590. Marquee
  19591. selection toolq
  19592. Dev.CD Aug 00 TC Disk 1
  19593. All Packages
  19594. Maximizing Quadra FloatingPoint
  19595. 89641X
  19596. --set theItem to choose file -- uncomment to test in an AS editor
  19597.     tell application "Finder"
  19598.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:"
  19599.         activate
  19600.     end tell
  19601. on error errMsg number errNum
  19602.     --enter statements to perform when no records are found such as...
  19603.     display dialog "Sorry, the item you selected could not be found."
  19604.     return
  19605. end try
  19606. library
  19607. lines
  19608. localization
  19609. localizers
  19610. location
  19611. locator
  19612. macintoshp
  19613. macro
  19614. magician
  19615. manager
  19616. market
  19617. marquee
  19618. media
  19619. memory
  19620. modern
  19621. module
  19622. monitor
  19623. mouse
  19624. movie
  19625. navigator
  19626. newsz
  19627. notesT
  19628. onescannerx
  19629. opp's
  19630. e    No Changef
  19631. AppleScript
  19632. Calling AppleScriptq
  19633. Dev.CD Aug 00 TC Disk 2
  19634. D!All Packages
  19635. Tool Chest Edition
  19636. Manalyzer 2.0d3
  19637. jSummary: Manalyzer is a Local Area Network Analyzer that works with the Apple NuBus Ethernet card and the NuBus Token Ring card.
  19638. Features: Filters incoming traffic by node, byte or network protocol.
  19639.       - Generates background traffic at any bandwidth.
  19640.       - Displays incoming data in several formats.
  19641.       - Decodes AppleTalk  packets up to the ATP level. 
  19642. JcManalyzer
  19643. Manalyzer Read Me
  19644. Manalyzer Read Me.txt
  19645. Manalyzer Relase Notes
  19646. Manalyzer Relase Notes.txtK
  19647. Vol VIIL
  19648. Vol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  19649.  - Tool Chest
  19650.  - Networking
  19651.  - Manalyzer 2.0d3V
  19652. 89639X
  19653. Nov 99^
  19654. #rLines:P?Dev.CD Aug 00 TC Disk 2
  19655.  - Sample Code
  19656.  - Printing
  19657.  - HairLinesV
  19658. 87895X
  19659. Aug 00^    TC Disk 2
  19660. e    No Change
  19661.  this, then build your OpenGL cont
  19662. QuickTime, Sprite, TrackOQDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:P\Dev.CD Aug 00 TC Disk 2
  19663.  - Sample Code
  19664.  - QuickTime
  19665.  - Wired Movies and Sprites
  19666.  - QTSprites the capabilities you want.
  19667. 2) Allow the user to select a screen to use, build a DSp context and then a OpenGL context.  This second method is simpler but relies on user knowing which device is the best at 3D.
  19668. This sample illustrates the second method which makes it simpler and allows us to 
  19669. illustrate the DSp/OpenGL interface well.            
  19670. Note: You will have to change the access path for the OpenGL SDK with valid a one for your local environment.  Additionally, you may have to add a path to the DrawSprocket SDK if you are using Universal Interfaces 3.2 or earlier.
  19671. JeOpenGL DrawSprocket
  19672. OpenGL DrawSprocket.c
  19673. OpenGL DrawSprocket.CW2.
  19674. OpenGL DrawSprocket.CW5.
  19675. Read MeK
  19676. Nov 99ODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:OpenGL DrawSprocket:
  19677. scrap
  19678. screent
  19679. screen
  19680. script
  19681. scriptableO
  19682. scriptable
  19683. printing
  19684. scriptable
  19685. editorO
  19686. scripting
  19687. scripting
  19688. implementation
  19689. scriptswitcher
  19690. scriptswitcher
  19691. script
  19692. switcher
  19693. scroll
  19694. scroll
  19695. scrollbar
  19696. scrollbars
  19697. scrolling
  19698. scrolling
  19699. items
  19700. search
  19701. seedcfill
  19702. seedfill
  19703. selection
  19704. selection
  19705. selector
  19706. option
  19707. sequence
  19708. sequence
  19709. grabber
  19710. serial
  19711. serial
  19712. serial
  19713. ports
  19714. series
  19715. server
  19716. server
  19717. controls
  19718. services
  19719. setcontrolmaximum
  19720. setcontrolminimum
  19721. setcontrolvalue
  19722. setentrycolor
  19723. sethideonswitch
  19724. setlinewidth
  19725. setpalette
  19726. setpt
  19727. setrect
  19728. --set theItem to choose file -- uncomment to test in an AS editor
  19729.     tell application "Finder"
  19730.         open item "Dev.CD Apr 94
  19731. Dev.CD Jan 94
  19732. Dev.CD Oct 93
  19733. Dev.CD Jul 93"
  19734.         activate
  19735.     end tell
  19736. on error errMsg number errNum
  19737.     --enter statements to perform when no records are found such as...
  19738.     display dialog "Sorry, the item you selected could not be found."
  19739.     return
  19740. end try
  19741. integrates
  19742. integrating
  19743. integrating
  19744. computer-based
  19745. media
  19746. broadcast
  19747. environment
  19748. integration
  19749. integrator
  19750. integrity
  19751. 2300c
  19752. 2400c
  19753. 247226
  19754. 248426
  19755. xample
  19756. resource
  19757. snippet
  19758. shows
  19759. steps
  19760. necessary
  19761. implement
  19762. scroll
  19763. survival
  19764. guide
  19765. offers
  19766. overview
  19767. audio
  19768. produces
  19769. template
  19770. building
  19771. balloon
  19772. version
  19773. tesample
  19774. substantially
  19775. reworked
  19776. occur
  19777. occured
  19778. occurs
  19779. octoberS
  19780. odbceoadadptor
  19781. odf-interest
  19782. odocf
  19783. processmgr
  19784. processorZ
  19785. processor-based{
  19786. processorsu
  19787. procs
  19788. prodos
  19789. produce
  19790. produced
  19791. producer
  19792. producer/consumer
  19793. produces
  19794. produces
  19795. module
  19796. producing
  19797. al C++ 5.0 or later.
  19798. JFBuilding QT Samples
  19799. common.c
  19800. common.h
  19801. globals.c
  19802. globals.h
  19803. hacktv.r
  19804. macN"QuickTime, Video, Digitizing, vDigO?Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Capturing:HackTV:PJDev.CD Aug 00 TC Disk 2
  19805.  - Sample Code
  19806.  - QuickTime
  19807.  - Capturing
  19808.  - HackTVV
  19809. 87894X
  19810. Aug 00^    TC Disk 2
  19811. e    No Change
  19812. Oe    No Changef1Gestalt
  19813. gestaltNativeCPUtype
  19814. gestaltProcessorTypeq
  19815. Dev.CD Aug 00 TC Disk 2
  19816. All Packages
  19817. CreateDirWCustIconI
  19818. This snippet demonstrates how to create a directory and how to steal a custom icon from another directory by CatMoving the "Icon\r" file from the other directory.J
  19819. CreateDirWCustIcon(PPC)
  19820. CreateDirWCustIcon.c
  19821. CreateDirWCustIcon.h
  19822. CreateDirWCustIcon.mcp
  19823. CreateDirWCustIcon.rsrc
  19824. Read Me - CreateDirWCustIconM
  19825. System 7N
  19826. custom icon, folderO=Dev.CD Aug 00 TC Disk 1:Sample Code:Files:CreateDirWCustIcon:PEDev.CD Aug 00 TC Disk 1
  19827.  - Sample Code
  19828.  - Files
  19829.  - CreateDirWCustIconV
  19830. 89328X
  19831. Aug 00^    TC Disk 1
  19832. e    No Change
  19833. ime is on or off.  The program also shows how you can determine if Daylight Savings Time is on or off.
  19834. May 94L
  19835. Nov 96
  19836. UMAFailure.p.o
  19837. MPW 3.1 or laterN&TextEdit, TESample, C++, CPlusTESample
  19838. cwpro2
  19839. cyberdog
  19840. cyberdog
  19841. cyberdogaddendum
  19842. cyrillic
  19843. cyrillic
  19844. first
  19845. czech
  19846. czech
  19847. 1.1.3
  19848. d-german
  19849. generator
  19850. danish
  19851. danish
  19852. 1.1.3
  19853. dashed
  19854. dashed
  19855. lines
  19856. dashed
  19857. lines
  19858. dashed
  19859. lines
  19860. dashed-capped
  19861. dashed-capped
  19862. lines
  19863. dashed-capped
  19864. lines
  19865. dashed-capped
  19866. lines
  19867. dashed-capped
  19868. lines
  19869. dashedlines
  19870. dashedlines
  19871. datay
  19872. access
  19873. manager
  19874. folder
  19875. demog
  19876. detection
  19877. detector
  19878. detectorsy
  19879. change
  19880. developer
  19881. development~
  19882. devicesQ
  19883. devices
  19884. hardwareQ
  19885. directions{
  19886. diskimagecore
  19887. diskimagecore
  19888. dllmainl
  19889. dllmain
  19890. 89206X
  19891. Apr 98^
  19892. --set theItem to choose file -- uncomment to test in an AS editor
  19893.     tell application "Finder"
  19894.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):AppleShare IP API:"
  19895.         activate
  19896.     end tell
  19897. on error errMsg number errNum
  19898.     --enter statements to perform when no records are found such as...
  19899.     display dialog "Sorry, the item you selected could not be found."
  19900.     return
  19901. end try
  19902. e    No Changef
  19903. AppleShare
  19904. AFP protocol.q
  19905. Dev.CD Apr 98 SDK1
  19906. All Packages
  19907. AppleSingle/AppleDouble FormatI
  19908. Summary: This document describes version 2 of the AppleSingle/AppleDouble file formats used for storing files on foreign file systems.J>AppleSingle/AppleDouble Formats
  19909. ReadMe
  19910. AppleSingle/AppleDoubleK
  19911. Vol VM
  19912. Adobe Acrobat Reader.O_Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:V
  19913. 89207X
  19914. 1e    No Change
  19915. astchange
  19916. getmfsize
  19917. getnextevent
  19918. getnextfond
  19919. Summary: This is a simple I/O window based debugger kernel which provides the bare bones framework for a tailor made debugger.
  19920. Features: Robix is written in C for super portability. You make the commands you need for debugging hardware. This package also includes an easy to use command line parser.
  19921. Robix can be ported to any system with any microprocessor, then expanded. It has been successfully ported  to IBM PCs, Macs, Unix boxes, Netware file servers using everything from 68000 throug
  19922. h 68030 and 8085 through 80486.
  19923. Requires C compiler. Some assembly required if used as power up firmware.
  19924. Issues: User unfriendly, You must be proficient in the hardware it is run on because ROBIX lets you do anything you care to make commands for. For instance, you can create a set of SCSI commands that let you read, edit and write any block on any drive without using the SCSI manager. This debugger is meant to talk directly to the hardware. There is little if any OS. support.
  19925. This pac
  19926. (M4System 7.0 or later.  Any System 7 capable MacintoshN
  19927. AE, Apple Events, AppleEventsOYDev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:PdDev.CD Aug 00 TC Disk 1
  19928.  - Tool Chest
  19929.  - Interapplication Communication
  19930.  - AE Tools
  19931.  - AETracker 3.0V
  19932. 89160X
  19933. Aug 00^    TC Disk 1
  19934. --set theItem to choose file -- uncomment to test in an AS editor
  19935.     tell application "Finder"
  19936.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AETracker 3.0:"
  19937.         activate
  19938.     end tell
  19939. on error errMsg number errNum
  19940.     --enter statements to perform when no records are found such as...
  19941.     display dialog "Sorry, the item you selected could not be found."
  19942.     return
  19943. end try
  19944. e    No Changef
  19945. Apple Events
  19946. AppleEventsq
  19947. Dev.CD Aug 00 TC Disk 1
  19948. All Packages
  19949. F    aevt dcmd
  19950. 89161X
  19951.  User 3.0.1d3ilesharingon
  19952. filesharingon
  19953. filesharingon
  19954. filesharingon
  19955. filesharingon
  19956. filing
  19957. All Packages
  19958. Chinese Dictation KitO
  19959. Dev.CD May 97 TCP
  19960. Dev.CD May 97 TV
  19961. 89272X
  19962. May 97
  19963. e--set theItem to choose file -- uncomment to test in an AS editor
  19964.     tell application "Finder"
  19965.         open item "Dev.CD May 97 TC"
  19966.         activate
  19967.     end tell
  19968. on error errMsg number errNum
  19969.     --enter statements to perform when no records are found such as...
  19970.     display dialog "Sorry, the item you selected could not be found."
  19971.     return
  19972. end try
  19973. D!All Packages
  19974. Tool Chest Edition
  19975. Chinese Dictation Kit 1.5
  19976.     t theItem to choose file -- uncomment to test in an AS editor
  19977.     tell application "Finder"
  19978.         open item "Dev.CD Jul 96 SSW"
  19979.         activate
  19980.     end tell
  19981. on error errMsg number errNum
  19982.     --enter statements to perform when no records are found such as...
  19983.     display dialog "Sorry, the item you selected could not be found."
  19984.     return
  19985. end try
  19986. All Packages
  19987. System 7.5 Update 2.0O
  19988. Dev.CD Jul 96 SSWP
  19989. Dev.CD Jul 96 SSV
  19990. 88747X
  19991. Jul 96
  19992. quires Hypercard 2.1.
  19993. Creator/File Types can now be registered on the Web.  Before registering, you can search the existing creator/file type database to see if the ID you want has been taken.  If not, fill out the Web registration form to claim that ID.  This service is at <http://dev.info.apple.com/cftype/>
  19994.  Dev Info Change Form
  19995. Developer Programs delivers its monthly mailings to the Certified contact at your company.  We may occasionally deliver specialized information to the Marketi
  19996. ng or Technical contact as well. If you have recently moved or had a contact change, please take a few minutes to fill out and send this form to ensure we have the most current and accurate information for your company.
  19997.  NuBus Board Registration
  19998. This stack contains a questionaire that allows Macintosh board developers to register their board information in order to receive board ids and functional sResource values for their boards. Because this stack creates a file, YOU MUST FIRST COPY T
  19999. Oct 96M
  20000. System 7O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  20001.  - Sample CodeV
  20002. 89311X
  20003. Aug 00^    TC Disk 2
  20004. y--set theItem to choose file -- uncomment to test in an AS editor
  20005.     tell application "Finder"
  20006.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  20007.         activate
  20008.     end tell
  20009. on error errMsg number errNum
  20010.     --enter statements to perform when no records are found such as...
  20011.     display dialog "Sorry, the item you selected could not be found."
  20012.     return
  20013. end try
  20014. Movedq
  20015. Dev.CD Aug 00 TC Disk 2
  20016. All Packages
  20017. ControlStripSampleIWThis sample shows how to create a basic ControlStrip module for use on 68K and PowerPC.JqControlStripLib
  20018. ControlStripSample(PPC)
  20019. ControlStripSample.c
  20020. ControlStripSample.mcp
  20021. ControlStripSample.rsrc
  20022. ControlStripN
  20023. ControlStripOODev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ControlStripSample:V
  20024. 89312X
  20025. 1e    No Change
  20026. E 406O
  20027. Dev.CD Jul 95P
  20028. Dev.CD Jul 9V
  20029. 84548X
  20030. Jul 95
  20031. 89219X
  20032. Aug 00^    TC Disk 1
  20033. --set theItem to choose file -- uncomment to test in an AS editor
  20034.     tell application "Finder"
  20035.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:AS Authenticator:"
  20036.         activate
  20037.     end tell
  20038. on error errMsg number errNum
  20039.     --enter statements to perform when no records are found such as...
  20040.     display dialog "Sorry, the item you selected could not be found."
  20041.     return
  20042. end try
  20043. e    No Changef@Apple Share user authentication
  20044. PBVolumeMount
  20045. user name
  20046. passwordq
  20047. Dev.CD Aug 00 TC Disk 1
  20048. dD!All Packages
  20049. Tool Chest Edition
  20050. Asia Market GuideI
  20051. Summary:  This guide provides information about markets, distribution, and localization for the Asian region, as well as providing a directory of additional information sources.J9Asia Market Guide 7/4 (US).dp
  20052. Asian Dist Addr (US) 7/4.dpK
  20053. Sep 95OUDev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:Asia Market Guide:nge
  20054. 2.1.1
  20055. 2.1.2
  20056. 2.1.3
  20057. 2.2.2
  20058. 2.3.0
  20059. 2.4b6
  20060. 2.6.1
  20061. 2.6.5]
  20062. 24gcP
  20063. 3.0.1^
  20064. 3.0b10
  20065. 3.2.4
  20066. 3.7.1
  20067. 3/92d
  20068. 4.1.2
  20069. 5.0.7W
  20070. 5.3.2
  20071. 5thcolumn
  20072. 6.0.3
  20073. 6.0.4
  20074. 6.0.5
  20075. 6.1b9
  20076. --set theItem to choose file -- uncomment to test in an AS editor
  20077.     tell application "Finder"
  20078.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:"
  20079.         activate
  20080.     end tell
  20081. on error errMsg number errNum
  20082.     --enter statements to perform when no records are found such as...
  20083.     display dialog "Sorry, the item you selected could not be found."
  20084.     return
  20085. end try
  20086. for scrolling allowing users to 'virtually' grab a window's contents and drag it around with the mouse.
  20087. - scrolling using the keyboard.
  20088. Other interesting techniques illustrated include:
  20089. - Setting the cu
  20090. .rsor and handling mouse moved events for various regions of the screen,
  20091. - Optimizing drawing performance by limiting drawing operations to those ones that will have a visual effect on the screen (This can dramatically improve the speed of drawing during scrolling operations).
  20092. It's just plain handy!!!
  20093. 87896X
  20094. 1e    No Change
  20095. macapp
  20096. macapp
  20097. cdent
  20098. stuff
  20099. macapp
  20100. developer
  20101. survey
  20102. macappclassmeth
  20103. macapplication
  20104. macapplication
  20105. macapplication
  20106. macapplication
  20107. macappprogguide
  20108. demonstrates
  20109. programmatically
  20110. background
  20111. demonstrates
  20112. switch
  20113. private
  20114. stack
  20115. correctly
  20116. hip's address, causing a hang.
  20117. So the patch, as well as later versions of OF, make "byte-load-file" always do full exact matches--any genericness is supported by tagging such OF drivers with a vendor ID of -1.
  20118. If you wish to experiment with OF, hold down cmd-opt-O-F on boot with a 38400/8/N/1 terminal at the Modem port.  To see OF NVRAM variables, type "printenv" at the OF pro
  20119. gestalt
  20120. gestalt
  20121. gestaltnativecputype
  20122. gestaltprocessortype
  20123. gestalt
  20124. gestaltvmattr
  20125. gestalt
  20126. quickdraw
  20127. gestaltquickdrawvers
  20128. gestaltquickdrawfeat
  20129. gestalt
  20130. selector
  20131. codes
  20132. gestalt
  20133. manager
  20134. machine
  20135. identificatio
  20136. gestaltnativecputype
  20137. gestaltprocessortype
  20138. gestaltquickdrawfeat
  20139. gestaltquickdrawvers
  20140. gestaltvmattr
  20141. getcontrolmaximum
  20142. getcontrolminimum
  20143. getcontrolvalue
  20144. getcpixel
  20145. getctable
  20146. getctable
  20147. newpalette
  20148. setpalette
  20149. palette
  20150. animation
  20151. animatepal
  20152. getcwmgrport
  20153. getcwmgrport
  20154. getdevicelist
  20155. getnextdevice
  20156. copybits
  20157. openpictur
  20158. orldpixmap
  20159. gethideonswitch
  20160. getmaindevice
  20161. getmouse
  20162. getnextdevice
  20163. getnextevent
  20164. getnextevent
  20165. waitnextevent
  20166. filter
  20167. helper
  20168. getnextfond
  20169. getnextprocess
  20170. getpixbaseaddr
  20171. getpixrowbytes
  20172. tsetoptions
  20173. getversion
  20174. e    No Changeq
  20175. Dev.CD Aug 00 TC Disk 1
  20176. All Packages
  20177. MakeStartupAliasToMe
  20178. This small application illustrating how to launch an AppleScript
  20179. and send a list of files to it for processing.  This a simple way
  20180. for your application to access the powerful high level facilities
  20181. provided by AppleScript.
  20182. Includes an example of how you could include a 'Scripts' subfolder
  20183. inside of a Mac OS 9 package and then call the scripts in that
  20184. subfolder from inside of your application.
  20185. CWDefines.h
  20186. debugf.c
  20187. debugf.h
  20188. MakeFile
  20189. MakeStartupAliasToMe
  20190. MakeStartupAliasToMe.c
  20191. MakeStartupAliasToMe.prj
  20192. MakeStartupAliasToMe.r
  20193. MakeStartupAliasToMe.rsrc
  20194. PackageExample
  20195. ReadMe
  20196. ScriptsM    CarbonLibN AppleScript, Calling AppleScriptOODev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MakeStartupAliasToMe:PWDev.CD Aug 00 TC Disk 2
  20197.  - Sample Code
  20198.  - Interapplication Comm
  20199.  - MakeStartupAliasToMeV
  20200. 89638X
  20201. Aug 00^    TC Disk 2
  20202. e    No Change
  20203. Scrollbars
  20204. Handy
  20205. Handyman
  20206. proportional
  20207. mouse moved.
  20208. All Packages
  20209. QuickDraw GXO
  20210. Dev.CD Apr 95
  20211. Dev.CD Jan 95P
  20212. Dev.CD Apr 95
  20213. Dev.CD Jan 9V
  20214. 89980X
  20215. Apr 95
  20216. p--set theItem to choose file -- uncomment to test in an AS editor
  20217.     tell application "Finder"
  20218.         open item "Dev.CD Apr 95
  20219. Dev.CD Jan 95"
  20220.         activate
  20221.     end tell
  20222. on error errMsg number errNum
  20223.     --enter statements to perform when no records are found such as...
  20224.     display dialog "Sorry, the item you selected could not be found."
  20225.     return
  20226. end try
  20227. All Packages
  20228. QuickDraw GXO
  20229. Dev.CD Apr 95
  20230. Dev.CD Jan 95P
  20231. Dev.CD Apr 95
  20232. Dev.CD Jan 9V
  20233. 89981X
  20234. Apr 95
  20235. p--set theItem to choose file -- uncomment to test in an AS editor
  20236.     tell application "Finder"
  20237.         open item "Dev.CD Apr 95
  20238. Dev.CD Jan 95"
  20239.         activate
  20240.     end tell
  20241. on error errMsg number errNum
  20242.     --enter statements to perform when no records are found such as...
  20243.     display dialog "Sorry, the item you selected could not be found."
  20244.     return
  20245. end try
  20246. All Packages
  20247. --set theItem to choose file -- uncomment to test in an AS editor
  20248.     tell application "Finder"
  20249.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:MakeStartupAliasToMe:"
  20250.         activate
  20251.     end tell
  20252. on error errMsg number errNum
  20253.     --enter statements to perform when no records are found such as...
  20254.     display dialog "Sorry, the item you selected could not be found."
  20255.     return
  20256. end try
  20257. nd try
  20258. e    No ChangefVTanzania
  20259. Zanzibar
  20260. StarMax
  20261. Open Firmware
  20262. Bridge
  20263. PCI-PCI Bridge
  20264. Riserq
  20265. Dev.CD Aug 00 TC Disk 1
  20266. All Packages
  20267. OpenGL DrawSprocket
  20268. 86553X
  20269. show[
  20270. show/hide
  20271. showballoon
  20272. showcase
  20273. shows
  20274. copymask
  20275. screen
  20276. lighter
  20277. shows
  20278. affect
  20279. background
  20280. color
  20281. control
  20282. shows
  20283. copybits
  20284. along
  20285. offscreen
  20286. bitmaps
  20287. emulater
  20288. shrink
  20289. shrinking
  20290. shrunken
  20291. shutdownB
  20292. sicns
  20293. siegel
  20294. sierra
  20295. sierra/iso
  20296. signatures
  20297. signed
  20298. significant
  20299. signs
  20300. silently
  20301. simenel
  20302. 90136X
  20303. Aug 00^    TC Disk 2
  20304. --set theItem to choose file -- uncomment to test in an AS editor
  20305.     tell application "Finder"
  20306.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ROMResourceDump:"
  20307.         activate
  20308.     end tell
  20309. on error errMsg number errNum
  20310.     --enter statements to perform when no records are found such as...
  20311.     display dialog "Sorry, the item you selected could not be found."
  20312.     return
  20313. end try
  20314. e    No Changeq
  20315. Dev.CD Aug 00 TC Disk 2
  20316. All Packages
  20317. Rotate Bitmap 90I
  20318. Rotates a bitmap 90 degrees
  20319. J/Rotate.c
  20320. RotateBitmap90(PPC)
  20321. RotateBitmap90.mcpM    QuickDrawN
  20322. bitmap, rotationOADev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Rotate Bitmap 90:PIDev.CD Aug 00 TC Disk 1
  20323.  - Sample Code
  20324.  - Graphics 2D
  20325.  - Rotate Bitmap 90V
  20326. 90137X
  20327. Aug 00^    TC Disk 1
  20328. e    No Change
  20329. scrapbook
  20330. scrapbook
  20331. scrapcolor
  20332. scrapcolor
  20333. scrapcolor
  20334. library
  20335. scrapcolordemo
  20336. scrapxcmds
  20337. scrapxcmds
  20338. 1.0.2
  20339. 1.1.6
  20340. 100basetx
  20341. 100basetx
  20342. ethernet
  20343. 2.1.1
  20344. 3.2.1
  20345. sound
  20346. addresmenu
  20347. address
  20348. addsearch
  20349. adlib
  20350. administrator
  20351. adobe
  20352. adorner
  20353. aegizmos
  20354. aeinteractwithuser
  20355. protocol
  20356. afterN
  20357. after
  20358. after
  20359. moduleN
  20360. aiffk
  20361. writer
  20362. sdevk
  20363. airport
  20364. alawm
  20365. scomm
  20366. alias
  20367. aliases
  20368. allocators
  20369. alternatebufferdispl
  20370. altivec
  20371. analysis
  20372. animateentry
  20373. animatepalette
  20374. animation
  20375. antlr
  20376. redistribution
  20377. registration
  20378. registry~
  20379. rekeytrans
  20380. release
  20381. remote
  20382. remove
  20383. remove
  20384. version
  20385. numbers
  20386. report
  20387. report
  20388. error
  20389. reporting
  20390. reports
  20391. requests
  20392. requiredfindercolors
  20393. resedit
  20394. resedit
  20395. 2.1.3
  20396. resolverelativealias
  20397. resources
  20398. restore
  20399. restore
  20400. screen
  20401. cluts
  20402. retrievepictinfo
  20403. rhapsody
  20404. rhapsody
  20405. documentation
  20406. rinaldi
  20407. rinaldi
  20408. collection
  20409. robix
  20410. robix
  20411. sources
  20412. robustness
  20413. build/download
  20414. 3.2.4
  20415. romresourcedump
  20416. samplea
  20417. sampler
  20418. samples
  20419. scanners
  20420. scomm
  20421. screen
  20422. script
  20423. scripts
  20424. scroll
  20425. sdecm
  20426. sdec/scomQ
  20427. sdevk
  20428. =OMDev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:PUDev.CD Feb 98 TC
  20429.  - Programs & Marketing
  20430.  - Apple Directions
  20431.  - Apple Directions 1997V
  20432. 89181X
  20433. Feb 98^
  20434. --set theItem to choose file -- uncomment to test in an AS editor
  20435.     tell application "Finder"
  20436.         open item "Dev.CD Feb 98 TC:Programs & Marketing:Apple Directions:Apple Directions 1997:"
  20437.         activate
  20438.     end tell
  20439. on error errMsg number errNum
  20440.     --enter statements to perform when no records are found such as...
  20441.     display dialog "Sorry, the item you selected could not be found."
  20442.     return
  20443. end try
  20444. Deletedq
  20445. Dev.CD Feb 98 TC
  20446. All Packages
  20447. Apple Event Registry & SuitesIySummary: This folder contains the Apple Event Registry and information about Apple Event Suites from the AppleScript SDK.J
  20448. Apple Event Registry
  20449. Apple Event Registry Errata v3
  20450. AppleScript Suite
  20451. Database Suite
  20452. Mail Suite 1.0
  20453. Suites Under Development
  20454. Telephony SuiteK
  20455. Feb 92L
  20456. Apr 93M
  20457. Adobe Acrobat Reader.
  20458. Jul 95
  20459. b--set theItem to choose file -- uncomment to test in an AS editor
  20460.     tell application "Finder"
  20461.         open item "Dev.CD Jul 95"
  20462.         activate
  20463.     end tell
  20464. on error errMsg number errNum
  20465.     --enter statements to perform when no records are found such as...
  20466.     display dialog "Sorry, the item you selected could not be found."
  20467.     return
  20468. end try
  20469. All Packages
  20470. System 7.5 Update 1.0O
  20471. Dev.CD Jul 95P
  20472. Dev.CD Jul 9V
  20473. 90321X
  20474. Jul 95
  20475. b--set theItem to choose file -- uncomment to test in an AS editor
  20476.     tell application "Finder"
  20477.         open item "Dev.CD Jul 95"
  20478.         activate
  20479.     end tell
  20480. on error errMsg number errNum
  20481.     --enter statements to perform when no records are found such as...
  20482.     display dialog "Sorry, the item you selected could not be found."
  20483.     return
  20484. end try
  20485. All Packages
  20486. System 7.5 Update 1.0O
  20487. Dev.CD Jul 95P
  20488. Dev.CD Jul 9V
  20489. 90322X
  20490. Jul 95
  20491. apple
  20492. detectors
  20493. technology
  20494. scans
  20495. searchiy
  20496. apple
  20497. sprockets
  20498. libraries
  20499. designed
  20500. simplify
  20501.  Drivers: Memory Matters by Martin Minow. Using PrepareMemoryForIO to set up memory for data transfers to or from other devices is a complex 
  20502.  but very important 
  20503.  process. This walkthrough points out traps and pitfalls along the way.
  20504. JBdevelop Issue 24
  20505. develop Issue 24 code
  20506. develop Issue 24 referencesK
  20507. Dec 95L
  20508. Dec 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 24:PQDev.CD Sep 00 RL Disk 1
  20509.  - Technical Documentation
  20510.  - Develop
  20511.  - develop Issue 24
  20512. --set theItem to choose file -- uncomment to test in an AS editor
  20513.     tell application "Finder"
  20514.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:cihui:"
  20515.         activate
  20516.     end tell
  20517. on error errMsg number errNum
  20518.     --enter statements to perform when no records are found such as...
  20519.     display dialog "Sorry, the item you selected could not be found."
  20520.     return
  20521. end try
  20522.  dialog "Sorry, the item you selected could not be found."
  20523.     return
  20524. end try
  20525. All Packages
  20526. System 7 Tune-UpO
  20527. Dev.CD Sept 92
  20528. Dev.CD Aug 92P
  20529. Dev.CD Sept 92
  20530. Dev.CD Aug 9V
  20531. 88685X
  20532. Sept 9
  20533. q--set theItem to choose file -- uncomment to test in an AS editor
  20534.     tell application "Finder"
  20535.         open item "Dev.CD Sept 92
  20536. Dev.CD Aug 92"
  20537.         activate
  20538.     end tell
  20539. on error errMsg number errNum
  20540.     --enter statements to perform when no records are found such as...
  20541.     display dialog "Sorry, the item you selected could not be found."
  20542.     return
  20543. end try
  20544. All Packages
  20545. System UpdateO
  20546. Dev.CD Apr 94P
  20547. Dev.CD Apr 9V
  20548. 90580X
  20549. Apr 94
  20550. b--set theItem to choose file -- uncomment to test in an AS editor
  20551.     tell application "Finder"
  20552.         open item "Dev.CD Apr 94"
  20553.         activate
  20554.     end tell
  20555. on error errMsg number errNum
  20556.     --enter statements to perform when no records are found such as...
  20557.     display dialog "Sorry, the item you selected could not be found."
  20558.     return
  20559. end try
  20560. All Packages
  20561. System UpdateO
  20562. Dev.CD Apr 94P
  20563. Dev.CD Apr 9V
  20564. 90581X
  20565. Apr 94
  20566. b--set theItem to choose file -- uncomment to test in an AS editor
  20567.     tell application "Finder"
  20568.         open item "Dev.CD Apr 94"
  20569.         activate
  20570.     end tell
  20571. on error errMsg number errNum
  20572.     --enter statements to perform when no records are found such as...
  20573.     display dialog "Sorry, the item you selected could not be found."
  20574.     return
  20575. end try
  20576. All Packages
  20577. System UpdateO
  20578. Dev.CD Apr 94P
  20579. Dev.CD Apr 9V
  20580. 90582X
  20581. Apr 94
  20582. icondo
  20583. Feb 92L
  20584. Feb 97O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  20585.  - Sample Codeons
  20586. 04/95{
  20587. apple
  20588. directions
  20589. 04/96|
  20590. apple
  20591. directions
  20592. 04/97}
  20593. apple
  20594. directions
  20595. 05/95{
  20596. apple
  20597. directions
  20598. 05/96|
  20599. apple
  20600. directions
  20601. 05/97
  20602. apple
  20603. directions
  20604. 06/95{
  20605. apple
  20606. directions
  20607. 06/96|
  20608. apple
  20609. directions
  20610. 06/97
  20611. apple
  20612. directions
  20613. 07/95{
  20614. apple
  20615. directions
  20616. 07/96|
  20617. apple
  20618. directions
  20619. 07/97
  20620. apple
  20621. directions
  20622. 08/95{
  20623. apple
  20624. directions
  20625. 08/96|
  20626. apple
  20627. directions
  20628. 08/97
  20629. apple
  20630. directions
  20631. 09/95{
  20632. apple
  20633. directions
  20634. 09/96|
  20635. apple
  20636. directions
  20637. 09/97
  20638. apple
  20639. directions
  20640. 10/95{
  20641. apple
  20642. directions
  20643. 10/96|
  20644. apple
  20645. directions
  20646. 10/97
  20647. apple
  20648. directions
  20649. 11-12/96|
  20650. apple
  20651. directions
  20652. 11/95{
  20653. apple
  20654. directions
  20655. 11/97
  20656. apple
  20657. directions
  20658. 12/95{
  20659. apple
  20660. event
  20661. registry~
  20662. apple
  20663. event
  20664. registry
  20665. errata
  20666. apple
  20667. event
  20668. xcmds
  20669. apple
  20670. event
  20671. xcmds
  20672. apple
  20673. guide
  20674. 2.1.1
  20675. apple
  20676. guide
  20677. 2.1.1
  20678. first
  20679. apple
  20680. omparison
  20681. Deletedf'Pippin
  20682. Bandai
  20683. Atworld
  20684. Atmark
  20685. multimediaq
  20686. Dev.CD Dec 99 RL
  20687. All Packages
  20688. PixMap2PixPat2Ppat
  20689. PixMap2PixPat2Ppat has been updated to use GetPixRowBytes() and not leak a PixMap.
  20690. This snippet shows how to convert a 'icl8' image to a PixMap image and then to a PixPat and then finally to a 'ppat' resource. In this example, the 'ppat' resource is saved-off into a resource file.
  20691. JePixMap2PixPat2Ppat(PPC)
  20692. PixMap2PixPat2ppat.c
  20693. PixMap2PixPat2Ppat.mcp
  20694. PixMap2PixPat2ppat.rsrc
  20695. ppat fileK
  20696. Aug 00M
  20697. Color QuickDrawN/QuickDraw, PixMap, PixPat, ppat, GetPixRowBytesOCDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PixMap2PixPat2ppat:PKDev.CD Aug 00 TC Disk 1
  20698.  - Sample Code
  20699.  - Graphics 2D
  20700.  - PixMap2PixPat2ppatV
  20701. 89789X
  20702. Aug 00^    TC Disk 1
  20703. e    No Changeo&http://developer.apple.com/samplecode/
  20704. internal
  20705. logic
  20706. internally
  20707. internals
  20708. international
  20709. internationalization
  20710. 90079X
  20711. Jul 93
  20712. b--set theItem to choose file -- uncomment to test in an AS editor
  20713.     tell application "Finder"
  20714.         open item "Dev.CD Jul 93"
  20715.         activate
  20716.     end tell
  20717. on error errMsg number errNum
  20718.     --enter statements to perform when no records are found such as...
  20719.     display dialog "Sorry, the item you selected could not be found."
  20720.     return
  20721. end try
  20722. All Packages
  20723. F    QuickTimeO
  20724. Dev.CD Jul 93P
  20725. Dev.CD Jul 9V
  20726. 90080X
  20727. Jul 93
  20728. b--set theItem to choose file -- uncomment to test in an AS editor
  20729.     tell application "Finder"
  20730.         open item "Dev.CD Jul 93"
  20731.         activate
  20732.     end tell
  20733. on error errMsg number errNum
  20734.     --enter statements to perform when no records are found such as...
  20735.     display dialog "Sorry, the item you selected could not be found."
  20736.     return
  20737. end try
  20738. All Packages
  20739. F    QuickTimeO
  20740. Dev.CD Jul 93
  20741. Dev.CD Apr 93P
  20742. Dev.CD Jul 93
  20743. Dev.CD Apr 9V
  20744. 90081X
  20745. Jul 93
  20746. ternet
  20747. interrupt
  20748. invert
  20749.  or later
  20750. This application uses Quad buffering for both recording and playback.  Once a buffer is filled by the recording, the buffer is passed to the playback to be played. The playback has a small delay between the buffers which does not sound very good.  The delay sounds a little like a skip in a record.  The way to quit the application is to hold down the mouse button until the app quits. The recording is done with vox recording on, so it only records the sound which is at least of a certain levB
  20751. JHVoxII
  20752. VoxII.c
  20753. VoxII.c.o
  20754. VoxII.make
  20755. VoxII.readme
  20756. VoxIIPPC.make
  20757. VoxIIPPC.rM
  20758. Sound Manager 3.0 or laterN
  20759. sound, buffer, vox recordingO8Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:vox recording:P@Dev.CD Aug 00 TC Disk 2
  20760.  - Sample Code
  20761.  - Sound
  20762.  - vox recording
  20763. technical
  20764. overview
  20765. opment Resources:P\Dev.CD Aug 00 TC Disk 1
  20766.  - Tool Chest
  20767.  - Communications Toolbox
  20768.  - CTB Development Resources
  20769. ghtening, darkening, rotating, etc. Developers are provided with the opportunity to modify their applications to support QuickTime IC in a similar fashion to the Camera Access application to better integrate image capture solutions into their application. 
  20770. The QuickTime IC system extension provides all the necessary system level functions for applications to communicate, view, and even manipulate images from image capture devices. For example, when you want to see the images stored in the
  20771.  camera, a small component of code resident in the QuickTime IC extension is called upon to display the images in a contact sheet view. Again, developers are provided with the opportunity to extend this layer to provide additional functionality. 
  20772. The final item is the device component. This is the piece of software that allows communications between the camera and the QuickTime IC system extenion. This is a unique component provided with the QuickTake 200. When the user launches the Camer
  20773. ODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamMsg:PODev.CD Aug 00 TC Disk 2
  20774.  - Sample Code
  20775.  - QuickTime
  20776.  - Streaming
  20777.  - QTStreamMsgV
  20778. 89903X
  20779. Aug 00^    TC Disk 2
  20780. --set theItem to choose file -- uncomment to test in an AS editor
  20781.     tell application "Finder"
  20782.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamMsg:"
  20783.         activate
  20784.     end tell
  20785. on error errMsg number errNum
  20786.     --enter statements to perform when no records are found such as...
  20787.     display dialog "Sorry, the item you selected could not be found."
  20788.     return
  20789. end try
  20790. e    No Changef'QuickTime
  20791. Streaming
  20792. Messages
  20793. Controllerq
  20794. Dev.CD Aug 00 TC Disk 2
  20795. All Packages
  20796. QTStreamSplicer
  20797. 89904X
  20798. transport
  20799. opentransport
  20800. optimization
  20801. optimizing
  20802. option
  20803. option
  20804. management
  20805. ordered
  20806. ordered
  20807. collection
  20808. ot/ppp
  20809. otoptionmanagment
  20810. output
  20811. override
  20812. fatbrain
  20813. fatsimpletext
  20814. fatsimpletext
  20815. fdputilities
  20816. fdputilities
  20817. features
  20818. developer
  20819. synchronization
  20820. guide
  20821. system
  20822. manager
  20823. filecopy
  20824. filecopy
  20825. filehelpers
  20826. filehelpers
  20827. filehelpers
  20828. fileisopen
  20829. fileisopen
  20830. filelogging
  20831. filelogging
  20832. filelogging
  20833. filemaker
  20834. filemaker
  20835. files
  20836. filesharingison
  20837. filesharingmaster
  20838. filesharingmaster
  20839. filesharingon
  20840. filesharingon
  20841. filesharingon
  20842. filesharingon
  20843. filesharingon
  20844. filesharingon
  20845. filing
  20846. replaces
  20847. replaces
  20848. postscript
  20849. sample
  20850. replacing
  20851. repliese
  20852. reply
  20853. report{
  20854. reported
  20855. reporter
  20856. reporting
  20857. reports
  20858. repositories
  20859. repository
  20860. represent
  20861. representation
  20862. representations
  20863. representative
  20864. represented
  20865. representing
  20866. represents
  20867. reprinting{
  20868. reproduce
  20869. reproduced
  20870. reproduction
  20871. request
  20872. requested
  20873. requestsf
  20874. requestvideo
  20875. requies
  20876. requirey
  20877. requiresu
  20878. rhapsody
  20879. pages
  20880. rhapsody
  20881. release
  20882. notes
  20883. ringR
  20884. riser
  20885. robustness
  20886. rotate
  20887. rotatestring
  20888. rotation
  20889. router
  20890. routines
  20891. routing
  20892. rowbytes
  20893. da/application
  20894. dangerously
  20895. daniel
  20896. darkN
  20897. darkside
  20898. dashed
  20899. dastardly
  20900. data`
  20901. database
  20902. databases
  20903. datafork
  20904. datedialog
  20905. dates
  20906. david
  20907. davidson
  20908. day-to-day
  20909. dboxproc
  20910. dcmdi
  20911. dcmdsc
  20912. deals
  20913. deanna
  20914. deatherage
  20915. debabelizer
  20916. Dev.CD Jul 96 SSWP
  20917. Dev.CD Jul 96 SSV
  20918. 90337X
  20919. Jul 96
  20920. f--set theItem to choose file -- uncomment to test in an AS editor
  20921.     tell application "Finder"
  20922.         open item "Dev.CD Jul 96 SSW"
  20923.         activate
  20924.     end tell
  20925. on error errMsg number errNum
  20926.     --enter statements to perform when no records are found such as...
  20927.     display dialog "Sorry, the item you selected could not be found."
  20928.     return
  20929. end try
  20930. All Packages
  20931. System 7.5 Update 2.0O
  20932. Dev.CD Jul 96 SSWP
  20933. Dev.CD Jul 96 SSV
  20934. 90338X
  20935. Jul 96
  20936. f--set theItem to choose file -- uncomment to test in an AS editor
  20937.     tell application "Finder"
  20938.         open item "Dev.CD Jul 96 SSW"
  20939.         activate
  20940.     end tell
  20941. on error errMsg number errNum
  20942.     --enter statements to perform when no records are found such as...
  20943.     display dialog "Sorry, the item you selected could not be found."
  20944.     return
  20945. end try
  20946. All Packages
  20947. System 7.5 Update 2.0O
  20948. Dev.CD Jul 96 SSWP
  20949. Dev.CD Jul 96 SSV
  20950. 90339X
  20951. Jul 96
  20952. simple
  20953. sample
  20954. program
  20955. demonstrates
  20956. application
  20957. measure
  20958. intertask
  20959. signaling
  20960. application
  20961. test/demo
  20962. mt/mp
  20963. mpdelayuntil
  20964. application
  20965. test/demo
  20966. mt/mp
  20967. timers
  20968. example
  20969. image
  20970. compression
  20971. codec
  20972. handle
  20973. example
  20974. writing
  20975. codecs
  20976. example
  20977. using
  20978. quicktimes
  20979. firewire
  20980. video
  20981. output
  20982. update
  20983. appearance
  20984. 1.0.3
  20985. manager
  20986. manager
  20987. original
  20988. version
  20989. gimedapalette
  20990. chang
  20991. drawsprocket
  20992. which
  20993. provides
  20994. support
  20995. inputsprocket
  20996. which
  20997. provides
  20998. support
  20999. displays
  21000. small
  21001. icons
  21002. package
  21003. contains
  21004. documentation
  21005. sample
  21006. package
  21007. contains
  21008. drive
  21009. setup
  21010. v1.7.2
  21011. program
  21012. qteffects
  21013. explode
  21014. qtfiletransfer
  21015. qtflattentohandle
  21016. qtframestepper
  21017. qtfullscreen
  21018. qtgraphimp
  21019. qthintmovies
  21020. qtimadecompression
  21021. qtjava
  21022. qtjava
  21023. media
  21024. samples
  21025. qtmissingcomp
  21026. qtmoviefromprocs
  21027. qtmoviefromurl
  21028. qtmultiimage
  21029. qtmusic
  21030. qtmusictoo
  21031. qtreadwritejpeg
  21032. qtshell
  21033. qtshortcut
  21034. qtshoweffect
  21035. qtsimpleapplet
  21036. qtsndtween
  21037. qtspacketizerreassem
  21038. qtsprites
  21039. qtstdcompr
  21040. qtstreamingapplet
  21041. qtstreammsg
  21042. qtstreamsplicer
  21043. qttestapplet
  21044. qttext
  21045. qttimecode
  21046. qttojavaimage
  21047. qtvectors
  21048. qtwiredsprites
  21049. quadra
  21050. qualified
  21051. quickdraw
  21052. 1995 "Accelerated for Power Macintosh Artwork" Program
  21053. Apple Computer Inc.
  21054. Power Macintosh Developers!
  21055. Apple wants to help you communicate the benefits of a "native" version of your product to customers.  We have created artwork for use directly on your product packaging or to use as stickers to place on your shrink-wrapped products.  In addition, this artwork may be used in advertisements, distributor catalogs, direct mail, product literature, booth displays, and promotional items for y
  21056. our native products.  The "Accelerated for Power Macintosh" artwork is an easy way to identify your "native" applications in the marketplace.  The artwork is designed to be used only on products that are optimized for the PowerPC microprocessor.
  21057. We have introduced a new "Accelerated for Power Macintosh" artwork program for 1995.  There is no charge to obtain the artwork!
  21058. To obtain the "Accelerated for Power Macintosh" artwork:
  21059. 1) Request an information packet from:
  21060. Meeting Support Unli
  21061. 90683X
  21062. Feb 00^
  21063. --set theItem to choose file -- uncomment to test in an AS editor
  21064.     tell application "Finder"
  21065.         open item "Dev.CD Feb 00 TC:Interactive Media Resources:"
  21066.         activate
  21067.     end tell
  21068. on error errMsg number errNum
  21069.     --enter statements to perform when no records are found such as...
  21070.     display dialog "Sorry, the item you selected could not be found."
  21071.     return
  21072. end try
  21073. e    No Changef%WebObjects
  21074. OPENSTEP
  21075. Memory Managementq
  21076. Dev.CD Feb 00 TC
  21077. All Packages
  21078. WebObjects Performance Tuning
  21079. Performance Tuning
  21080. By Theresa Ray of Tensor Information Systems, Inc.
  21081. Performance tuning your WebObjects application is a critical step on the road to successful deployment of a web site. Optimization of a web site is always productive, only costs a moderate amount of development time, and results in a solid, scalable system. By properly coding, testing and administrating your application, your web site can be a great success!
  21082. 90684X
  21083. 89797X
  21084. Aug 00^    TC Disk 2
  21085. --set theItem to choose file -- uncomment to test in an AS editor
  21086.     tell application "Finder"
  21087.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScript Output Filters:"
  21088.         activate
  21089.     end tell
  21090. on error errMsg number errNum
  21091.     --enter statements to perform when no records are found such as...
  21092.     display dialog "Sorry, the item you selected could not be found."
  21093.     return
  21094. end try
  21095. e    No Changef
  21096. Printing
  21097. PostScript
  21098. Filterq
  21099. Dev.CD Aug 00 TC Disk 2
  21100. All Packages
  21101. PostScript UtilitiesI
  21102. Summary: This folder contains a number of PostScript
  21103.  utilities.
  21104. Features:
  21105.  DiskRestore
  21106.  kill test page
  21107.  Laser Doctor
  21108.  letter paper tray
  21109.  plain paper tray
  21110.  print total pages
  21111.  restore test page
  21112. This package is 7.0 compatible.JnDiskRestore
  21113. kill test page
  21114. Laser Doctor
  21115. letter paper tray
  21116. plain paper tray
  21117. print total pages
  21118. restore test pageK
  21119. Vol IIIL
  21120. Vol VIIV
  21121. 89798X
  21122. 1e    No Change
  21123. ll Packages
  21124. System UpdateV
  21125. 87386X
  21126. All Packages
  21127. System Enabler 003 (LC III)OEDev.CD Apr 94
  21128. Dev.CD Jan 94
  21129. Dev.CD Oct 93
  21130. Dev.CD Jul 93
  21131. Dev.CD Apr 93PDDev.CD Apr 94
  21132. Dev.CD Jan 94
  21133. Dev.CD Oct 93
  21134. Dev.CD Jul 93
  21135. Dev.CD Apr 9V
  21136. 90377X
  21137. Apr 94
  21138. --set theItem to choose file -- uncomment to test in an AS editor
  21139.     tell application "Finder"
  21140.         open item "Dev.CD Apr 94
  21141. Dev.CD Jan 94
  21142. Dev.CD Oct 93
  21143. Dev.CD Jul 93
  21144. Dev.CD Apr 93"
  21145.         activate
  21146.     end tell
  21147. on error errMsg number errNum
  21148.     --enter statements to perform when no records are found such as...
  21149.     display dialog "Sorry, the item you selected could not be found."
  21150.     return
  21151. end try
  21152. All Packages
  21153. System Enabler 003 (LC III)OEDev.CD Apr 94
  21154. Dev.CD Jan 94
  21155. Dev.CD Oct 93
  21156. Dev.CD Jul 93
  21157. Dev.CD Apr 93PDDev.CD Apr 94
  21158. Dev.CD Jan 94
  21159. Dev.CD Oct 93
  21160. Dev.CD Jul 93
  21161. Dev.CD Apr 9V
  21162. 90378X
  21163. Apr 94
  21164. Wt's an example of how to store and retrieve custom PicComments, among other things.
  21165. 84561X
  21166. 1e    No Change
  21167. finder
  21168. handy
  21169. little
  21170. application
  21171. workers
  21172. justifiable
  21173. justification
  21174. justify
  21175. kaealwaysinteracta
  21176. kaecaninteracta
  21177. kaeneverinteracta
  21178. kaleida{
  21179. kanji
  21180. karma
  21181. kazim
  21182. kbytes
  21183. kcapapp
  21184. kchrs
  21185. kcodecformat
  21186. keeping
  21187. keeps
  21188. keith
  21189. keith's
  21190. the user to each  field and button in the stacB{k which need to be localized. 
  21191. This package is System 7.0 compatible.
  21192. Issues: Minor HyperCard 2.0v2 bugs with System 7.0
  21193. HC Stack Localization Navig.imgK
  21194. Vol VIIM
  21195. HyperCard 2.0 for an unlocked copy on a hard disk. HyperCard 2.1 is required when running locked stacks and stacks on a CD-ROM.OPDev.CD Aug 00 TC Disk 1:Tool Chest:Localization:HC Stack Localization Navigator:V
  21196. 87899X
  21197. 1e    No Change
  21198. The ColorSync
  21199.  Plug-In Modules provide an easy way for you to obtain high quality reproduction of color images. Together with the ColorSync
  21200.  System Extension and the installed device profiles, the ColorSync
  21201.  Plug-In Modules ensure that your color images will be reproduced most accurately on any device. Three Modules (Import, Export, and Filter) are available to fit into any type of work-flow, and to provide color matching capabilities to the novice color user as well as to the most demandi
  21202. ng color user.
  21203. With the Plug-In
  21204. s you will be able to: 
  21205.  Accurately print the image viewed on your monitor. 
  21206.  Accurately print or view the image you have scanned. 
  21207.  Embed a profile in your image to be specified as the image
  21208. s source. 
  21209.  Make four-color or HiFi-color separations for any press printing condition. 
  21210.  Use your in-house device to preview what your image will look like on the printing press. 
  21211.  Execute any custom color matching needed.
  21212. New ColorSync Photoshop Plug-ins (Impo
  21213. 89743X
  21214. Aug 00^    TC Disk 2
  21215. y--set theItem to choose file -- uncomment to test in an AS editor
  21216.     tell application "Finder"
  21217.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  21218.         activate
  21219.     end tell
  21220. on error errMsg number errNum
  21221.     --enter statements to perform when no records are found such as...
  21222.     display dialog "Sorry, the item you selected could not be found."
  21223.     return
  21224. end try
  21225. Movedf&OpenTransport
  21226. Control Strip Moduleq
  21227. Dev.CD Aug 00 TC Disk 2
  21228. All Packages
  21229. OT/PPP Control Strip SampleIPThis sample demonstrates how to call the OT/PPP API from a Control Strip module.JaOpenTptPPP.h
  21230. OT/PPP Client Dev Note 1.0.pdf
  21231. PPP Control.cp
  21232. PPP Control.rsrc
  21233. PPP Control.
  21234. PPP CSMM#OT/PPP 1.0 or higher, Control StripN;OT/PPP API, Control Strip, CSM, OT/PPP Control Strip SampleOKDev.CD Aug 00 TC Disk 2:Sample Code:Networking:OT/PPP Control Strip Sample:V
  21235. 89744X
  21236. 1e    No Change
  21237.  00^    TC Disk 2
  21238. e    No Change
  21239. apple
  21240. source
  21241. 90664X
  21242. Aug 00^    TC Disk 2
  21243. --set theItem to choose file -- uncomment to test in an AS editor
  21244.     tell application "Finder"
  21245.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:vox recording:"
  21246.         activate
  21247.     end tell
  21248. on error errMsg number errNum
  21249.     --enter statements to perform when no records are found such as...
  21250.     display dialog "Sorry, the item you selected could not be found."
  21251.     return
  21252. end try
  21253. e    No Changef
  21254. sound
  21255. buffer
  21256. vox recordingq
  21257. Dev.CD Aug 00 TC Disk 2
  21258. All Packages
  21259. VRAM & bit-depth explainedI
  21260. Summary: This is a graphical representation of the maximum number of colors (bit-depth) that can be achieved (by monitor) under certain video memory/video card configurations.
  21261. Issues: Details only released productsJ-VRAM & bit-depth explnd
  21262.  Read Me, pleaseK
  21263. Jun 92O`Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:V
  21264. 90665X
  21265. 1e    No Change
  21266. --set theItem to choose file -- uncomment to test in an AS editor
  21267.     tell application "Finder"
  21268.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Print Clipped Offscreen:"
  21269.         activate
  21270.     end tell
  21271. on error errMsg number errNum
  21272.     --enter statements to perform when no records are found such as...
  21273.     display dialog "Sorry, the item you selected could not be found."
  21274.     return
  21275. end try
  21276. tell application "Finder"
  21277.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Anima:"
  21278.         activate
  21279.     end tell
  21280. on error errMsg number errNum
  21281.     --enter statements to perform when no records are found such as...
  21282.     display dialog "Sorry, the item you selected could not be found."
  21283.     return
  21284. end try
  21285. e    No Changef0Sprite
  21286. NewGWorld
  21287. GWorld
  21288. off screen
  21289. CopyBits
  21290. Blitq
  21291. Dev.CD Aug 00 TC Disk 1
  21292. 5D!All Packages
  21293. Mac OS SDK Edition
  21294. Appearance & CMM SDK 1.0.2
  21295.     , Mac OS 9, QuickTimeOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:ngeV
  21296. fNGetDeviceList
  21297. GDeviceChanged
  21298. GetNextDevice
  21299. GetMainDevice
  21300. NewPalette
  21301. SetPaletteq
  21302. Dev.CD Aug 00 TC Disk 1
  21303. All Packages
  21304. MakeMake 2.0d38
  21305. ,Summary: MakeMake is an MPW tool which generates correct, complete makefiles.
  21306. Features: Automatically generates complete included-file dependencies for C, C++, Pascal, Asm, and Rez sources. The makefiles are self-maintaining and easily modified or updated. Handles builds of almost any complexity.  
  21307. Makemake
  21308. Makemake manualK
  21309. Vol IIIL
  21310. Aug 92OPDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MakeMake 2.0d38:P[Dev.CD Aug 00 TC Disk 1
  21311.  - Tool Chest
  21312.  - Development Kits
  21313.  - MPW Related
  21314.  - MakeMake 2.0d38V
  21315. 89637X
  21316. Aug 00^    TC Disk 1
  21317. e    No Change
  21318. ir applications consistent with the OpenDoc architecture can provide software that integrates and cooperates with other OpenDoc software.
  21319. With OpenDoc, software developers can provides specialized solutions to meet each customer's specific need.  OpenDoc enabld.  OpenDoc enabl
  21320. editor
  21321. folder
  21322. folder
  21323. information
  21324. folder
  21325. watcher
  21326. folder
  21327. watcher
  21328. script
  21329. foldersize
  21330. foldersize
  21331. fontmaster
  21332. fontmaster
  21333. resedit
  21334. format
  21335. formatasdos
  21336. formatasdos
  21337. formatasdosdisk
  21338. formatasdosdisk
  21339. formatasdosdisk
  21340. formatincludes
  21341. formatnum
  21342. formatnum
  21343. e found such as...
  21344.     display dialog "Sorry, the item you selected could not be found."
  21345.     return
  21346. end try
  21347. ackages
  21348. SimpleVideoOut
  21349. 87018X
  21350. BSummary: Blat is a dcmd that uses the MMU in order to catch references to memory locations  0 through 255.   That is, it will stop any program from reading or writing to the memory that starts at zero, and is 256 bytes long.  That hunk of memory is reserved for Motorola, and is used as the exception vectors for the CPU. 
  21351. Memory Management.imgK
  21352. Sep 92OIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Aug 00 TC Disk 1
  21353.  - Tool Chest
  21354.  - Testing & Debugging
  21355.  - Memory Managementing
  21356. symantec
  21357. symbiotic
  21358. synccmd
  21359. synchronization
  21360. synthesis
  21361. systemn
  21362. system
  21363. system
  21364. extension
  21365. system
  21366. features
  21367. system
  21368. system
  21369. identification
  21370. system
  21371. software
  21372. release
  21373. systems
  21374. table
  21375. tablet
  21376. color
  21377. tanzania
  21378. tasking
  21379. tasks
  21380. tcp/ip
  21381. mings
  21382. Wake100 is a sample INIT which reads the wake up time in a PowerBook 100 and old Portable. If the wake up date has elapsed then a day gets added to it so that the machine wakes up at the same time every day.J)Wake100
  21383. Wake100.c
  21384. Wake100.make
  21385. WakeINIT.cM
  21386. Power ManagerN>Power Manager, sleep queue, SetWakeupTimer, PowerBook, Wake100OODev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:PZDev.CD Aug 00 TC Disk 1
  21387.  - Sample Code
  21388.  - Devices and Hardware
  21389.  - Miscellaneous
  21390.  - Wake100V
  21391. 90677X
  21392. Aug 00^    TC Disk 1
  21393. --set theItem to choose file -- uncomment to test in an AS editor
  21394.     tell application "Finder"
  21395.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:"
  21396.         activate
  21397.     end tell
  21398. on error errMsg number errNum
  21399.     --enter statements to perform when no records are found such as...
  21400.     display dialog "Sorry, the item you selected could not be found."
  21401.     return
  21402. end try
  21403. e    No Change
  21404. togetherj
  21405. toggle
  21406. toggled
  21407. token
  21408. tokenizer
  21409. tokenringR
  21410. tokentalkB
  21411. tolerant
  21412. tomorrow
  21413. tones
  21414. toolU
  21415. toolsc
  21416. top-down
  21417. All Packages
  21418. Object Pascal to C++ TipsIrSummary: This document contains some helpful tips on converting MacApp 2.0 applications from Object Pascal to C++.J
  21419. Object Pascal to C++ TipsK
  21420. Vol IIIL
  21421. Vol VIIM`Microsoft Word 3.0 word processor, or any compatible word processor, such as Claris MacWrite II.OYDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ TipsPdDev.CD Aug 00 TC Disk 1
  21422.  - Tool Chest
  21423.  - Development Kits
  21424.  - C++ Related
  21425.  - Object Pascal to C++ TipV
  21426. 89720X
  21427. Aug 00^    TC Disk 1
  21428. --set theItem to choose file -- uncomment to test in an AS editor
  21429.     tell application "Finder"
  21430.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:C++ Related:Object Pascal to C++ Tips"
  21431.         activate
  21432.     end tell
  21433. on error errMsg number errNum
  21434.     --enter statements to perform when no records are found such as...
  21435.     display dialog "Sorry, the item you selected could not be found."
  21436.     return
  21437. end try
  21438. e    No Change
  21439. go-to-urlZ
  21440. goals
  21441. goaway
  21442. goes{
  21443. going
  21444. golden
  21445. gonzalez
  21446. gonzalez3
  21447. goodN
  21448. goodies
  21449. gopher
  21450. monitorh
  21451. moofencoder
  21452. moofwars
  21453. atsui
  21454. moreappearance
  21455. moreappleevents
  21456. moreappleevents
  21457. moreappleeventslib
  21458. moreappleeventslib
  21459. morecarbonaccessors
  21460. morecarbonaccessors
  21461. moredebugging
  21462. moredesktopmgr
  21463. moredesktopmgr
  21464. moredesktopmgr
  21465. moredialogs
  21466. morefiles
  21467. morefiles
  21468. morefiles
  21469. morefilesextras
  21470. morefilesextras
  21471. morefilesextras
  21472. morefilesreadme
  21473. morefinderevents
  21474. morefinderevents
  21475. morefinderevents
  21476. moreinterfacelib
  21477. moreisbetter
  21478. moreisbetterbits
  21479. moreisbetterparts
  21480. morememory
  21481. morenavigation
  21482. moreosl
  21483. moreprocesses
  21484. morequickdraw
  21485. moreresources
  21486. moresetup
  21487. moresetup
  21488. moresetup
  21489. moretextutils
  21490. moretoolbox
  21491. morewindows
  21492. mountalias
  21493. mountalias
  21494. mountalias
  21495. Jul 99
  21496. 86548X
  21497. Jul 99e
  21498. Deleted
  21499. 90625X
  21500. Sep 97^
  21501. --set theItem to choose file -- uncomment to test in an AS editor
  21502.     tell application "Finder"
  21503.         open item "Dev.CD Sep 97 RL:Technical Documentation:Toolbox Assistant:QuickView Databases-Standalone:"
  21504.         activate
  21505.     end tell
  21506. on error errMsg number errNum
  21507.     --enter statements to perform when no records are found such as...
  21508.     display dialog "Sorry, the item you selected could not be found."
  21509.     return
  21510. end try
  21511. e    No Changeq
  21512. Dev.CD Sep 97 RL
  21513. All Packages
  21514. TPIFileI
  21515. TPIFile is a sample TPI module that lets you open a 
  21516. TPIFile
  21517.  endpoint, connect that endpoint to a Mac OS file using an FSSpec, and then read that file using standard Open Transport API calls (eg OTRcv).J
  21518. Instrumentation Stuff
  21519. Read Me About TPIFile
  21520. TPIFile
  21521. TPIFile.c
  21522. TPIFile.h
  21523. TPIFile.Inst
  21524. TPIFile.mcp
  21525. TPIFileRegister
  21526. TPIFileRegister.c
  21527. TPIFileTest
  21528. TPIFileTest.c
  21529. VictimK
  21530. Jun 98L
  21531. Aug 00O7Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:TPIFile:V
  21532. 90626X
  21533. 1e    No Change
  21534. 89765X
  21535. Aug 00^    TC Disk 2
  21536. y--set theItem to choose file -- uncomment to test in an AS editor
  21537.     tell application "Finder"
  21538.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  21539.         activate
  21540.     end tell
  21541. on error errMsg number errNum
  21542.     --enter statements to perform when no records are found such as...
  21543.     display dialog "Sorry, the item you selected could not be found."
  21544.     return
  21545. end try
  21546. Movedf:Palette
  21547. GWorld
  21548. PmForeColor
  21549. Color2Index
  21550. RGBForeColor
  21551. ctSeedq
  21552. Dev.CD Aug 00 TC Disk 2
  21553. All Packages
  21554. PaletteAnimationI)This is a palette animation demonstrationJPPaletteAnimation(PPC)
  21555. PaletteAnimation.c
  21556. PaletteAnimation.mcp
  21557. PaletteAnimation.rM"8 bits per pixel, 32 bit QuickDrawNoGetCTable, NewPalette, SetPalette, Palette Animation, AnimatePalette, GetEntryColor, AnimateEntry, Palette2CTabOADev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:PaletteAnimation:PIDev.CD Aug 00 TC Disk 1
  21558.  - Sample Code
  21559.  - Graphics 2D
  21560.  - PaletteAnimationV
  21561. 89766X
  21562. Aug 00e    No Change
  21563. This is a very boring app which just forces QuickDraw to update the ITable of
  21564. all the monitors.  The Resolution will end up at 5 bits.  The ITable will change
  21565. when you select start from the file menu.J;MakeITable(PPC)
  21566. MakeITable.c
  21567. MakeITable.mcp
  21568. MakeITable.rsrcM
  21569. System 6 or laterNSGetDeviceList, GDeviceChanged, GetNextDevice, GetMainDevice, NewPalette, SetPaletteO;Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:PCDev.CD Aug 00 TC Disk 1
  21570.  - Sample Code
  21571.  - Graphics 2D
  21572.  - MakeITableV
  21573. 89636X
  21574. Aug 00^    TC Disk 1
  21575. --set theItem to choose file -- uncomment to test in an AS editor
  21576.     tell application "Finder"
  21577.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeITable:"
  21578.         activate
  21579.     end tell
  21580. on error errMsg number errNum
  21581.     --enter statements to perform when no records are found such as...
  21582.     display dialog "Sorry, the item you selected could not be found."
  21583.     return
  21584. end try
  21585. e    No Change
  21586. pen TransportO
  21587. Dev.CD Jun 97 SSWV
  21588. 86545X
  21589. identification
  21590. image
  21591. compression
  21592. images
  21593. imagewriter
  21594. imaging
  21595. implementation
  21596. implementing
  21597. import
  21598. importer
  21599. inactive
  21600. index
  21601. index2color
  21602. indian
  21603. indication
  21604. plist
  21605. information
  21606. information
  21607. property
  21608. infoscrap
  21609. inline
  21610. inline
  21611. input
  21612. input
  21613. inputsprocket
  21614. inquiry
  21615. inside
  21616. inside
  21617. carbon
  21618. fontsync
  21619. reference
  21620. inside
  21621. carbon
  21622. implementing
  21623. security
  21624. features
  21625. using
  21626. keychain
  21627. inside
  21628. carbon
  21629. plug-in
  21630. services
  21631. inside
  21632. carbon
  21633. utility
  21634. services
  21635. inside
  21636. inside
  21637. system
  21638. overview
  21639. installer
  21640. instance
  21641. instance
  21642. variables
  21643. instructions
  21644. instrumentation
  21645. instruments
  21646. interaction
  21647. interactive
  21648. interactive
  21649. media
  21650. solutions
  21651. interface
  21652. interfaces
  21653. interleaving
  21654. setlockbit
  21655. setlockbit
  21656. setlockbitatomsample
  21657. setlockbitatomsample
  21658. setmarkers
  21659. setmenutitle
  21660. setmenutitle
  21661. setmfsize
  21662. setmode
  21663. setmode
  21664. setpdimc
  21665. setpdimc
  21666. setpdimc
  21667. setpdimc
  21668. setproject
  21669. setprojector
  21670. setserverstatusoptio
  21671. setserverstatusoptio
  21672. settingupstdfile
  21673. settingupstdfile
  21674. settingupstdfile
  21675. settingupstdfile
  21676. setup
  21677. setupdsp
  21678. setupdsp
  21679. setupdsp
  21680. setupgl
  21681. setupgl
  21682. setupgl
  21683. setupgl
  21684. setupgl
  21685. fullscreen
  21686. setupgl
  21687. setupgl
  21688. setupgl
  21689. windowed
  21690. setupgl
  21691. windowed
  21692. setupproj
  21693. setwindbackcolor
  21694. setwindbackcolor
  21695. setwindbackcolor
  21696. shapes
  21697. shareware
  21698. shell
  21699. shellsort
  21700. shellsort
  21701. shift
  21702. ships
  21703. ships
  21704. showalldrivequeueele
  21705. showalldrivequeueele
  21706. ot/ppp
  21707. ot/ppp
  21708. control
  21709. strip
  21710. ot/ppp
  21711. control
  21712. strip
  21713. sample
  21714. ot/ppp
  21715. transport
  21716. getpppstatus
  21717. ot/ppp
  21718. otbuffer
  21719. otbufferinfo
  21720. otdumpinternetstatus
  21721. otdumpportregistry
  21722. otendpointinfo
  21723. otfifo
  21724. otfindserialports
  21725. otgetendpointinfo
  21726. otgetindexedport
  21727. otgetuserportnamefro
  21728. otlifo
  21729. otlink
  21730. otllctest
  21731. otlookup
  21732. otlookupnametest
  21733. otoptionmanagment
  21734. otpapsampleserver
  21735. otpingsample
  21736. otsimpledownloadhttp
  21737. otsimpleserverhttp
  21738. otstreamlogviewer
  21739. ottcpwilldial
  21740. o Changeq
  21741. Dev.CD Aug 00 TC Disk 1
  21742. All Packages
  21743. CD-ROM Validator 1.1IRSummary: Validator is a utility for testing for High Sierra/ISO 9660 compliance.  JBValidator 1.11
  21744. Validator documentation
  21745. Validator documentation.txtK
  21746. Vol IIIL
  21747. Vol VIIOGDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:CD-ROM:CD-ROM Validator 1.1:V
  21748. 87676X
  21749. 1e    No Change
  21750. 90343X
  21751. Nov 99^
  21752. --set theItem to choose file -- uncomment to test in an AS editor
  21753.     tell application "Finder"
  21754.         open item "Dev.CD Nov 99 TC:System Software:System 7.5.5 Update:"
  21755.         activate
  21756.     end tell
  21757. on error errMsg number errNum
  21758.     --enter statements to perform when no records are found such as...
  21759.     display dialog "Sorry, the item you selected could not be found."
  21760.     return
  21761. end try
  21762. Deletedq
  21763. Dev.CD Nov 99 TC
  21764. All Packages
  21765. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  21766. Dev.CD Jan 94
  21767. Dev.CD Oct 93
  21768. Dev.CD Jul 93
  21769. Dev.CD Apr 93PDDev.CD Apr 94
  21770. Dev.CD Jan 94
  21771. Dev.CD Oct 93
  21772. Dev.CD Jul 93
  21773. Dev.CD Apr 9V
  21774. 90344X
  21775. Apr 94
  21776. 90111X
  21777. Apr 00^
  21778. --set theItem to choose file -- uncomment to test in an AS editor
  21779.     tell application "Finder"
  21780.         open item "Dev.CD Apr 00 SDK1:Development Kits:Mac OS:QuickTime
  21781.  VR:"
  21782.         activate
  21783.     end tell
  21784. on error errMsg number errNum
  21785.     --enter statements to perform when no records are found such as...
  21786.     display dialog "Sorry, the item you selected could not be found."
  21787.     return
  21788. end try
  21789. Deletedq
  21790. Dev.CD Apr 00 SDK1
  21791. All Packages
  21792. QuickTime VR Tools 1.0b2
  21793. 90112X
  21794.  file -- uncomment to test in an AS editor
  21795.     tell application "Finder"
  21796.         open item "Dev.CD Jun 97 SSW"
  21797.         activate
  21798.     end tell
  21799. on error errMsg number errNum
  21800.     --enter statements to perform when no records are found such as...
  21801.     display dialog "Sorry, the item you selected could not be found."
  21802.     return
  21803. end try
  21804. All Packages
  21805. QuickDraw 3DO
  21806. Dev.CD Jun 97 SSWP
  21807. Dev.CD Jun 97 SSV
  21808. 86747X
  21809. Jun 97
  21810. display
  21811. folder
  21812. display
  21813. 1.0.2
  21814. 1.1.6
  21815. 100basetx
  21816. 2.1.1
  21817. 3.2.1
  21818. 8.5.1
  21819. 802.2
  21820. 802.3
  21821. 9650/350
  21822. a/roseR
  21823. a/rose
  21824. macintosh
  21825. coprocessor
  21826. platform
  21827. ethernet
  21828. powerpR
  21829. about
  21830. acceleration
  21831. access
  21832. acrobat_
  21833. action
  21834. actionsZ
  21835. active
  21836. solid
  21837. N3QuickTime, Effects, Video, Track, Slideshow, Imagesp XFCN 1.4
  21838. Summary:  This XFCN allows the HyperTalk scripter to display Help Balloons in a stack.  A demonstration stack, source code, and complete documentation is provided.
  21839.   A simple way to display Help Balloons for objects on a card.  Great way to aid your stack user.  Balloon location and content is controlled by XFCN parameters.  Various options allow you to alter the balloon shape and its hotrect.
  21840. Features:  This is version 1.4.  The developer CD has 1.2d1.  New features include supporting baB?lloon text in a STR# resource and a fix to stop "Write to NIL".
  21841. JEbuildXCMD
  21842. Help XFCN RN 1.4
  21843. helpLab
  21844. makefileHelp
  21845. makeout
  21846. object
  21847. sourceK
  21848. Vol VIIL
  21849. Aug 93M
  21850. HyperCard 2.1, System 7N
  21851. HyperCard, Help, BalloonsObDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Help XFCN 1.4:V
  21852. 87904X
  21853. 1e    No Change
  21854. 84569X
  21855. 1e    No Change
  21856. gender-based
  21857. title
  21858. creation
  21859. general
  21860. general
  21861. tools
  21862. generator
  21863. generic
  21864. generic
  21865. module
  21866. cwpro2
  21867. german
  21868. german
  21869. 1.1.3
  21870. germany
  21871. germany
  21872. distributors/localiz
  21873. gestalt
  21874. gestalt
  21875. gestalt
  21876. selectors
  21877. gestalt
  21878. submission
  21879. get/set
  21880. getbootvol
  21881. getbootvol
  21882. getdinfo
  21883. getdinfo
  21884. getdir
  21885. getdir
  21886. getdraghilite
  21887. getdraghilite
  21888. getdraghilitecolor
  21889. getdraghilitecolor
  21890. newformat
  21891. gif89a
  21892. glossar
  21893. goodies
  21894. graphic
  21895. graphical
  21896. graphical
  21897. interface
  21898. graphicsQ
  21899. graphics
  21900. graphics
  21901. grayscale
  21902. easyview
  21903. sponding scalar (G3) implementation in the RGBA approach. For the YUV approach, the speedup is likewise impressive, with a complete inverse-wavelet-YUV image reconstruction on a 320-by-240 full color image taking less than 0.005 second on 300 MHz. G4.
  21904. JBAltiVec Wavelet.pdf
  21905. images
  21906. Output
  21907. resources
  21908. source
  21909. wavelet displayM
  21910. N-Velocity Engine, AlitVec, Wavelet, DaubechiesOXDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Velocity Engine:VelEng Wavelet:PcDev.CD Aug 00 TC Disk 1
  21911.  - Sample Code
  21912.  - Devices and Hardware
  21913.  - Velocity Engine
  21914.  - VelEng Wavelet-
  21915. metrowerks
  21916. mexican
  21917. technote
  21918. technotes
  21919. tecnique
  21920. tecsetbasicoptions
  21921. tells
  21922. template
  21923. templates
  21924. temporal
  21925. temporary
  21926. tensor
  21927. terence
  21928. terminal
  21929. terminologyd
  21930. termsj
  21931. ternasky
  21932. tesample
  21933. tesample
  21934. example
  21935. application
  21936. demonstrates
  21937. testc
  21938. test/demo
  21939. testaccelration
  21940. makeicon
  21941. makeicon
  21942. makeicon
  21943. output
  21944. makeicon
  21945. makeicon
  21946. makeitable
  21947. makeitable
  21948. makeitable
  21949. makeitable
  21950. makeitable
  21951. makemake
  21952. makemake
  21953. manual
  21954. makeout
  21955. makestartupaliastome
  21956. makestartupaliastome
  21957. makestartupaliastome
  21958. makestartupaliastome
  21959. makestartupaliastome
  21960. makethefolder
  21961. making
  21962. making
  21963. malph
  21964. malph
  21965. mamake
  21966. management
  21967. Dev.CD Aug 00 TC Disk 1
  21968. All Packages
  21969. Data Access Manager US Demo
  21970. 84570X
  21971. theory
  21972. there[
  21973. there
  21974. three
  21975. different
  21976. samples
  21977. showing
  21978. variat
  21979. there
  21980. various
  21981. approaches
  21982. wavelet
  21983. processing
  21984. color
  21985. authentication
  21986. module
  21987. askyesno
  21988. 2.0.1
  21989. licensing
  21990. debugging
  21991. tools
  21992. developer
  21993. tools
  21994. documentation
  21995. examples
  21996. installer
  21997. installer
  21998. image
  21999. symfiles
  22000. assertions
  22001. assertions
  22002. asset
  22003. associated
  22004. associated
  22005. documentation
  22006. asyncdrivercommon
  22007. asyncdrivercommon
  22008. asyncdrivermain
  22009. asyncdrivermain
  22010. asyncdriversample
  22011. asyncdriversample
  22012. asyncdriversample
  22013. asyncdriversampledrv
  22014. asyncdriversampledrv
  22015. asyncpb
  22016. asyncpb
  22017. asyncpb
  22018. asyncpb
  22019. interface
  22020. builder
  22021. debugger
  22022. debugger's
  22023. debuggerpresence
  22024. debuggers
  22025. debuggingW
  22026. debugging
  22027. optimized
  22028. debugs
  22029. debugstr
  22030. defect
  22031. define
  22032. defined
  22033. defines
  22034. definingw
  22035. definition
  22036. definitions
  22037. defproc
  22038. defprocs
  22039. degrees/seconds
  22040. delay
  22041. delaying
  22042. delays{
  22043. delegate
  22044. deleteB
  22045. deleted
  22046. delivery
  22047. delivers
  22048. delta{
  22049. demanding
  22050. demo's
  22051. demonstrateb
  22052. demonstrated
  22053. demonstratesN
  22054. IconUtil.c
  22055. IconUtil.h
  22056. InitMac.c
  22057. InitMac.h
  22058. MakeIcon(PPC)
  22059. MakeIcon.c
  22060. MakeIcon.mcp
  22061. MakeIcon.output
  22062. MakeIcon.rsrc
  22063. MiscCode.c
  22064. MiscCode.h
  22065. OldBitMap.c
  22066. OldBitMap.h
  22067. TN120_Gworld.cM
  22068. Color QuickDrawN>Icon, MakeIcon, icl8, icl4, ICN#, ICON, ics#, ics4, ics8, SICNO9Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:PADev.CD Aug 00 TC Disk 1
  22069.  - Sample Code
  22070.  - Graphics 2D
  22071.  - MakeIconV
  22072. 89635X
  22073. Aug 00^    TC Disk 1
  22074. --set theItem to choose file -- uncomment to test in an AS editor
  22075.     tell application "Finder"
  22076.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MakeIcon:"
  22077.         activate
  22078.     end tell
  22079. on error errMsg number errNum
  22080.     --enter statements to perform when no records are found such as...
  22081.     display dialog "Sorry, the item you selected could not be found."
  22082.     return
  22083. end try
  22084. e    No Changef5Icon
  22085. MakeIcon
  22086. SICNq
  22087. Dev.CD Aug 00 TC Disk 1
  22088. All Packages
  22089. MakeITableV
  22090. 89636X
  22091. ould not be found."
  22092.     return
  22093. end try
  22094. stills
  22095. stitching
  22096. stopn
  22097. stopped
  22098. stopping
  22099. stopxpp
  22100. storage
  22101. store
  22102. storedf
  22103. stores
  22104. storing
  22105. story{
  22106. stragegy{
  22107. straightforward
  22108. strassmann
  22109. strategic{
  22110. strategies
  22111. strategy{
  22112. stream
  22113. streamed
  22114. streamedit
  22115. streaming
  22116. streamlined
  22117. streamnop
  22118. streamnop
  22119. sample
  22120. streams
  22121. module
  22122. designed
  22123. streams
  22124. TESample.r
  22125. TESampleGlue.a
  22126. TESampleGlue.a.o
  22127. TMLRules.make
  22128. UApplication.inc1.p
  22129. UApplication.p
  22130. UDocument.inc1.p
  22131. UDocument.p
  22132. UTEDocument.inc1.p
  22133. UTEDocument.p
  22134. UTESample.inc1.p
  22135. UTESample.p
  22136. @PWDev.CD Aug 00 TC Disk 2
  22137.  - Sample Code
  22138.  - Human Interface Toolbox
  22139.  - ControlStripSampleV
  22140. 89312X
  22141. Aug 00^    TC Disk 2
  22142. --set theItem to choose file -- uncomment to test in an AS editor
  22143.     tell application "Finder"
  22144.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ControlStripSample:"
  22145.         activate
  22146.     end tell
  22147. on error errMsg number errNum
  22148.     --enter statements to perform when no records are found such as...
  22149.     display dialog "Sorry, the item you selected could not be found."
  22150.     return
  22151. end try
  22152. e    No Changef
  22153. ControlStripq
  22154. Dev.CD Aug 00 TC Disk 2
  22155. AD!All Packages
  22156. Tool Chest Edition
  22157. Convert
  22158. Projects 1.0b5
  22159.     nstalled or not. NOTE:  This code is intended to only work with version 6.2 of macsbug.  You should refer to your Low Level Debugger's manual for more information.
  22160. Fill Memory:  This is a debugging aid.  It fills its memory partition and verifies that it does not get changed. This allows you verify that your application does no
  22161. contributed
  22162. control
  22163. control
  22164. strip
  22165. control
  22166. strip
  22167. sample
  22168. control
  22169. strip
  22170. technical
  22171. controlbackground
  22172. controlbackground
  22173. controlbackground
  22174. controlbackground
  22175. controlbackground
  22176. controlkeypatch
  22177. controlkeypatch
  22178. controlkeypatch
  22179. controlkeypatch
  22180. controlkeypatch
  22181. controlkeytest
  22182. controlkeytest
  22183. controlkeytest
  22184. controlkeytest
  22185. controlkeytest
  22186. controller
  22187. controllers
  22188. controls
  22189. controls/events
  22190. controlstriplib
  22191. controlstripsample
  22192. controlstripsample
  22193. controlstripsample
  22194. controlstripsample
  22195. controlstripsample
  22196. coursesS
  22197. createcopy
  22198. createcopy
  22199. creator
  22200. creator
  22201. registration
  22202. composers{
  22203. composit
  22204. composite
  22205. composited
  22206. compositepictures
  22207. compositing
  22208. composition
  22209. compositor
  22210. compound
  22211. compound-document
  22212. comprehensive
  22213. compress
  22214. compressed
  22215. compressimage
  22216. compressing
  22217. compressionQ
  22218. compression/decompreQ
  22219. compressmovie
  22220. compressmovie
  22221. simple
  22222. quicktime
  22223. applicatio
  22224. compressor
  22225. compressor/decompres
  22226. comprised
  22227. compromising
  22228. compuserve
  22229. compute
  22230. computer{
  22231. computer'sz
  22232. computer-aided
  22233.     C_an the ordinary online, or distribution charges normally incurred for the distribution medium. 
  22234. Jq SpriteWorld Read Me
  22235.  SpriteWorld Release Notes
  22236. Documentation
  22237. Examples
  22238. Headers
  22239. Libraries
  22240. Objects
  22241. Projects
  22242. SourcesM
  22243. Standard Time ManagerN-Sprite, SpriteWorld, blit, blitter, Graphics O<Dev.CD Aug 00 TC Disk 1:Sample Code:Contributed:SpriteWorld:PDDev.CD Aug 00 TC Disk 1
  22244.  - Sample Code
  22245.  - Contributed
  22246.  - SpriteWorldovie
  22247. toolkit
  22248. hypercard
  22249. stack
  22250. summary
  22251. opendoc
  22252. development
  22253. framework
  22254. objec
  22255. summary
  22256. programmer's
  22257. guide
  22258. apple
  22259. scanners
  22260. second
  22261. summary
  22262. beta-level
  22263. tools
  22264. creating
  22265. summary
  22266. quickdraw
  22267. print
  22268. spooler
  22269. patch
  22270. fixes
  22271. problem
  22272. summary
  22273. scanner
  22274. development
  22275. contains
  22276. documentation
  22277. summary
  22278. snarfer
  22279. application
  22280. directs
  22281. whatever
  22282. summary
  22283. stopxpp
  22284. attempts
  22285. close
  22286. summary
  22287. system
  22288. 7.5.5
  22289. update
  22290. system
  22291. software
  22292. rotate
  22293. movie
  22294. sample
  22295. folder
  22296. windows
  22297. sndplaydblbuffer
  22298. 2.0b6
  22299. 2.0b6
  22300. traddriverloaderlib
  22301. me-formatasdosdisk
  22302. reader_
  22303. reader
  22304. installer_
  22305. readlocation
  22306. readlocation
  22307. readlocation
  22308. readlocation
  22309. readmeP
  22310. Drive Setup
  22311.  utilitiesq
  22312. Dev.CD Oct 00 SDK1
  22313. All Packages
  22314. VBLSnippetIQA simple example of a persistent VBL written in C that works with 68K or PowerPC.J;VBLSnippet(PPC)
  22315. VBLSnippet.c
  22316. VBLSnippet.mcp
  22317. VBLSnippet.rsrcM!Process Manager (AKA MultiFinder)N
  22318. persistent VBL, periodic timeO9Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:VBLSnippet:PADev.CD Aug 00 TC Disk 2
  22319.  - Sample Code
  22320.  - Processes
  22321.  - VBLSnippetV
  22322. 90650X
  22323. Aug 00^    TC Disk 2
  22324. --set theItem to choose file -- uncomment to test in an AS editor
  22325.     tell application "Finder"
  22326.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:VBLSnippet:"
  22327.         activate
  22328.     end tell
  22329. on error errMsg number errNum
  22330.     --enter statements to perform when no records are found such as...
  22331.     display dialog "Sorry, the item you selected could not be found."
  22332.     return
  22333. end try
  22334. e    No Changef
  22335. persistent VBL
  22336. periodic timeq
  22337. Dev.CD Aug 00 TC Disk 2
  22338. All Packages
  22339. VectorGraphicsV
  22340. 90651X
  22341. O3Dev.CD Aug 00 TC Disk 2:Sample Code:Java:SlideShow:P;Dev.CD Aug 00 TC Disk 2
  22342.  - Sample Code
  22343.  - Java
  22344.  - SlideShowV
  22345. 90203X
  22346. Aug 00^    TC Disk 2
  22347. --set theItem to choose file -- uncomment to test in an AS editor
  22348.     tell application "Finder"
  22349.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Java:SlideShow:"
  22350.         activate
  22351.     end tell
  22352. on error errMsg number errNum
  22353.     --enter statements to perform when no records are found such as...
  22354.     display dialog "Sorry, the item you selected could not be found."
  22355.     return
  22356. end try
  22357. e    No Changef
  22358. QuickTime
  22359. Dev.CD Aug 00 TC Disk 2
  22360. All Packages
  22361. F    Slot LookINSlot Look: Sample Application source code showing common Slot Manager calls.  J[Slot Look info
  22362. Slot Look info.txt
  22363. Slotlook
  22364. Slotlook.c
  22365. Slotlook.c.o
  22366. Slotlook.make
  22367. Slotlook.rK
  22368. Oct 92OHDev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Slot Look:PSDev.CD Aug 00 TC Disk 1
  22369.  - Tool Chest
  22370.  - Devices
  22371.  - NuBus/Slot Manager
  22372.  - Slot LookV
  22373. 90204X
  22374. 1e    No Change
  22375. building
  22376. system
  22377. extensionV
  22378. building
  22379. installing
  22380. using
  22381. driverV
  22382. builds{
  22383. builds
  22384. windows
  22385. application
  22386. built-in
  22387. bulletproof
  22388. bullets
  22389. bunch
  22390. bundle
  22391. bundled
  22392. bundleservices
  22393. burned
  22394. burning
  22395. buserrortest
  22396. buses
  22397. business{
  22398. businesses
  22399. About DTSQTUtilities
  22400. AppConfiguration.h
  22401. DigitizerShell(PPC)
  22402. DigitizerShell.mcp
  22403. DTSQTUtilities.c
  22404. DTSQTUtilities.h
  22405. MacApplication.c
  22406. MacApplication.h
  22407. MacApplication.rsrc
  22408. MacFramework.c
  22409. MacFramework.h
  22410. MacFramework.rsrc
  22411. MacMain.c
  22412. README
  22413. TestFunctions.c
  22414. TestFunctions.h
  22415. M    QuickTimeN'QuickTime, sequence grabber, vdig, testOGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Capturing:DigitizerShell:PRDev.CD Aug 00 TC Disk 2
  22416.  - Sample Code
  22417.  - QuickTime
  22418.  - Capturing
  22419.  - DigitizerShell
  22420. after
  22421. wombat
  22422. getmouse
  22423. mouseevent
  22424. jdirect
  22425. native
  22426. mouse
  22427. location
  22428. jbindery
  22429. jdirect
  22430. jdirect
  22431. speach
  22432. manager
  22433. jmanager
  22434. joystick
  22435. kernel
  22436. keyboardV
  22437. keyboard
  22438. setled
  22439. keyboard
  22440. keychain
  22441. keychain
  22442. password
  22443. storage
  22444. passphrase
  22445. password
  22446. keychain
  22447. access
  22448. cryptography
  22449. signing
  22450. keymap
  22451. keysv
  22452. kiosk
  22453. knowspict
  22454. korean
  22455. label
  22456. label
  22457. labels
  22458. labels
  22459. language
  22460. language
  22461. analysis
  22462. language
  22463. analysis
  22464. architecture
  22465. japanese
  22466. de, menu, visRgnOHDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:HideMenuBar:PPDev.CD Aug 00 TC Disk 2
  22467.  - Sample Code
  22468.  - Human Interface Toolbox
  22469.  - HideMenuBarV
  22470. 87906X
  22471. Aug 00e    No Change
  22472. OJDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:PUDev.CD Aug 00 TC Disk 2
  22473.  - Sample Code
  22474.  - QuickTime
  22475.  - Effects
  22476.  - MakeEffectSlideShowV
  22477. 89634X
  22478. Aug 00^    TC Disk 2
  22479. --set theItem to choose file -- uncomment to test in an AS editor
  22480.     tell application "Finder"
  22481.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Effects:MakeEffectSlideShow:"
  22482.         activate
  22483.     end tell
  22484. on error errMsg number errNum
  22485.     --enter statements to perform when no records are found such as...
  22486.     display dialog "Sorry, the item you selected could not be found."
  22487.     return
  22488. end try
  22489. e    No Changef.QuickTime
  22490. Effects
  22491. Video
  22492. Track
  22493. Slideshow
  22494. Imagesq
  22495. Dev.CD Aug 00 TC Disk 2
  22496. All Packages
  22497. MakeIconI[This program shows how to take any size pixmap and scale it down to any size or depth icon.V
  22498. 89635X
  22499. 1e    No Change
  22500. inally, a background image and other messages are drawn to the memory device context,
  22501. and the memory device context contents are drawn to the sc
  22502. All Packages
  22503. MakeEffectSlideShow
  22504. This application takes the video tracks from two or more movies, asks the user to select a 2-source effect, and makes a slide show movie which uses the effect to switch from one video track to the next. 
  22505. Short video tracks are scaled up to a minimum length, and we can import all sorts of graphical image formats as movies, so you can use this to generate a slide show movie from still images -- or even a collection of stills and movies.
  22506. 68k or PowerPC (or newer) machines running System 8.B
  22507. 5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  22508. Application Files
  22509. Building QT Samples
  22510. Common Files
  22511. MakeEffectShow 68k.mcp
  22512. MakeEffectShow PPC.mcp
  22513. MakeEffectShow Win.mcp
  22514. MakeEffectSlideShow 68k
  22515. MakeEffectSlideShow PPC
  22516. MakeEffectSlideShow.c
  22517. MakeEffectSlideShow.exe
  22518. MakeEffectSlideShow.h
  22519. MakeEffectSlideShow.mak
  22520. README
  22521. 89634X
  22522. 1e    No Change
  22523.  script
  22524. e    No Changef
  22525. Update
  22526.  Imageq
  22527. Dev.CD Jul 98 SSW/SDK
  22528. All Packages
  22529. Xap Handles dcmdInSummary: A dcmd that fills disposed memory with bus error numbers to detect the re-use of de-allocated memory.J
  22530. Memory Management.imgK
  22531. Vol XOIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Aug 00 TC Disk 1
  22532.  - Tool Chest
  22533.  - Testing & Debugging
  22534.  - Memory ManagementV
  22535. 90703X
  22536. Aug 00^    TC Disk 1
  22537. --set theItem to choose file -- uncomment to test in an AS editor
  22538.     tell application "Finder"
  22539.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:"
  22540.         activate
  22541.     end tell
  22542. on error errMsg number errNum
  22543.     --enter statements to perform when no records are found such as...
  22544.     display dialog "Sorry, the item you selected could not be found."
  22545.     return
  22546. end try
  22547. e    No Changeq
  22548. Dev.CD Aug 00 TC Disk 1
  22549. D!All Packages
  22550. Mac OS SDK Edition
  22551. XTND 1.3.6
  22552. provides
  22553. quick
  22554. example
  22555. change
  22556. palette
  22557. plug-iny
  22558. plug-in's
  22559. plug-ins
  22560. plugged
  22561. plugging
  22562. pluses
  22563. pmforecolor
  22564. point
  22565. pointers
  22566. pointing
  22567. points
  22568. polaschek
  22569. polished
  22570. polyhedral
  22571. polymorphic
  22572. polymorphism
  22573. pop-up
  22574. popular{
  22575. populatey
  22576. popupy
  22577. popupfuncs
  22578. popupmenuselect
  22579. popupmenuselectwithc
  22580. popupmenuselectwithc
  22581. demonstrates
  22582. which
  22583. memory
  22584. globals
  22585. portU
  22586. portability
  22587. portable
  22588. ported
  22589. porting
  22590. porting
  22591. objective-c
  22592. theresa
  22593. tensor
  22594. informa
  22595. portion
  22596. portions
  22597. AppleEvents.c
  22598. BareBones.c
  22599. BareBones.h
  22600. Documentation
  22601. Events.c
  22602. Initialize.c
  22603. Lists.c
  22604. Menus.c
  22605. PatchListLDEF.c
  22606. Prototypes.h
  22607. Tabs LDEF
  22608. Tabs LDEF Demo(PPC)
  22609. Tabs LDEF Demo.mcp
  22610. Tabs LDEF Demo.rsrc
  22611. Utilities.c
  22612. Windows.cOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Tabs LDEF:PNDev.CD Aug 00 TC Disk 2
  22613.  - Sample Code
  22614.  - Human Interface Toolbox
  22615.  - Tabs LDEF
  22616. 7.1.2
  22617. 7.5.1
  22618. 7.5.2
  22619. 7.5.3
  22620. 7.5.5
  22621. 7.6.1
  22622. 7100/80
  22623. 711702111
  22624. 73007200/1207200/906
  22625. 730513255
  22626. 7editO
  22627. code-like
  22628. code-resources
  22629. code-reviewed
  22630. codec
  22631. codecs
  22632. coded
  22633. codesV
  22634. codewarriorZ
  22635. codewarrior's
  22636. coding
  22637. coefficients
  22638.  Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  22639. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  22640. Known bugs/incompatibilites:
  22641. These snippets 
  22642. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  22643. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  22644. Aug 94V
  22645. 86979X
  22646. Moved
  22647. upportlib
  22648. obsolete
  22649. obsolete
  22650. pre-asip
  22651. hostU
  22652. host-target
  22653. hosted
  22654. hot-spot-specific\
  22655. hotchkiss
  22656. hotrect
  22657. hotsauce
  22658. hottest
  22659. hours
  22660. hours/minutes
  22661. house
  22662. WWild Defect by Dave Evans.  A tour through the dangerously t
  22663. NOTE: If you have used the sample LaserWriter IIsc driver from the GX v1.0.1 SDK or the Mac OS SDK, you are encouraged to see the 
  22664. updated sample on this CD for important changes. Here's the path to the sample:
  22665.   :Programming Stuff:Sample Code:Printing Samples:
  22666.    Printer Drivers
  22667. :LaserWriterIIsc (New GX v1.1)
  22668. Also, due to time constraints, we did not have time to recompile all the code samples on this CD using the latest version of the interfaces and libraries.  Nevertheless, the "QuickDraw GX shell" sample (which can be found at the path :Programming Stuff:Sample Code:General QDGX App Samples:QuickDraw GX Shell 
  22669. - they'll just see a crash) know what happened.
  22670. DeleteDirectory:  This C routine will delete a subdirectory from a Macintosh volume, including any nested directories. It works in AppleShare as well as normal environments.
  22671. deleteEmptyDir:  These MPW tools identify and/or delete all empty folders on a specified volume using PBCatSearch.
  22672. ficycle:  This THINK Pascal
  22673.  program lists the files contained in a folder.
  22674. FileSharingOn:  This snippet demonstrates how to determine whether or not Fil
  22675. e Sharing is on. 
  22676. FormatAsDOS:  This snippet demonstrates how to use the newer Disk Initialization Package calls DIXFormat() and DIXZero() to format a floppy disk as a DOS disk.  DIXFormat, DIXZero, and DIReformat are documented in the IM:Files Errata Tech Note.
  22677. Please note this snippet does not provide any prompts.  It merely takes the floppy in the first floppy drive and reformats it as a DOS disk with the name "MS-DOS Disk".  This purpose of this snippet is to demonstrate the newer 
  22678. JxDemo of Mail Suite Dict. 1.0
  22679. Mail Suite (1.0)
  22680. Mail Suite Dictionary ('aete')
  22681. MailFoo
  22682. MailSuite.h
  22683. ReadMe - Mail Suite 1.0K
  22684. Nov 96N,Mail Suite, Apple Events, AppleScript, emailOrDev.CD Sep 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:P}Dev.CD Sep 00 RL Disk 1
  22685.  - Technical Documentation
  22686.  - Apple Event Registry & Suites
  22687.  - Apple Event Registry
  22688.  - Mail Suite 1.0V
  22689. 89633X
  22690. Sep 00^    RL Disk 1
  22691. --set theItem to choose file -- uncomment to test in an AS editor
  22692.     tell application "Finder"
  22693.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Apple Event Registry & Suites:Apple Event Registry:Mail Suite 1.0:"
  22694.         activate
  22695.     end tell
  22696. on error errMsg number errNum
  22697.     --enter statements to perform when no records are found such as...
  22698.     display dialog "Sorry, the item you selected could not be found."
  22699.     return
  22700. end try
  22701. e    No Changef)Mail Suite
  22702. Apple Events
  22703. AppleScript
  22704. emailq
  22705. Dev.CD Sep 00 RL Disk 1
  22706. Chinese Handwriting KitO
  22707. Dev.CD May 97 TCP
  22708. Dev.CD May 97 Test in an AS editor
  22709.     tell application "Finder"
  22710.         open item "Dev.CD Jul 95"
  22711.         activate
  22712.     end tell
  22713. on error errMsg number errNum
  22714.     --enter statements to perform when no records are found such as...
  22715.     display dialog "Sorry, the item you selected could not be found."
  22716.     return
  22717. end try
  22718. All Packages
  22719. System 7.5 Update 1.0O
  22720. Dev.CD Jul 95P
  22721. Dev.CD Jul 9V
  22722. 88724X
  22723. Jul 95
  22724. b--set theItem to choose file -- uncomment to test in an AS editor
  22725.     tell application "Finder"
  22726.         open item "Dev.CD Jul 95"
  22727.         activate
  22728.     end tell
  22729. on error errMsg number errNum
  22730.     --enter statements to perform when no records are found such as...
  22731.     display dialog "Sorry, the item you selected could not be found."
  22732.     return
  22733. end try
  22734. All Packages
  22735. System 7.5 Update 1.0O
  22736. Dev.CD Jul 95P
  22737. Dev.CD Jul 9V
  22738. 88725X
  22739. Jul 95
  22740. Jan 96M
  22741. Any Power Macintosh.
  22742. ~e    No Changef
  22743. QuickTime
  22744. Mediaq
  22745. Dev.CD Aug 00 TC Disk 2
  22746. All Packages
  22747. qtmissingcomp
  22748. QTMissingComp illustrates the preferred method, in QuickTime 4.0 and later, of checking to see whether a particular component is available. The only change from previous versions of QuickTime is that QuickTime 4.0 supports the cmpIsMissing flag for the componentFlagsMask field. 
  22749. J:Building QT Samples
  22750. QTMissingComp.c
  22751. QTMissingComp.h
  22752. READMEODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmissingcomp:PODev.CD Aug 00 TC Disk 2
  22753.  - Sample Code
  22754.  - QuickTime
  22755.  - Goodies
  22756.  - qtmissingcompV
  22757. 89887X
  22758. Aug 00^    TC Disk 2
  22759. e    No Change
  22760. speaking
  22761. speaking
  22762. speaking
  22763. errors
  22764. speaking
  22765. specific
  22766. specification
  22767. specs
  22768. speech
  22769. speech
  22770. recognition
  22771. speech
  22772. recognition
  22773. extractor
  22774. plug-ins
  22775. content
  22776. extra@
  22777. that@
  22778. apple@
  22779. command
  22780. equivalent
  22781. macro
  22782. microsoft
  22783. foundation
  22784. class
  22785. multi-documment
  22786. interfac@
  22787. purpose
  22788. menuscripter
  22789. sample
  22790. demonstrat@
  22791. release
  22792. apple's
  22793. brings
  22794. increased
  22795. functionali@
  22796. thee@
  22797. theory@
  22798. there
  22799. small
  22800. cosmetic
  22801. system
  22802. can't
  22803. even@
  22804. these
  22805. applications
  22806. demonstrate
  22807. write
  22808. background
  22809. they'll@
  22810. thinks@
  22811. this@
  22812. perspective
  22813. perspectives
  22814. pertaining
  22815. pertinent
  22816. peter
  22817. pgpuam
  22818. pgpuam
  22819. enhancement
  22820. standard
  22821. appleshare
  22822. phase
  22823. philip
  22824. phone
  22825. phonetic
  22826. photo
  22827. he item you selected could not be found."
  22828.     return
  22829. end try
  22830. e    No Changef
  22831. Debug Sound Manager 3.2.1q
  22832. Dev.CD Apr 98 SDK2
  22833. All Packages
  22834. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  22835. Ex Apple Video ROM
  22836. Example Vid ROM from C&D
  22837. ExROM-1Func sResource
  22838. MinimalDeclROM.a
  22839. ROM diagramsK
  22840. Oct 92V
  22841. 84577X
  22842. 1e    No Change
  22843. Jan 98M    ColorSyncN
  22844. ColorSync profile rename toolO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  22845.  - Sample Codeer.dll
  22846. AIFFWriter.h
  22847. AIFFWriter.l
  22848. AIFFWriter.mak
  22849. AIFFWriter.mcp
  22850. AIFFWriter.r
  22851. AIFFWriter.rez.bat
  22852. Building QT Samples
  22853. dllmain.c
  22854. MacDebugPrefix.h
  22855. MacPrefix.h
  22856. README
  22857. SoundOutputDispatch.h
  22858. WinPrefix.h
  22859. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N8QuickTime, AIFF, Sound, Mixer, Output, Device, ComponentOPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Macintosh:Goodies:AIFFWriter:P^Dev.CD Aug 00 TC Disk 2
  22860.  - Sample Code
  22861.  - QuickTime
  22862.  -  All Macintosh
  22863.  - Goodies
  22864.  - AIFFWriternippet
  22865. shows
  22866. dialog
  22867. sound
  22868. manager
  22869. pre-mixer
  22870. effect
  22871. component
  22872. shows
  22873. sample
  22874. shows
  22875. transport
  22876. a-trap
  22877. a/roseR
  22878. 89193X
  22879. Aug 00^    TC Disk 1
  22880. --set theItem to choose file -- uncomment to test in an AS editor
  22881.     tell application "Finder"
  22882.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:Apple Sys Profiler 1.3.1:"
  22883.         activate
  22884.     end tell
  22885. on error errMsg number errNum
  22886.     --enter statements to perform when no records are found such as...
  22887.     display dialog "Sorry, the item you selected could not be found."
  22888.     return
  22889. end try
  22890. e    No Changef
  22891. Profiler
  22892. Apple Systemq
  22893. Dev.CD Aug 00 TC Disk 1
  22894. All Packages
  22895. AppleEvent Send and ReceiveIpA sample showing how to send and receive AppleEvents from Java using JDirect 2.  For use with MRJ 2.1 and later.J
  22896. AEReceive
  22897. AEReceive.jar
  22898. AEReceive.mcp
  22899. AESend
  22900. AESend.jar
  22901. AESend.mcp
  22902. ReadMe
  22903. Receive Test Script
  22904. Source
  22905. Toolbox.jar
  22906. Visual Cafe ProjectsM
  22907. MRJ 2.1 and later.N(MRJ Java JDirect AppleEvent Send ReceiveOEDev.CD Aug 00 TC Disk 2:Sample Code:Java:AppleEvent Send and Receive:V
  22908. 89194X
  22909. 1e    No Change
  22910. eternal
  22911. foreground
  22912. foreground
  22913. color
  22914. foreign
  22915. foreign
  22916. system
  22917. format
  22918. formatasdos
  22919. formatting
  22920. forth
  22921. fortune
  22922. foundation
  22923. foundation
  22924. reference
  22925. foundation
  22926. reference
  22927. client
  22928. fourier
  22929. fragment
  22930. frame
  22931. framework
  22932. screen
  22933. functionv
  22934. function
  22935. index
  22936. function
  22937. keysv
  22938. functions
  22939. games
  22940. gamma
  22941. gatewayT
  22942. gdevice
  22943. gdevicechanged
  22944. generator
  22945. gestalt
  22946. gestalt
  22947. manager
  22948. gestalt
  22949. selector
  22950. codes
  22951. gestaltnativecputype
  22952. gestaltprocessortype
  22953. gestaltquickdrawfeat
  22954. gestaltquickdrawvers
  22955. gestaltvmattr
  22956. getcontrolmaximum
  22957. r restrictions of any kind pertaining to the distribution, sale of, or licensing of such works. You may not charge any fee for SpriteWorld itself other th
  22958. KD!All Packages
  22959. Mac OS SDK Edition
  22960. eferred
  22961. define
  22962. defined
  22963. defines
  22964. ningw
  22965. definition
  22966. definitions
  22967. definitive
  22968. defproc
  22969. defprocs
  22970. degrees
  22971. degrees/seconds
  22972. delay
  22973. delayed
  22974. delaying
  22975. delays{
  22976. delegate
  22977. deleteB
  22978. deleted
  22979. deletedirectory
  22980. deleteemptydir
  22981. deleting
  22982. delivery
  22983. delivered
  22984. delivers
  22985. delivery
  22986. delta{
  22987. demanding
  22988. demands
  22989. performance
  22990. static
  22991. libraries
  22992. 68ksimpletext
  22993. 68ksimpletext
  22994. anniversary
  22995. 7.0fo
  22996. 7.0fo
  22997. makeN
  22998. 7.0fo
  22999. 7.0fo
  23000. rsrcN
  23001. 7.0fo
  23002. 7.1.3
  23003. 7.5.5
  23004. apple
  23005. grayscale
  23006. appearance
  23007. 7editO
  23008. 7edit
  23009. 7edit
  23010. 7edit
  23011. 7edit
  23012. 7edit
  23013. readmeP
  23014. 8.5.1
  23015. aMac OS 8, Mac OS, Inside Mac, Control Manager, controls, human interface, Mac OS 8.5, proportional scroll box, smart scrolling, scroll bars, Dialog Manager, dialog, dialog box, human interface, Mac OS 8.5, timeout, Menu Manager, menu, human interface, Mac OS 8.5, menu bar, menu item, guidelines, style, terminology, usage, writing, legacy documentation
  23016. detailed
  23017. developer
  23018. documentation
  23019. detailing
  23020. detailsR
  23021. developb
  23022. All Packages
  23023. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  23024. Dev.CD Jan 94
  23025. Dev.CD Oct 93
  23026. Dev.CD Jul 93
  23027. Dev.CD Apr 93PDDev.CD Apr 94
  23028. Dev.CD Jan 94
  23029. Dev.CD Oct 93
  23030. Dev.CD Jul 93
  23031. Dev.CD Apr 9V
  23032. 90516X
  23033. Apr 94
  23034. --set theItem to choose file -- uncomment to test in an AS editor
  23035.     tell application "Finder"
  23036.         open item "Dev.CD Apr 94
  23037. Dev.CD Jan 94
  23038. Dev.CD Oct 93
  23039. Dev.CD Jul 93
  23040. Dev.CD Apr 93"
  23041.         activate
  23042.     end tell
  23043. on error errMsg number errNum
  23044.     --enter statements to perform when no records are found such as...
  23045.     display dialog "Sorry, the item you selected could not be found."
  23046.     return
  23047. end try
  23048. All Packages
  23049. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  23050. Dev.CD Jan 94
  23051. Dev.CD Oct 93
  23052. Dev.CD Jul 93
  23053. Dev.CD Apr 93PDDev.CD Apr 94
  23054. Dev.CD Jan 94
  23055. Dev.CD Oct 93
  23056. Dev.CD Jul 93
  23057. Dev.CD Apr 9V
  23058. 90517X
  23059. Apr 94
  23060. Summary: This is the electronic version of develop magazine.
  23061.  Issue 16 highlights:
  23062. Making the Leap to PowerPC  by Dave Radcliffe.   An overview of the PowerPC platform, and coding strategies for both compatibility and speed.
  23063. Building PowerTalk-Savvy Applications  by Steve Falkenburg.   How to incorporate direct mailing and digital signatures into your application.
  23064. Drag and Drop From the Finder  by Dave Evans and Greg Robbins.   Taking advantage of the new drag and drop services is eas
  23065. y, and your users will love it.
  23066. Color Matching Made Easy With QuickDraw GX  by Daniel Lipton.   QuickDraw GX integrates ColorSync to make color matching nearly effortless.
  23067. International Number Formatting  by Norbert Lindenberg.   Some good methods for handling the different number formats around the world.
  23068. Somewhere in QuickTime: What
  23069. s New With Sound Manager 3.0  by Jim Reekes.  Changes (and bug fixes!) in the Sound Manager. Finally, you can remove all that workaround code.
  23070. Print Hint
  23071. 89704X
  23072. Aug 00^    TC Disk 1
  23073. --set theItem to choose file -- uncomment to test in an AS editor
  23074.     tell application "Finder"
  23075.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:"
  23076.         activate
  23077.     end tell
  23078. on error errMsg number errNum
  23079.     --enter statements to perform when no records are found such as...
  23080.     display dialog "Sorry, the item you selected could not be found."
  23081.     return
  23082. end try
  23083. e    No Changef3Navigable Movies
  23084. Pan/Tilt Movies
  23085. Virtual Navigationq
  23086. Dev.CD Aug 00 TC Disk 1
  23087. D!All Packages
  23088. Tool Chest Edition
  23089. Navigation Services SDK
  23090.     l Through the Printing Jungle by Dave Polaschek.  Printing is often much more complex than it needs to be. By keeping it simple and staying on the well-trod path, you can protect yourself.
  23091. BE OUR GUEST:  Source Code Control for the Rest of Us by D. John Anderson and Alan B. Harper Source control doesn
  23092. t need to be complex, as the simple tools presented here wil
  23093. nter statements to perform when no records are found such as...
  23094.     display dialog "Sorry, the item you selected could not be found."
  23095.     return
  23096. end try
  23097. e    No Changeq
  23098. Dev.CD Aug 00 TC Disk 1
  23099. All Packages
  23100. DelegateOnlyComponent
  23101. 84581X
  23102. iIfReadSector MSDOS is a sample demonstrating how to read sections on a DOS-formatted (MFM) floppy drive.JCReadMe
  23103. ReadSector MSDOS(PPC)
  23104. ReadSector MSDOS.mcp
  23105. ReadSectorMSDOS.pM
  23106. SuperDrive or equivalentN6floppy disk, floppy, DOS, MFM, drive, ReadSector MSDOSOPDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:ReadSector MSDOS:P[Dev.CD Aug 00 TC Disk 1
  23107.  - Sample Code
  23108.  - Devices and Hardware
  23109.  - Disks
  23110.  - ReadSector MSDOSV
  23111. 90121X
  23112. Aug 00^    TC Disk 1
  23113. --set theItem to choose file -- uncomment to test in an AS editor
  23114.     tell application "Finder"
  23115.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:ReadSector MSDOS:"
  23116.         activate
  23117.     end tell
  23118. on error errMsg number errNum
  23119.     --enter statements to perform when no records are found such as...
  23120.     display dialog "Sorry, the item you selected could not be found."
  23121.     return
  23122. end try
  23123. e    No Changef1floppy disk
  23124. floppy
  23125. drive
  23126. ReadSector MSDOSq
  23127. Dev.CD Aug 00 TC Disk 1
  23128. All Packages
  23129. computes
  23130. an AS editor
  23131.     tell application "Finder"
  23132.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Sound PreMixer effect:"
  23133.         activate
  23134.     end tell
  23135. on error errMsg number errNum
  23136.     --enter statements to perform when no records are found such as...
  23137.     display dialog "Sorry, the item you selected could not be found."
  23138.     return
  23139. end try
  23140. e    No Changef2pre-mixer component
  23141. vu-meter
  23142. Sound PreMixer effectq
  23143. Dev.CD Aug 00 TC Disk 2
  23144. All Packages
  23145. SoundApp
  23146. 87049X
  23147. example
  23148. writing
  23149. codecs
  23150. update
  23151. appearance
  23152. 1.0.3
  23153. original
  23154. version
  23155. gimedapalette
  23156. chang
  23157. drawsprocket
  23158. which
  23159. provides
  23160. support
  23161. package
  23162. contains
  23163. drive
  23164. setup
  23165. v1.7.2
  23166. program
  23167. restructured
  23168. resulti
  23169. resulting
  23170. resultsh
  23171. resume{
  23172. resumegl
  23173. resuming
  23174. retail{
  23175. retrace
  23176. retrain
  23177. retreat
  23178. retreived
  23179. retrieval
  23180. retrieve
  23181. retrieved
  23182. retrievepictinfo
  23183. retrieves
  23184. M`Code Warrior Pro 5 (to open the project file), a Mac that's fast enough to
  23185. play sound from disk.N8sound, play, doublebuffer, SndPlayDoubleBuffer, compressO>Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:PFDev.CD Aug 00 TC Disk 2
  23186.  - Sample Code
  23187.  - Sound
  23188.  - SndPlayDoubleBufferV
  23189. 90210X
  23190. Aug 00^    TC Disk 2
  23191. --set theItem to choose file -- uncomment to test in an AS editor
  23192.     tell application "Finder"
  23193.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SndPlayDoubleBuffer:"
  23194.         activate
  23195.     end tell
  23196. on error errMsg number errNum
  23197.     --enter statements to perform when no records are found such as...
  23198.     display dialog "Sorry, the item you selected could not be found."
  23199.     return
  23200. end try
  23201. e    No Changef4sound
  23202. doublebuffer
  23203. SndPlayDoubleBuffer
  23204. compressq
  23205. Dev.CD Aug 00 TC Disk 2
  23206. All Packages
  23207. F!Snippets - Communications Toolbox
  23208. 90211X
  23209. carbonsndplaydb
  23210. carbonsndplaydb
  23211. carbonsndplaydb
  23212. readme
  23213. demonstrate
  23214. develop
  23215. issue
  23216. develop
  23217. issue
  23218. develop
  23219. issue
  23220. develop
  23221. issue
  23222. develop
  23223. issue
  23224. develop
  23225. issue
  23226. develop
  23227. issue
  23228. develop
  23229. issue
  23230. develop
  23231. issue
  23232. develop
  23233. issue
  23234. develop
  23235. issue
  23236. develop
  23237. issue
  23238. develop
  23239. issue
  23240. references
  23241. develop
  23242. issue
  23243. develop
  23244. issue
  23245. develop
  23246. issue
  23247. references
  23248. develop
  23249. issue
  23250. develop
  23251. issue
  23252. develop
  23253. issue
  23254. references
  23255. develop
  23256. issue
  23257. develop
  23258. issue
  23259. develop
  23260. issue
  23261. develop
  23262. issue
  23263. develop
  23264. issue
  23265. references
  23266. develop
  23267. issue
  23268. develop
  23269. issue
  23270. develop
  23271. issue
  23272. develop
  23273. issue
  23274. develop
  23275. issue
  23276. references
  23277. develop
  23278. issue
  23279. develop
  23280. issue
  23281. develop
  23282. issue
  23283. references
  23284. develop
  23285. issue
  23286. develop
  23287. issue
  23288. develop
  23289. issue
  23290. references
  23291. magicoracle
  23292. mail~
  23293. suite
  23294. suite
  23295. dictionary
  23296. mailfoo
  23297. mailsuite
  23298. mailsuite
  23299. mainframe
  23300. mainframe
  23301. mainframebeaninfo
  23302. mainframebeaninfo
  23303. mainfrm
  23304. mainfrm
  23305. mainfrm
  23306. mainfunctions
  23307. mainfunctions
  23308. mainfunctions
  23309. makeN
  23310. makefile
  23311. makefilealias
  23312. makefilehelp
  23313. makefiles
  23314. makeicon
  23315. variable
  23316. variables
  23317. vector
  23318. velocity
  23319. velocity
  23320. engine
  23321. version
  23322. version
  23323. numbers
  23324. video
  23325. video
  23326. conferencing
  23327. video
  23328. device
  23329. video
  23330. device
  23331. modes
  23332. video
  23333. frame
  23334. video
  23335. output
  23336. component
  23337. video
  23338. toolkit
  23339. enable/disable
  23340. viewenable
  23341. viewer
  23342. virtual
  23343. shouldx
  23344. shouldn't
  23345. shows
  23346. copymask
  23347. screen
  23348. lighter
  23349. shows
  23350. affect
  23351. background
  23352. color
  23353. control
  23354. shows
  23355. copybits
  23356. along
  23357. offscreen
  23358. bitmaps
  23359. emulater
  23360. shrunken
  23361. shutdownB
  23362. sicns
  23363. siegel
  23364. sierra/iso
  23365. signatures
  23366. signed
  23367. signs
  23368. similar
  23369. similarities
  23370. simpleb
  23371. simpler
  23372. simplest
  23373. simpletext
  23374. simplified
  23375. simply
  23376. simulate
  23377. simulates
  23378. simulator
  23379. simultaneously
  23380. since[
  23381. single
  23382. sitez
  23383. situationually
  23384. --set theItem to choose file -- uncomment to test in an AS editor
  23385.     tell application "Finder"
  23386.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:"
  23387.         activate
  23388.     end tell
  23389. on error errMsg number errNum
  23390.     --enter statements to perform when no records are found such as...
  23391.     display dialog "Sorry, the item you selected could not be found."
  23392.     return
  23393. end try
  23394. utils
  23395. dialogutils
  23396. dialogwindow
  23397. dialogwindow
  23398. dialogwindow
  23399. dictionary
  23400. x--set theItem to choose file -- uncomment to test in an AS editor
  23401.     tell application "Finder"
  23402.         open item "Dev.CD Aug 96 TC
  23403. Dev.CD Jan 96 SDK1"
  23404.         activate
  23405.     end tell
  23406. on error errMsg number errNum
  23407.     --enter statements to perform when no records are found such as...
  23408.     display dialog "Sorry, the item you selected could not be found."
  23409.     return
  23410. end try
  23411. --set theItem to choose file -- uncomment to test in an AS editor
  23412.     tell application "Finder"
  23413.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:CoreSample:"
  23414.         activate
  23415.     end tell
  23416. on error errMsg number errNum
  23417.     --enter statements to perform when no records are found such as...
  23418.     display dialog "Sorry, the item you selected could not be found."
  23419.     return
  23420. end try
  23421. lication from another.
  23422. Communications Toolbox
  23423. Contributed
  23424. Devices and Hardware
  23425. Files
  23426. Games
  23427. Graphics 2D
  23428. Graphics 3D
  23429. Help Systems
  23430. Human Interface Toolbox
  23431. Interapplication Comm
  23432. Memory
  23433. Networking
  23434. OS Utilities
  23435. Overview
  23436. Platforms and Tools
  23437. Printing
  23438. Processes
  23439. QuickTime
  23440. Runtime Architecture
  23441. Sound
  23442. Feb 92L
  23443. Nov 96O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  23444.  - Sample Code
  23445. first
  23446. first
  23447. first
  23448. getenetaddrdirect
  23449. hypercard
  23450. me-formatasdosdisk
  23451. reader_
  23452. reader
  23453. installer_
  23454. readmeP
  23455. readme
  23456. dcmdi
  23457. readme
  23458. applesingle/appledou
  23459. readme
  23460. betabase
  23461. readme
  23462. betabase
  23463. readme
  23464. colorcdef
  23465. readme
  23466. debug
  23467. sound
  23468. manager
  23469. readme
  23470. readme
  23471. readme
  23472. important
  23473. readme
  23474. readme-fragment
  23475. readme-fragment
  23476. readmefirst
  23477. receive
  23478. receive
  23479. script
  23480. receiver
  23481. receiver
  23482. receiver
  23483. rsrca
  23484. recievera
  23485. reciever
  23486. record
  23487. record
  23488. sound
  23489. redants
  23490. redants
  23491. redants
  23492. Change
  23493. Feb 00MUQuickDraw 3D, GameSprockets, and either Universal Interfaces 3.3 or GameSprockets SDKN:InputSprocket, DrawSprocket, SoundSprocket, 3D Sound, QD3DO4Dev.CD Aug 00 TC Disk 1:Sample Code:Games:DroneZone:P<Dev.CD Aug 00 TC Disk 1
  23494.  - Sample Code
  23495.  - Games
  23496.  - DroneZone
  23497. All Packages
  23498. F!System Enabler 304 (Performa 600)O
  23499. Dev.CD Jul 93
  23500. Dev.CD May 93P
  23501. Dev.CD Jul 93
  23502. Dev.CD May 9V
  23503. 90538X
  23504. Jul 93
  23505. p--set theItem to choose file -- uncomment to test in an AS editor
  23506.     tell application "Finder"
  23507.         open item "Dev.CD Jul 93
  23508. Dev.CD May 93"
  23509.         activate
  23510.     end tell
  23511. on error errMsg number errNum
  23512.     --enter statements to perform when no records are found such as...
  23513.     display dialog "Sorry, the item you selected could not be found."
  23514.     return
  23515. end try
  23516. All Packages
  23517. F!System Enabler 308 (Performa 450)O
  23518. Dev.CD Jul 93
  23519. Dev.CD May 93P
  23520. Dev.CD Jul 93
  23521. Dev.CD May 9V
  23522. 90539X
  23523. Jul 93
  23524. found."
  23525.     return
  23526. end try
  23527. e    No Changef
  23528. QuickTime
  23529. Dev.CD Aug 00 TC Disk 2
  23530. qD(All Packages
  23531. Reference Library Edition
  23532. develop Issue  1
  23533. J@MacTCP+ Tool
  23534. README for MacTCP+ Tool
  23535. README for MacTCP+ Tool.txtK
  23536. Mar 92M
  23537. MacTCP 1.1, System 7, Mac+OBDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:PMDev.CD Aug 00 TC Disk 1
  23538.  - Tool Chest
  23539.  - Networking
  23540.  - MacTCP
  23541.  - MacTCP+ ToolV
  23542. 89631X
  23543. Aug 00^    TC Disk 1
  23544. --set theItem to choose file -- uncomment to test in an AS editor
  23545.     tell application "Finder"
  23546.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP+ Tool:"
  23547.         activate
  23548.     end tell
  23549. on error errMsg number errNum
  23550.     --enter statements to perform when no records are found such as...
  23551.     display dialog "Sorry, the item you selected could not be found."
  23552.     return
  23553. end try
  23554. e    No Changeq
  23555. Dev.CD Aug 00 TC Disk 1
  23556. All Packages
  23557. Magic Oracle
  23558. 89632X
  23559. MlApple Macintosh with Power PC processor, 64 megs of RAM, System 8.1, MRJ 2.0 or Later
  23560. MRJ SDK 2.1 (optional)NIJava, AppleScript, Scripting, AppleScript for Java, Magic Oracle, fortuneO6Dev.CD Aug 00 TC Disk 2:Sample Code:Java:Magic Oracle:P>Dev.CD Aug 00 TC Disk 2
  23561.  - Sample Code
  23562.  - Java
  23563.  - Magic Oracle"
  23564.         activate
  23565.     end tell
  23566. on error errMsg number errNum
  23567.     --enter statements to perform when no records are found such as...
  23568.     display dialog "Sorry, the item you selected could not be found."
  23569.     return
  23570. end try
  23571. e    No Changef
  23572. hierarchical
  23573. menusq
  23574. Dev.CD Aug 00 TC Disk 2
  23575. All Packages
  23576. HITEC (super front end to VU)
  23577. 87908X
  23578. Code:Human Interface Toolbox:NoSound:PLDev.CD Aug 00 TC Disk 2
  23579.  - Sample Code
  23580.  - Human Interface Toolbox
  23581.  - NoSoundV
  23582. 86534X
  23583. Aug 00^    TC Disk 2
  23584. e    No Change
  23585.  assembly-language code quickly and conveniently using Dynamo.
  23586. J&develop Issue  1
  23587. develop Issue  1 codeK
  23588. Vol IIIL
  23589. Jun 95
  23590. somewhere@
  23591. sorts@
  23592. soundconverter
  23593. simple
  23594. application
  23595. shows
  23596. source-code@
  23597. specialized@
  23598. speed@
  23599. sprocketinvaders
  23600. featured
  23601. specfically
  23602. built
  23603. ng edit text items, scrolling, text, user pane, user pane items, control managerOODev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ScrollingEditField:PWDev.CD Aug 00 TC Disk 2
  23604.  - Sample Code
  23605.  - Human Interface Toolbox
  23606.  - ScrollingEditFieldV
  23607. 88565X
  23608. Aug 00^    TC Disk 2
  23609. --set theItem to choose file -- uncomment to test in an AS editor
  23610.     tell application "Finder"
  23611.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ScrollingEditField:"
  23612.         activate
  23613.     end tell
  23614. on error errMsg number errNum
  23615.     --enter statements to perform when no records are found such as...
  23616.     display dialog "Sorry, the item you selected could not be found."
  23617.     return
  23618. end try
  23619. e    No Change
  23620. powerbook
  23621. powerbook
  23622. 2400c
  23623. architecture/roadmap
  23624. architectures
  23625. archive
  23626. archived
  23627. archivesz
  23628. DragWindowGrid- a sample showing how to write a function to drag a window around on the screen so that it can only be released along grid lines.  No patches, no hooking into drag procs, nothing fancy. This just tracks an XOR frame around the screen similar to how the Window Manager behaves, and when you let go in a different spot MoveWindow moves the window to the right place.
  23629. DrawCode.c has the DragWindowGrid routine in it.  You can change the kIncrement constant to change the size of thB
  23630. e grid rects.
  23631. JSApplication.c
  23632. DragWindowGrid(PPC)
  23633. DragWindowGrid.mcp
  23634. DragWindowGrid.rsrc
  23635. DrawCode.cN(grid, window, MoveWindow, Window ManagerOKDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:DragWindowGrid:PSDev.CD Aug 00 TC Disk 2
  23636.  - Sample Code
  23637.  - Human Interface Toolbox
  23638.  - DragWindowGridletviewer
  23639.     - QTJava media samples
  23640. - Mac OS:
  23641.     - System 8 or later
  23642.     - Macintosh Runtime for Java (MRJ) 2.1
  23643. - Windows 95, 98, or NT::
  23644.     - JRE/JDK from Sun Microsystems, Inc. recommended
  23645. This example demonstrates how to script your Java Application using
  23646. AppleScript. Functionality mimics the old black billiard ball that you
  23647. asked a fortune and then shook vigorously in order to receive a cryptic
  23648. reply.
  23649. To submit your question to the "Magic Oracle", type your yes or no
  23650. question in the text field and click the "Ask Oracle" button, press
  23651. return or enter, or grab the ball with your mouse and shake it around
  23652. the screen.
  23653. This sample demonstrates:
  23654.  Adding basic scriptability sB
  23655. upport to your Java application
  23656.  How to create a bean info to enhance the automatically generated 'aete' created by the introspector
  23657.  How to script your java application using the Scriptable Text Editor
  23658. BufferedDrawer.java
  23659. BufferedImage.java
  23660. Fortune.java
  23661. images
  23662. Magic Oracle
  23663. Magic Oracle readme
  23664. Magic Oracle.
  23665. Magic Script
  23666. MagicOracle.jar
  23667. MainFrame.java
  23668. MainFrameBeanInfo.java
  23669. resources
  23670. Util.javaO6Dev.CD Aug 00 TC Disk 2:Sample Code:Java:Magic Oracle:or higher.  (Target) Agent VU,
  23671. --set theItem to choose file -- uncomment to test in an AS editor
  23672.     tell application "Finder"
  23673.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:"
  23674.         activate
  23675.     end tell
  23676. on error errMsg number errNum
  23677.     --enter statements to perform when no records are found such as...
  23678.     display dialog "Sorry, the item you selected could not be found."
  23679.     return
  23680. end try
  23681. cardbus
  23682. ibook
  23683. utilities
  23684. icons
  23685. icplistports
  23686. plist
  23687. information
  23688. information
  23689. property
  23690. infoscrap
  23691. inline
  23692. inline
  23693. input
  23694. input
  23695. inputsprocket
  23696. installer
  23697. instance
  23698. instance
  23699. variables
  23700. instrumentation
  23701. interaction
  23702. interactive
  23703. interactive
  23704. media
  23705. solutions
  23706. interface
  23707. interleaving
  23708. - Latest Copy of the code -
  23709. - YOU MUST READ ME -
  23710. headers
  23711. In process
  23712. objects
  23713. PGPsdkMac
  23714. PGPuam
  23715. PGPuam Server
  23716. PGPuam Slides.pdf
  23717. PGPUAM.prj
  23718. sourcesK
  23719. Dec 98M
  23720. PPC,  MacOS 8.5, PGPsdkN@Cryptographic Authentication, AppleShare IP,  Appearance, PGPuamO6Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:PGPuam:P>Dev.CD Aug 00 TC Disk 2
  23721.  - Sample Code
  23722.  - Networking
  23723.  - PGPuamV
  23724. 89785X
  23725. Aug 00^    TC Disk 2
  23726. --set theItem to choose file -- uncomment to test in an AS editor
  23727.     tell application "Finder"
  23728.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:PGPuam:"
  23729.         activate
  23730.     end tell
  23731. on error errMsg number errNum
  23732.     --enter statements to perform when no records are found such as...
  23733.     display dialog "Sorry, the item you selected could not be found."
  23734.     return
  23735. end try
  23736. e    No Changef=Cryptographic Authentication
  23737. AppleShare IP
  23738.  Appearance
  23739. PGPuamq
  23740. Dev.CD Aug 00 TC Disk 2
  23741. All Packages
  23742. PicCommentsTestV
  23743. 89786X
  23744. application
  23745. support
  23746. features
  23747. Summary:  Three samples involving Standard File dialogs.
  23748. NOTE: StandardGetFolder replaces CustomGetFile
  23749.  StandardGetFolder: This demonstrates a CustomGetFile call, with additions to the dialog to allow selection of a folder or volume.  This sample is loosely based on the previous CustomGetFolder sample.  This fixes numerous bugs and is substantially better for localization, as it uses Script Manager calls to handle the strings.
  23750. CustomPutAppend:  This demonstrates a CustomPutDialog wit
  23751. h an Append button that does not ask the user if he/she wants to replace the existing file. the sample code in InsideMac:Files, and the Human Interface Guidelines. It also has Balloon Help strings for the Append button.
  23752. CustomPutSuffix:  This demonstrates a CustomPutDialog with an Save button that checks to see if several files (with the name filename+suffix) already exist. a dialog hook procedure is responsible for presenting separate "Replace?" dialogs.  When the Save button is hit and
  23753. 90617X
  23754. Oct 00^
  23755. --set theItem to choose file -- uncomment to test in an AS editor
  23756.     tell application "Finder"
  23757.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Thread Manager:"
  23758.         activate
  23759.     end tell
  23760. on error errMsg number errNum
  23761.     --enter statements to perform when no records are found such as...
  23762.     display dialog "Sorry, the item you selected could not be found."
  23763.     return
  23764. end try
  23765. e    No Changef9Thread Manager
  23766. thread
  23767. threads
  23768.  tasks
  23769. tasking
  23770. multitaskingq
  23771. Dev.CD Oct 00 SDK1
  23772. All Packages
  23773. Thumbnail TestIWThis contains a routine to illustrate the use of copybits to generate thumbnail images.JSShrinkToBW.c
  23774. Test Text Pict
  23775. Thumbnail(PPC)
  23776. Thumbnail.c
  23777. Thumbnail.mcp
  23778. Thumbnail.rsrcM    QuickDrawN
  23779. Thumbnail, PICT, CopyBitsO?Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Thumbnail Test:PGDev.CD Aug 00 TC Disk 1
  23780.  - Sample Code
  23781.  - Graphics 2D
  23782.  - Thumbnail TestV
  23783. 90618X
  23784. Aug 00^    TC Disk 1
  23785. e    No Change
  23786. 89632X
  23787. Aug 00^    TC Disk 2
  23788. --set theItem to choose file -- uncomment to test in an AS editor
  23789.     tell application "Finder"
  23790.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Java:Magic Oracle:"
  23791.         activate
  23792.     end tell
  23793. on error errMsg number errNum
  23794.     --enter statements to perform when no records are found such as...
  23795.     display dialog "Sorry, the item you selected could not be found."
  23796.     return
  23797. end try
  23798. e    No ChangefDJava
  23799. AppleScript
  23800. Scripting
  23801. AppleScript for Java
  23802. Magic Oracle
  23803. fortuneq
  23804. Dev.CD Aug 00 TC Disk 2
  23805. All Packages
  23806. Mail Suite 1.0
  23807. Summary:  The Mail Suite provides the framework and some tools for creating an Apple Event suite for mail within applications. This package contains Mail Suite documentation, a sample dictionary (ATET resource), a demo script, a .h header file and a dummy application (MailFoo).
  23808. Nov 96V
  23809. 89633X
  23810. 1e    No Change
  23811. similar
  23812. similarities
  23813. similarly
  23814. simone
  23815. simpleb
  23816. simple
  23817. sample
  23818. which
  23819. demonstrates
  23820. setdeskcpa
  23821. simple
  23822. program
  23823. simpleapp
  23824. simplechooser
  23825. simpleeditsdi
  23826. simpleeditsdi
  23827. sample
  23828. application
  23829. demonstrates
  23830. simpleinit
  23831. ext:  This sample demonstrates two methods of printing gray text. On PostScript printers it sends PostScript, on QuickDraw printers it sends Color QuickDraw calls. If a QuickDraw printer does not use a CGrafPort, the gray text comes out as black.
  23832. HairLines:  HairLines is an MPW 3.2 Pascal sample that demonstrates different methods of creating hairlines on printers.
  23833. ImageWriter bug:  This sample snippet demonstrates how to work around the 'dctb' bug in the ImageWriter II 6.1 and 7.0 drive
  23834. rs. This bug causes a crash when doing a style (Page Setup) dialog after setting draftBits with PrGeneral.
  23835. InvertedText:  This sample application gives you cool tricks for printing inverted text.
  23836. IsImageWriter:  This program contains a few functions for determining if an ImageWriter is connected and if so, which port it should be connected to.
  23837. PicCommentsTest:  Here's a complete working application you can use to investigate further the interpretation of picture comments by various prin
  23838. umafailure
  23839. unsupported
  23840. libraries@
  23841. usage@
  23842. users@
  23843. utilities
  23844. utilitieslib@
  23845. videoframetogworld
  23846. views@
  23847. vrcursors
  23848. vrscript
  23849. vu-meter
  23850. wdef@
  23851. webobjects@
  23852. what's
  23853. package@
  23854. whats@
  23855. window@
  23856. windstuff@
  23857. working@
  23858. xcmds@
  23859. counters@
  23860. current@
  23861. developer
  23862. documentation
  23863. publications
  23864. technical
  23865. document@
  23866. disk@
  23867. docs@
  23868. dram@
  23869. driver@
  23870. drivergestalt@
  23871. environment@
  23872. synchronization
  23873. backup
  23874. assistant
  23875. folder
  23876. duplicatio@
  23877. formatasdos@
  23878. 89364X
  23879. Sep 96^
  23880. --set theItem to choose file -- uncomment to test in an AS editor
  23881.     tell application "Finder"
  23882.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 12:"
  23883.         activate
  23884.     end tell
  23885. on error errMsg number errNum
  23886.     --enter statements to perform when no records are found such as...
  23887.     display dialog "Sorry, the item you selected could not be found."
  23888.     return
  23889. end try
  23890. Deletedq
  23891. Dev.CD Sep 96 RL
  23892. uD(All Packages
  23893. Reference Library Edition
  23894. develop Issue 13
  23895.     ially true if you need to scan
  23896. the SCSI bus for devices.
  23897. JERead Me
  23898. SCSI Inquiry(Asynch)
  23899. SCSI Inquiry(Simple)
  23900. SCSI Inquiry(Synch)M
  23901. SCSI, SCSI Manager 4.3NBSCSI, SCSI Manager, SCSI Manager 4.3, inquiry, SCSI Inquiry (More)ORDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Inquiry (More):P]Dev.CD Aug 00 TC Disk 1
  23902.  - Sample Code
  23903.  - Devices and Hardware
  23904.  - SCSI
  23905.  - SCSI Inquiry (More)V
  23906. 88570X
  23907. Aug 00^    TC Disk 1
  23908. e    No Change
  23909. ~P[Dev.CD Aug 00 TC Disk 1
  23910.  - Tool Chest
  23911.  - Networking
  23912.  - MacTCP
  23913.  - MacTCP Token Ring MTU ToolV
  23914. 89630X
  23915. Aug 00^    TC Disk 1
  23916. --set theItem to choose file -- uncomment to test in an AS editor
  23917.     tell application "Finder"
  23918.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:"
  23919.         activate
  23920.     end tell
  23921. on error errMsg number errNum
  23922.     --enter statements to perform when no records are found such as...
  23923.     display dialog "Sorry, the item you selected could not be found."
  23924.     return
  23925. end try
  23926. e    No Changeq
  23927. Dev.CD Aug 00 TC Disk 1
  23928. All Packages
  23929. MacTCP+ Tool 1.0
  23930. ASummary: This tool updates the MacTCP 1.1 driver to correct a problem with the reception of packets on Macintosh Pluses running System 7.0 or later. 
  23931. Features: The modified MacTCP driver will work on Apple Macintosh Plus Computers running System 7.  The release version 1.1 of MacTCP does not work in this configuration.
  23932. Mar 92V
  23933. 89631X
  23934. 1e    No Change
  23935. plug-in's
  23936. witha
  23937.  -- uncomment to test in an AS editor
  23938.     tell application "Finder"
  23939.         open item "Dev.CD Nov 99 TC:Tool Chest:Networking:HotSauce (Project X):"
  23940.         activate
  23941.     end tell
  23942. on error errMsg number errNum
  23943.     --enter statements to perform when no records are found such as...
  23944.     display dialog "Sorry, the item you selected could not be found."
  23945.     return
  23946. end try
  23947. Deletedq
  23948. Dev.CD Nov 99 TC
  23949. All Packages
  23950. How to Detect a CD
  23951. ISummary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  23952. Features:  C sample code demonstrating how to use the device manager, SCSI, and calls to the CD-ROM driver to give pretty good hints about whether a volume is a CD-ROM or not.
  23953. JRidentifyCD.
  23954. main.c
  23955. Makefile
  23956. Not used in this example
  23957. ReadMe
  23958. WhereCDs.c
  23959. WhereCDs.hK
  23960. Dec 95N CD-ROM, SCSI, Device Manager, CD6531X
  23961. 1e    No Change
  23962. full scriptability and to direct manipulation through Apple events. Here
  23963. s how to talk to the Scriptable Finder from your application.
  23964. NetWare Development on PowerPC  by Jamie Osborne.  With NetWare now on the Power Macintosh, you may want to write your network products to use it. This introduction to the NetWare environment includes a simple sample module.
  23965. Somewhere in QuickTime:  Supporting Text Tracks in Your Application  by Nick Thompson.  How to support text tracks in your applicati
  23966. on, allowing both searching and editing.
  23967. Graphical Truffles:  A Space-Saving PICT Trick  by Guillermo A. Ortiz and Dave Johnson.  If you
  23968. re storing a large set of pictures with the same colors, here
  23969. s a neat trick to reduce its size.
  23970. Print Hints:  Improving QuickDraw GX Printer Driver Performance  by Dave Hersey.  Understanding QuickDraw GX buffering will help you fine-tune the performance of your printer driver.
  23971. Balance of Power:  PowerPC Branch Prediction  by Dave Evans.  Is it scienc
  23972. xcmds
  23973. xcmds&xfcns
  23974. xcoff
  23975. xfcnn
  23976. xfcns
  23977. xthings
  23978. shell
  23979. sample
  23980. 1.3.6
  23981. first
  23982. headers
  23983. xtnow
  23984. xtnow
  23985. yahoo
  23986. yahoo
  23987. yellowboxandjava
  23988. zaptcp
  23989. zaptcp
  23990. zoneranger
  23991. zoneranger
  23992. revision
  23993. history
  23994. zoomed
  23995. zoomrecter
  23996. zoomrecter
  23997. zoomrecter
  23998. zoomrecter
  23999. promptoid
  24000. promptoid
  24001. propertylistservices
  24002. proto
  24003. proto
  24004. protocol
  24005. protos
  24006. prototypes
  24007. prototypes
  24008. prototyping
  24009. prototyping
  24010. toolkit
  24011. protoviews
  24012. protoviews
  24013. protoviews
  24014. protoviews
  24015. providerfactory
  24016. providerfactory
  24017. providerfactory
  24018. providerfactory
  24019. providerfactory
  24020. pshdldemo
  24021. pshdldemo
  24022. pswritererr
  24023. pswritererr
  24024. qt3-more
  24025. video
  24026. query
  24027. quick
  24028. quick
  24029. start
  24030. quickstart
  24031. quicktime
  24032. quicktime
  24033. javao
  24034. quicktime
  24035. textp
  24036. quicktime
  24037. quicktime
  24038. xcmds
  24039. alias
  24040. quite
  24041. aedaemone
  24042. --set theItem to choose file -- uncomment to test in an AS editor
  24043.     tell application "Finder"
  24044.         open item "Dev.CD Sep 00 RL Disk 2:TechnicalPublications:quicktime:"
  24045.         activate
  24046.     end tell
  24047. on error errMsg number errNum
  24048.     --enter statements to perform when no records are found such as...
  24049.     display dialog "Sorry, the item you selected could not be found."
  24050.     return
  24051. end try
  24052. day-to-day
  24053. daylight
  24054. daystar
  24055. dboxproc
  24056. dcmdi
  24057. dcmdsc
  24058. development
  24059. modules
  24060. contains
  24061. 1.4.6
  24062. de-blessing
  24063. de-hilited
  24064. deactivated
  24065. dead-key
  24066. dealer
  24067. dealing
  24068. deals
  24069. deanna
  24070. macapp
  24071. users
  24072. deatherage
  24073. debabelizer
  24074. O9Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLLCTest:PADev.CD Aug 00 TC Disk 2
  24075.  - Sample Code
  24076.  - Networking
  24077.  - OTLLCTestV
  24078. 89752X
  24079. Aug 00^    TC Disk 2
  24080. --set theItem to choose file -- uncomment to test in an AS editor
  24081.     tell application "Finder"
  24082.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLLCTest:"
  24083.         activate
  24084.     end tell
  24085. on error errMsg number errNum
  24086.     --enter statements to perform when no records are found such as...
  24087.     display dialog "Sorry, the item you selected could not be found."
  24088.     return
  24089. end try
  24090. e    No ChangefEEthernet
  24091. raw mode
  24092. multicast
  24093. MDATA
  24094. 802.2
  24095. 802.3
  24096. OTLLCTestq
  24097. Dev.CD Aug 00 TC Disk 2
  24098. All Packages
  24099. OTLookupNameTestI
  24100. This sample demonstrates the use of an NBP mapper to look up NBP entities on an AppleTalk network using Open Transport.  The code from this sample is featured in the latest release (v1.2) of the book 
  24101. Inside Macintosh: Open Transport
  24102. Nov 97L
  24103. Jun 98V
  24104. 89753X
  24105. 1e    No Change
  24106. authentication
  24107. automated
  24108. automation
  24109. autopush
  24110. aware
  24111. backbuffer
  24112. backcolor
  24113. background
  24114. background
  24115. color
  24116. window
  24117. background-only
  24118. background-only
  24119. applications
  24120. pbcatsearch
  24121. applescript
  24122. subrout
  24123. backscrap
  24124. backscrap
  24125. scrap
  24126. putscrap
  24127. infoscrap
  24128. unloadscrap
  24129. loadscrap
  24130. backside
  24131. backup
  24132. balloon
  24133. balloon
  24134. finder
  24135. strings
  24136. spinning
  24137. cursors
  24138. balloon
  24139. dialog
  24140. balloons
  24141. copybits
  24142. newgworld
  24143. gworld
  24144. bandai
  24145. bandwidthA
  24146. baseaddr
  24147. based
  24148. batch
  24149. behavior
  24150. bi-directional
  24151. cardbus
  24152. cardbus
  24153. pcmcia
  24154. cd-rom
  24155. cd-rom
  24156. audio
  24157. tracker
  24158. control
  24159. hJU Readme - Translation Mgr SDK
  24160. (Obsolete)
  24161. Document Converter
  24162. Documentation
  24163. Sample CodeK
  24164. Aug 98M
  24165. Code Warrior Pro 2 -or- ETO
  24166. 23N+easy open, translation manager, translationO?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:PGDev.CD Oct 00 SDK1
  24167.  - Development Kits
  24168.  - Mac OS
  24169.  - Translation ManagerV
  24170. 90632X
  24171. Oct 00^
  24172. --set theItem to choose file -- uncomment to test in an AS editor
  24173.     tell application "Finder"
  24174.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Translation Manager:"
  24175.         activate
  24176.     end tell
  24177. on error errMsg number errNum
  24178.     --enter statements to perform when no records are found such as...
  24179.     display dialog "Sorry, the item you selected could not be found."
  24180.     return
  24181. end try
  24182. e    No Changef)easy open
  24183. translation manager
  24184. translationq
  24185. Dev.CD Oct 00 SDK1
  24186. All Packages
  24187. TubeTest
  24188. 90633X
  24189. --set theItem to choose file -- uncomment to test in an AS editor
  24190.     tell application "Finder"
  24191.         open item "Dev.CD Jul 99 SDK1:What's New:Reference Library:Technical Publications:MacOSXServer:"
  24192.         activate
  24193.     end tell
  24194. on error errMsg number errNum
  24195.     --enter statements to perform when no records are found such as...
  24196.     display dialog "Sorry, the item you selected could not be found."
  24197.     return
  24198. end try
  24199. delivered
  24200. delivers
  24201. delivery
  24202. delta{
  24203. demanding
  24204. demands
  24205. --set theItem to choose file -- uncomment to test in an AS editor
  24206.     tell application "Finder"
  24207.         open item "Dev.CD Apr 94
  24208. Dev.CD Jan 94
  24209. Dev.CD Oct 93
  24210. Dev.CD Jul 93
  24211. Dev.CD Apr 93"
  24212.         activate
  24213.     end tell
  24214. on error errMsg number errNum
  24215.     --enter statements to perform when no records are found such as...
  24216.     display dialog "Sorry, the item you selected could not be found."
  24217.     return
  24218. end try
  24219. simple
  24220. example
  24221. obtain
  24222. mouse
  24223. location
  24224. using
  24225. simple
  24226. example
  24227. using
  24228. popupcdef
  24229. available
  24230. system
  24231. simple
  24232. rapid
  24233. application
  24234. prototyping
  24235. design
  24236. simple
  24237. utility
  24238. driver
  24239. support
  24240. asynchronous
  24241. simple
  24242. calls
  24243. hmshowballoon
  24244. appropriate
  24245. small
  24246. example
  24247. ipclistports
  24248. sample
  24249. colle
  24250. snippet
  24251. shows
  24252. dialog
  24253. sound
  24254. manager
  24255. pre-mixer
  24256. effect
  24257. component
  24258. shows
  24259. textedit
  24260. shows
  24261. editing
  24262. colored
  24263. backgr
  24264. sample
  24265. shows
  24266. transport
  24267. simple
  24268. application
  24269. displays
  24270. modal
  24271. window
  24272. a-trap
  24273. a/roseR
  24274. Alias XFCN 1.3
  24275. Apple Event XCMDs 1.0b3
  24276. Byrne's XCMDs&XFCNs
  24277. CallHyper 1.0
  24278. FinderEvents 1.2
  24279. GetVol and NewFormat
  24280. Help XFCN 1.4
  24281. ProgressWindoid
  24282. QuickTime XCMDs  alias
  24283. SysEnv XFCN 1.0D13K
  24284. Vol IIIL
  24285. Vol VIIIM(HyperCard 2.0 with Audio, see audio helpOMDev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:PXDev.CD Nov 99 TC
  24286.  - Tool Chest
  24287.  - Development Kits
  24288.  - HyperCard Related
  24289.  - XCMDs & XFCNsV
  24290. 89227X
  24291. Nov 99^
  24292. --set theItem to choose file -- uncomment to test in an AS editor
  24293.     tell application "Finder"
  24294.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:"
  24295.         activate
  24296.     end tell
  24297. on error errMsg number errNum
  24298.     --enter statements to perform when no records are found such as...
  24299.     display dialog "Sorry, the item you selected could not be found."
  24300.     return
  24301. end try
  24302. Deletedq
  24303. Dev.CD Nov 99 TC
  24304. All Packages
  24305. AudioCodec
  24306. 89228X
  24307. ernationalization
  24308. ource
  24309. distribution
  24310. snippet
  24311. shows
  24312. window
  24313. constrained
  24314. source
  24315. standard
  24316. compression
  24317. chapter
  24318. version
  24319. object
  24320. support
  24321. library
  24322. 1.1.4
  24323. replaces
  24324. Edition Manager
  24325. PPC Toolbox
  24326. Scrap Manager
  24327. Operating System Services:
  24328. Event Manager
  24329. Gestalt Manager
  24330. Memory Management Utilities
  24331. Memory Manager
  24332. Multiprocessing Services
  24333. Notification Manager
  24334. Process Manager
  24335. Queue Utilities
  24336. Shutdown Manager
  24337. Start Manager
  24338. System Error Handler
  24339. Thread Manager
  24340. Time MaE
  24341. nager
  24342. Vertical Retrace Manager
  24343. Virtual Memory Manager
  24344. General topics:
  24345. Glossary
  24346. Result Codes Tables
  24347. Indexes
  24348. Legacy Documentation
  24349. DevTools
  24350. Files
  24351. Glossary
  24352. HelpSystems
  24353. HumanInterfaceToolbox
  24354. images
  24355. Indexes
  24356. InterproCom
  24357. Legacy
  24358. mac8.html
  24359. MultimediaGraphics
  24360. NetworkCommSvcs
  24361. OSSvcs
  24362. Overview
  24363. printondemand.html
  24364. ResultCodeTable
  24365. RuntimeSvcs
  24366. SearchingTechnologies
  24367. SiteInfo
  24368. TextIntlSvcs
  24369. Utilities
  24370. Jan 00L
  24371. Sep 00
  24372. devsupport
  24373. where]
  24374. where's
  24375. whereas
  24376. whereby
  24377. wherever
  24378. whether
  24379. while
  24380. vrcursors
  24381. vrcursors
  24382. vrcursors
  24383. vrcursors
  24384. vrcursors
  24385. vrmakeobject
  24386. vrmakeobject
  24387. vrmakeobject
  24388. vrmakeobject
  24389. vrmakeobject
  24390. vrmakeobject
  24391. vrmakeobject
  24392. vrmakeobject
  24393. vrmakeobject
  24394. vrmakeobject
  24395. vrmakepano
  24396. vrmakepano
  24397. vrmakepano
  24398. vrmakepano
  24399. vrmakepano
  24400. vrmakepano
  24401. vrmakepano
  24402. vrmakepano
  24403. vrmakepano
  24404. vrmakepano
  24405. vrmovies
  24406. vrmovies
  24407. vrmovies
  24408. vrmovies
  24409. vrmovies
  24410. vrmovies
  24411. vrmovies
  24412. vrmovies
  24413. vrmovies
  24414. vrmovies
  24415. vrmovies
  24416. vrscript
  24417. vrscript
  24418. vrscript
  24419. vrscript
  24420. vrscript
  24421. vrscript
  24422. vrscript
  24423. vrscript
  24424. vu-meter
  24425. vu-meter
  24426. vu-meter
  24427. vu-meter
  24428. All Packages
  24429. QuickDraw GXO
  24430. Dev.CD Jul 95P
  24431. Dev.CD Jul 9V
  24432. 89966X
  24433. Jul 95
  24434. b--set theItem to choose file -- uncomment to test in an AS editor
  24435.     tell application "Finder"
  24436.         open item "Dev.CD Jul 95"
  24437.         activate
  24438.     end tell
  24439. on error errMsg number errNum
  24440.     --enter statements to perform when no records are found such as...
  24441.     display dialog "Sorry, the item you selected could not be found."
  24442.     return
  24443. end try
  24444. All Packages
  24445. QuickDraw GXO
  24446. Dev.CD Jul 95P
  24447. Dev.CD Jul 9V
  24448. 89967X
  24449. Jul 95
  24450. b--set theItem to choose file -- uncomment to test in an AS editor
  24451.     tell application "Finder"
  24452.         open item "Dev.CD Jul 95"
  24453.         activate
  24454.     end tell
  24455. on error errMsg number errNum
  24456.     --enter statements to perform when no records are found such as...
  24457.     display dialog "Sorry, the item you selected could not be found."
  24458.     return
  24459. end try
  24460. All Packages
  24461. QuickDraw GXO)Dev.CD Jul 95
  24462. Dev.CD Apr 95
  24463. Dev.CD Jan 95V
  24464. 89968X
  24465. 89205X
  24466. Oct 00^
  24467. --set theItem to choose file -- uncomment to test in an AS editor
  24468.     tell application "Finder"
  24469.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AppleShare IP 6.3 SDK:"
  24470.         activate
  24471.     end tell
  24472. on error errMsg number errNum
  24473.     --enter statements to perform when no records are found such as...
  24474.     display dialog "Sorry, the item you selected could not be found."
  24475.     return
  24476. end try
  24477. e    No ChangefaAppleShare IP
  24478. Server
  24479. AppleShare Client
  24480. Registry
  24481. Server Controls
  24482. Networking
  24483. PrintoAftp://ftp.apple.com/developer/Development_Kits/AppleShare_IP_6.3/q
  24484. Dev.CD Oct 00 SDK1
  24485. VD!All Packages
  24486. Mac OS SDK Edition
  24487. AppleShare IP API
  24488. videotape
  24489. vidoutapp
  24490. view]
  24491. oracle{
  24492. oracleeoadaptor
  24493. orchestra
  24494. order
  24495. organizational
  24496. organized
  24497. organizing
  24498. oriented
  24499. origin
  24500. original
  24501. originally
  24502. orphaning
  24503. ortiz
  24504. os-compatible
  24505. os-only
  24506. madeU
  24507. madness
  24508. magazine
  24509. magazines
  24510. magic
  24511. magician
  24512. magnitude
  24513. mail-order
  24514. mailfoo
  24515. mailing
  24516. mailings
  24517. maintainingV
  24518. maintains
  24519. maintenance
  24520. major_
  24521. makeO
  24522. ware.
  24523. SetupGL also has some unique features:
  24524. - The texture RAM variable in the structGLInfo allows you to specify an amount of texture memory, over and above the buffer requirements, that the device must have to satisfy your requirements.  This allows you to pick a maximum resolution and bit depth and allow SetupGL to find the resolution and bit depth that can actually be used while maintaining the requested amount of VRAM.  This is done by setting fDepthMust and fSizeMust to false on ent
  24525. ry, which allows SetupGL to set down in resolutions and pixel depths to get a match.
  24526. - It allows specification of a screen device to try first by enumeration of the screens.  -1 indicates the main screen.  Other screens are enumerated in order returned by DMGetFirstScreenDevice and DMGetNextScreenDevice with 0 being the first screen returned.  If allocations on the desired screen fails SetupGL will automatically check the other screens.
  24527. - SetupGL provides the function BuildGLFromWindow a
  24528. classes
  24529. sdec/scomQ
  24530. a/roseR
  24531. a/rose
  24532. 1.2.1R
  24533. aboutS
  24534. about
  24535. developer
  24536. universityS
  24537. technical
  24538. notesT
  24539. access
  24540. acrobat_
  24541. analyzer
  24542. 1.0d6U
  24543. 1.0.1b3V
  24544. parser
  24545. 5.0.7W
  24546. adbreinitX
  24547. adbreinit
  24548. addframetomovie
  24549. addhtactions
  24550. addresmenu7.1
  24551. addvractions
  24552. adlib]
  24553. adlib
  24554. 2.6.5]
  24555. adlib
  24556. 3.0.1^
  24557. adobe_
  24558. adobe
  24559. acrobat
  24560. reader_
  24561. adorner
  24562. advanced`
  24563. advanced
  24564. color
  24565. imaging
  24566. interaction
  24567. samplea
  24568. sample
  24569. applicationsb
  24570. toolsc
  24571. terminology
  24572. 3/92d
  24573. aecdev/aedaemon
  24574. aecoercion
  24575. aegizmosg
  24576. aegizmos
  24577. 1.4.2g
  24578. aetrackerh
  24579. aetracker
  24580. aevti
  24581. dcmdi
  24582. aiffk
  24583. writer
  24584. sdevk
  24585. aiffwriter
  24586. alawm
  24587. scomm
  24588. aliasn
  24589. alias
  24590. javao
  24591. CPower Macintosh Debugger is an advanced source-code debugger for PowerPC applications. With it you can set breakpoints, single step code, examine stack variables, and so on.
  24592. Runs on either a Power Macintosh or a 68K Macintosh. In 68K mode, it is used for debugging a target application running on a remote Power Macintosh.
  24593. MPW etc.img.binK
  24594. Nov 97N
  24595. power macintosh debuggerO=Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Aug 00 TC Disk 1
  24596.  - Tool Chest
  24597.  - Development Kits
  24598.  - MPW etc.
  24599. e    No Changef(MRJ Java JDirect AppleEvent Send Receiveq
  24600. Dev.CD Aug 00 TC Disk 2
  24601. KD!All Packages
  24602. Tool Chest Edition
  24603. AppleGlot 2.3
  24604.      URL Access Manager
  24605. [REVISED] Multilingual Text Editor API Preliminary Documentation
  24606. [REVISED] Inside Carbon: File Manager Reference
  24607. [REVISED] Inside Carbon: Network Services Location Manager Developer's
  24608. Inside Carbon: Apple Event Manager Reference 
  24609. Carbon Porting Guide
  24610. Jul 00L
  24611. Sep 00
  24612. de information about the the latest product configurations, which include faster clock speeds, more memory, and a larger hard disk.
  24613.   The developer note provides technical information about the
  24614.   iBook consumer portable and its features, which include a
  24615.   300 or 366-MHz PowerPC processor, built-in Ethernet port
  24616.   and modem, and the optional AirPort Card wireless LAN module.
  24617.   The developer note includes information about
  24618.   - the features of the iBook
  24619.   - some compatibility issues
  24620.   - the
  24621.  internal logic and custom ICs
  24622.   - the I/O ports and built-in I/O devices
  24623.   - the RAM expansion slot
  24624.   - the system software
  24625. --------------------------------
  24626. Power Mac G4 Developer Note
  24627. This developer note has been updated to include information about the the latest product configurations, which include faster clock speeds, FireWire booting, and Mac OS 9.
  24628.    The developer note provides technical information about the
  24629.    Power Mac G4 computer and its features, which include a
  24630.    fast Powe
  24631. all-in-one
  24632. TC Disk 1:Tool Chest:Devices:CD-ROM:How to Detect a CD:PPDev.CD Aug 00 TC Disk 1
  24633.  - Tool Chest
  24634.  - Devices
  24635.  - CD-ROM
  24636.  - How to Detect a CDV
  24637. 87910X
  24638. Aug 00^    TC Disk 1
  24639. --set theItem to choose file -- uncomment to test in an AS editor
  24640.     tell application "Finder"
  24641.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:CD-ROM:How to Detect a CD:"
  24642.         activate
  24643.     end tell
  24644. on error errMsg number errNum
  24645.     --enter statements to perform when no records are found such as...
  24646.     display dialog "Sorry, the item you selected could not be found."
  24647.     return
  24648. end try
  24649. e    No Changef
  24650. CD-ROM
  24651. Device Manager
  24652. Dev.CD Aug 00 TC Disk 1
  24653. All Packages
  24654. HowToHideYourApp
  24655. 87911X
  24656. ion draws a re-sizable window that is updated from an offscreen GWorld.  The user has control over where to allocate the GWorld's PixMap data (in VRAM, in AGP memory or in system memory).  A blitting test can then be performed to test blitting speed using CopyBits.
  24657. e    No Changef5Display Manager
  24658. Resolution
  24659. Screen
  24660. Monitor
  24661. Pixel DepthoJftp://ftp.apple.com/developer/Development_Kits/Display_Manager_SDK.sit.hqxq
  24662. Dev.CD Oct 00 SDK1
  24663. All Packages
  24664. DisplayVideoI
  24665. DisplayVideo is a sample that will display all info about all video modes supported by each installed video card with its attached monitor. This code provides a sample of how developers can discover the bit depths and timings of multisync displays.J@DisplayVideo(PPC)
  24666. DisplayVideo.c
  24667. DisplayVideo.h
  24668. DisplayVideo.mcpM
  24669. Color QuickDrawNHvideo device modes, bit depth, timings, multisync displays, DisplayVideoOVDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:DisplayVideo:PaDev.CD Aug 00 TC Disk 1
  24670.  - Sample Code
  24671.  - Devices and Hardware
  24672.  - Display Manager
  24673.  - DisplayVideoV
  24674. 89410X
  24675. Aug 00^    TC Disk 1
  24676. e    No Change
  24677.  found."
  24678.     return
  24679. end try
  24680. All Packages
  24681. QuickDraw 3DO
  24682. Dev.CD Jan 96 SSWP
  24683. Dev.CD Jan 96 SSV
  24684. 88329X
  24685. Jan 96
  24686. --set theItem to choose file -- uncomment to test in an AS editor
  24687.     tell application "Finder"
  24688.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:RAMDisk:"
  24689.         activate
  24690.     end tell
  24691. on error errMsg number errNum
  24692.     --enter statements to perform when no records are found such as...
  24693.     display dialog "Sorry, the item you selected could not be found."
  24694.     return
  24695. end try
  24696. System Software 7.5.5 with Open Transport 1.1.2 or greater present. The optimum SSW release is 8.6 with OT v2.0.3 present.
  24697. The PostScript query parser implemented in this sample is very simplistic and should not be used in production code.
  24698. NhAppleTalk, Printer Access Protocol, PAP, EOM Option, Self Send Option, EOF indication, OTPAPSampleServerOADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPAPSampleServer:PIDev.CD Aug 00 TC Disk 2
  24699.  - Sample Code
  24700.  - Networking
  24701.  - OTPAPSampleServerames extr
  24702. acted from the MacsBug strings in the code.  Navigation facilities are provided to allow viewing related pieces of code.   Special formatting may be applied to the disassembly for embedded data that cannot normally be distinguished from actual code.  There are also facilities to allow you to answer the question 
  24703. who references this location?
  24704. Issues:  Do not add this editor to versions of ResEdit before 2.1.  This editor is not part of the official ResEdit release, and has not been rigo
  24705. --set theItem to choose file -- uncomment to test in an AS editor
  24706.     tell application "Finder"
  24707.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:SimpleEditSDI.win:"
  24708.         activate
  24709.     end tell
  24710. on error errMsg number errNum
  24711.     --enter statements to perform when no records are found such as...
  24712.     display dialog "Sorry, the item you selected could not be found."
  24713.     return
  24714. end try
  24715. errors
  24716. dcmdi
  24717. aliases
  24718. dcmds
  24719. debugf
  24720. debugger
  24721. debugger
  24722. debugger
  24723. debuggerpresence
  24724. debuggerpresence
  24725. debugging
  24726. debugprefixfile
  24727. debugprefixfile
  24728. decompressionm
  24729. decompression
  24730. prefixm
  24731. decompression&scalin
  24732. decompression&scalin
  24733. decompressorm
  24734. deepscreen
  24735. deepscreen
  24736. picker
  24737. deepscreen
  24738. picker
  24739. deepscreen
  24740. picker
  24741. arithmetic
  24742. around
  24743. arrows
  24744. article
  24745. articles{
  24746. articulate
  24747. Deletedf
  24748. Videoq
  24749. Dev.CD Nov 99 TC
  24750. All Packages
  24751. A-Law sdec/scomI
  24752. A sample fat compression/decompression Sound Manager component example.
  24753. Shows how to make a compression component, a decompression component, and how to make a fat component.
  24754. Communications Toolbox
  24755. Contributed
  24756. Devices and Hardware
  24757. Files
  24758. Games
  24759. Graphics 2D
  24760. Graphics 3D
  24761. Help Systems
  24762. Human Interface Toolbox
  24763. Interapplication Comm
  24764. Memory
  24765. Networking
  24766. OS Utilities
  24767. Overview
  24768. Platforms and Tools
  24769. Printing
  24770. Processes
  24771. QuickTime
  24772. Runtime Architecture
  24773. Sound
  24774. Aug 97N1component, compression, decompression, sdec, scomO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  24775.  - Sample CodeV
  24776. 89137X
  24777. Aug 00^    TC Disk 2
  24778. e    No Change
  24779. you'll@
  24780. you'll
  24781. access
  24782. documentation
  24783. software
  24784. technolo@
  24785. yours@
  24786. yourself@
  24787. zooming@
  24788. 04/95@
  24789. 1.4.2@
  24790. 1243@
  24791. 24gc@
  24792. 3dmf@
  24793. dcock.  Some tho
  24794. convert
  24795. convert
  24796. projects
  24797. 1.0b5
  24798. converter
  24799. converttomovie
  24800. converttomovie
  24801. copybits
  24802. copybits
  24803. copymask
  24804. copybitsspeedpalette
  24805. copydeepmask
  24806. copying
  24807. copymask
  24808. corefoundation
  24809. coresample
  24810. cplustesample
  24811. cpugestalt
  24812. createdirwcusticon
  24813. createmovie
  24814. createpictfile
  24815. creator
  24816. creator
  24817. changer
  24818. development
  24819. resources
  24820. cursor
  24821. cursor
  24822. component
  24823. customget
  24824. customget
  24825. unresolved
  24826. alias
  24827. customicon
  24828. custommedia
  24829. custompiccomments
  24830. customputappend
  24831. customputsuffix
  24832. cyrillic
  24833. cyrillic
  24834. language
  24835. cyrillic
  24836. language
  24837. dashed
  24838. developerS
  24839. developers
  24840. development
  24841. dictation
  24842. digests
  24843. directions{
  24844. driver
  24845. editor
  24846. emulator
  24847. --set theItem to choose file -- uncomment to test in an AS editor
  24848.     tell application "Finder"
  24849.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:4PM 5.0:"
  24850.         activate
  24851.     end tell
  24852. on error errMsg number errNum
  24853.     --enter statements to perform when no records are found such as...
  24854.     display dialog "Sorry, the item you selected could not be found."
  24855.     return
  24856. end try
  24857. d you just happened to get the same pointer again. PortList also drops into macsbug with the message "Port not found in PortList." if you call ClosePort wit
  24858. h a pointer that was never passed to InitPort or OpenPort.
  24859. The init is really small, has little overhead, should not affect the performance of your machine. Please use it peridically for testing and debugging purposes. You'll make the Mac a nicer place to work.
  24860. General tools.imgK
  24861. Feb 94OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  24862. 89120X
  24863. 1e    No Change
  24864. - Common
  24865.     - Sun Compliant Java Runtime Environment 1.1
  24866.     - QuickTime 3 
  24867.     - QTJava.zip
  24868.     - QTJava media samples
  24869. - Mac OS:
  24870.     - System 8 or later
  24871.     - Macintosh Runtime for Java (MRJ) 2.1
  24872. - Windows 95, 98, or NT::
  24873.     - JRE/JDK from Sun Microsystems, Inc. recommended
  24874. QuickTime, Java, MRJform when no records are found such as...
  24875.     display dialog "Sorry, the item you selected could not be found."
  24876.     return
  24877. end try
  24878. e    No Changeq
  24879. Dev.CD Apr 98 SDK1
  24880. All Packages
  24881. AppleTalk SW for SNMP
  24882. Summary:  Contains latest AppleTalk stack (version 58) and MacSNMP 1.0.2
  24883. Features:  Latest binary software for AppleTalk. Needed for MacSNMP development too. Header files and documentation available with MPW and Inside Macintosh
  24884. Issues:  Single user license only. Redistribution license required from apple if you want to ship the NSI disk or the MacSNMP software to your customers
  24885. Aug 93V
  24886. 87618X
  24887. 1e    No Change
  24888. sample
  24889. source
  24890. sample
  24891. secondary
  24892. addresses
  24893. sample
  24894. makefiles
  24895. sample
  24896. sample
  24897. movieY
  24898. sample
  24899. output
  24900. sample
  24901. outputs
  24902. sample
  24903. sample
  24904. package
  24905. sample
  24906. sample
  24907. sample
  24908. sample
  24909. sample
  24910. scripts
  24911. sample
  24912. startup
  24913. sample
  24914. traffic
  24915. light
  24916. samplecode
  24917. sampledriver
  24918. samplefilter
  24919. sampleheader
  24920. sampleheader
  24921. sampleinit
  24922. sampleinit
  24923. samplerateavail
  24924. samplerateavail
  24925. samplerateavail
  24926. samplerateavail
  24927. samplesZ
  24928. sampletextconverter
  24929. All Packages
  24930. F    PowerTalkO
  24931. Dev.CD Apr 95P
  24932. Dev.CD Apr 9V
  24933. 89826X
  24934. Apr 95
  24935. b--set theItem to choose file -- uncomment to test in an AS editor
  24936.     tell application "Finder"
  24937.         open item "Dev.CD Apr 95"
  24938.         activate
  24939.     end tell
  24940. on error errMsg number errNum
  24941.     --enter statements to perform when no records are found such as...
  24942.     display dialog "Sorry, the item you selected could not be found."
  24943.     return
  24944. end try
  24945. All Packages
  24946. F    PowerTalkO
  24947. Dev.CD Apr 95P
  24948. Dev.CD Apr 9V
  24949. 89827X
  24950. Apr 95
  24951. b--set theItem to choose file -- uncomment to test in an AS editor
  24952.     tell application "Finder"
  24953.         open item "Dev.CD Apr 95"
  24954.         activate
  24955.     end tell
  24956. on error errMsg number errNum
  24957.     --enter statements to perform when no records are found such as...
  24958.     display dialog "Sorry, the item you selected could not be found."
  24959.     return
  24960. end try
  24961. All Packages
  24962. PowerTalk (PPC)O
  24963. Dev.CD Oct 94P
  24964. Dev.CD Oct 9V
  24965. 89828X
  24966. Oct 94
  24967. Feb 97L
  24968. Sep 97d
  24969. e--set theItem to choose file -- uncomment to test in an AS editor
  24970.     tell application "Finder"
  24971.         open item "Dev.CD Nov 96 TC"
  24972.         activate
  24973.     end tell
  24974. on error errMsg number errNum
  24975.     --enter statements to perform when no records are found such as...
  24976.     display dialog "Sorry, the item you selected could not be found."
  24977.     return
  24978. end try
  24979.     display dialog "Sorry, the item you selected could not be found."
  24980.     return
  24981. end try
  24982. All Packages
  24983. System 7.5 Update 2.0O
  24984. Dev.CD Jul 96 SSWP
  24985. Dev.CD Jul 96 SSV
  24986. 88744X
  24987. Jul 96
  24988. f--set theItem to choose file -- uncomment to test in an AS editor
  24989.     tell application "Finder"
  24990.         open item "Dev.CD Jul 96 SSW"
  24991.         activate
  24992.     end tell
  24993. on error errMsg number errNum
  24994.     --enter statements to perform when no records are found such as...
  24995.     display dialog "Sorry, the item you selected could not be found."
  24996.     return
  24997. end try
  24998. All Packages
  24999. System 7.5 Update 2.0V
  25000. 88745X
  25001. hat aside from the compatibility code associated with HOSTED_BY_FONT_MISCREANT, this code roughly parallels what the popup menu CDEF (ID 63) does.
  25002. PowerMacOr68K:  This snippet shows how to determine whether you are running on a Power Macintosh or on a 680x0 Macintosh.  It also provides a method for determine exactly which type of processor is running. This works around an off-by-one error with gestaltNativeCPUType.
  25003. Prefs:  This Think C application displays a sample preferences dialog con
  25004. taining edit text, radio buttons, and a file selection button, and demonstrates storage of the item settings in a preferences file.
  25005. ProgressBars 1.0:  ProgressBars is a bares bones application that demonstrates two implementations of the progress bars found in many Macintosh applications, namely the standard progress bar and the barber pole.
  25006. readLocation:  This snippet shows how to retrieve the Map control panel settings for longitude and latitude and the time offset from GMT
  25007. Reinstalla
  25008. 89629X
  25009. Apr 98^
  25010. --set theItem to choose file -- uncomment to test in an AS editor
  25011.     tell application "Finder"
  25012.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:"
  25013.         activate
  25014.     end tell
  25015. on error errMsg number errNum
  25016.     --enter statements to perform when no records are found such as...
  25017.     display dialog "Sorry, the item you selected could not be found."
  25018.     return
  25019. end try
  25020. e    No Changef
  25021. MacTCP
  25022. TCP/IPq
  25023. Dev.CD Apr 98 SDK1
  25024. All Packages
  25025. MacTCP Token Ring MTU ToolI
  25026. Summary: The MacTCP Token Ring Extension supports an MTU (maximum transmission unit) of 2000 bytes.  This tool allows users to increase this MTU size to take advantage of higher capacity networks.J
  25027. MTU Tool
  25028. Read me
  25029. Read me.txtK
  25030. Aug 92M8MacTCP 1.1, MacTCP Token Ring Extension, Token Ring cardOPDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MacTCP Token Ring MTU Tool:V
  25031. 89630X
  25032. 1e    No Change
  25033. v not functional yet,  OT Listen/Accept loop needs improvement
  25034. Mar 96
  25035. searchprocs
  25036. searchprocs
  25037. color
  25038. security
  25039. security
  25040. sedit
  25041. sedit
  25042. 1.0b3
  25043. seedcfill
  25044. selectors
  25045. playing HTML files.
  25046. - shows how to draw HTML in a window using the HTMLRenderingLib,
  25047. - shows how to use the URL utilities provided by the HTMLRenderingLib,
  25048. - shows how to maintain a history of visited links and provide call backs to the HTMLRenderingLib for providing information about visited links,
  25049. - shows h
  25050. vow to intercept URLs being displayed by the HTMLRenderingLib and re-direct them to other files.  In this example, we use this facility to allow you to launch applications by clicking on URLs that refer to application files.
  25051. - shows how to set up the drawing environment correctly for drawing other objects in the same window when the window contains a HTML rendering object.
  25052. Dec 99hnical Documentation:Develop:develop Issue 19:
  25053. current
  25054. release
  25055. mactcp
  25056. v2.0.6
  25057. mactcp
  25058. admin
  25059. v2.0.6
  25060. currently\
  25061. cursive
  25062. cursor
  25063. cursordevice
  25064. cursordevicemanager
  25065. cursordevices
  25066. cursordevicesetaccel
  25067. cursors
  25068. curve
  25069. curves
  25070. customl
  25071. customchoose
  25072. customenabler
  25073. customer
  25074. customer's
  25075. customers{
  25076. customget
  25077. customgetfile
  25078. iting an external file system.
  25079. SCSI Inquiry:  This MPW tool shows how to make a SCSI inquiry command to an HD80SC.
  25080. SCSI Simple Sample:  A simple sample that can deal with both the old and new SCSI Managers.
  25081. Serial Driver Arbitration:  This is an example of how to correctly arbitrate the serial ports.  It's taken from tech note DV 11 - Opening the Serial Ports.
  25082. SlotVInstall:  This little program installs a slot VBL task for the main screen, even if the main screen uses built-in video, bK
  25083. y getting the gdRefNum and calling GetDctlEntry to find the slot number.
  25084. Wake100:  Wake100 resets the wake up time on PowerBooks that support it (PB 100, Portable) so that it wakes up at the same time everyday.
  25085. Communications Toolbox
  25086. Contributed
  25087. Devices and Hardware
  25088. Files
  25089. Games
  25090. Graphics 2D
  25091. Graphics 3D
  25092. Help Systems
  25093. Human Interface Toolbox
  25094. Interapplication Comm
  25095. Memory
  25096. Networking
  25097. OS Utilities
  25098. Overview
  25099. Platforms and Tools
  25100. Printing
  25101. Processes
  25102. QuickTime
  25103. Runtime Architecture
  25104. Sound
  25105. This is an example of using QuickTimes FireWire video output component to play a DV stream (.dv movie) out to a DV Camera.
  25106. This code is based on VidOutApp originally written by Jay Lloyd, Casey King and Adrienne Wang.
  25107. The main component of this example is an easy to use class which encapsulates the basic set of functions required to output a DV Stream over FireWire.
  25108. Requirements: CodeWarrior Pro 5 (IDE 4.0.4), Mac OS 8.5+, QuickTime 4.0+, FireWire capable Macintosh, DV Camera, UniversalB) Interfaces 3.3.1+ or QuickTime 4.1+ SDK.
  25109. CVideoOutput.cpp
  25110. CVideoOutput.h
  25111. Read Me
  25112. SimpleVideoOut PPC
  25113. SimpleVideoOut.c
  25114. SimpleVideoOut.prj
  25115. SimpleVideoOut.rsrc
  25116. SimpleVideoOut_prefix.hNkVideo Output Component, FireWire, DV, Digital Video, Digital Video Output, Firewire Video Output, ExportingOGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Capturing:SimpleVideoOut:PRDev.CD Aug 00 TC Disk 2
  25117.  - Sample Code
  25118.  - QuickTime
  25119.  - Capturing
  25120.  - SimpleVideoOut
  25121. f--set theItem to choose file -- uncomment to test in an AS editor
  25122.     tell application "Finder"
  25123.         open item "Dev.CD Jun 97 SSW"
  25124.         activate
  25125.     end tell
  25126. on error errMsg number errNum
  25127.     --enter statements to perform when no records are found such as...
  25128.     display dialog "Sorry, the item you selected could not be found."
  25129.     return
  25130. end try
  25131. volumes
  25132. vtwinj
  25133. wired\
  25134. writerk
  25135. Summary: This folder contains sample applications that demonstrate how to develop applications that support Apple Events and the Object Model.
  25136. 7Edit is a simple text editor that is recordable and scriptable. It includes sample C and Pascal code demonstrating how to develop a recordable, scriptable application using Apple events, the Object Model, and AppleScript. Supports the Core and Text suite of events.
  25137. 7Edit 3.1
  25138. CoreSample 1.1K
  25139. May 92L
  25140. May 94MSAppleScript
  25141.  extension, Script Editor (to utilize recording and scripting features)N9AppleScript, Apple events, recordable, scriptable, scriptOYDev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Sample Applications:PaDev.CD Aug 00 TC Disk 1
  25142.  - Tool Chest
  25143.  - Interapplication Communication
  25144.  - AE Sample Applicationsendoc
  25145. international
  25146. openfwbridgefixjul97
  25147. opengl
  25148. opengl
  25149. drawsprocket
  25150. opengl
  25151. install
  25152. openwindow
  25153. opp's
  25154. optimization
  25155. optimization
  25156. demos
  25157. oracle
  25158. {I`This demo program shows how to use the Curve Codec in QuickTime to draw a vector Graphic image. J+QTVector
  25159. QTVector.zip
  25160. qv.bat
  25161. README.txt
  25162. - Common
  25163.     - Sun Compliant Java Runtime Environment 1.1
  25164.     - QuickTime 3 
  25165.     - QTJava.zip
  25166.     - QTJava media samples
  25167. - Windows 95, 98, or NT::
  25168.     - JRE/JDK from Sun Microsystems, Inc. recommendedN
  25169. QuickTime, Java, MRJOTDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:VectorGraphics.win:P_Dev.CD Aug 00 TC Disk 2
  25170.  - Sample Code
  25171.  - QuickTime
  25172.  - QuickTime for Java
  25173.  - VectorGraphics.winV
  25174. 90651X
  25175. Aug 00^    TC Disk 2
  25176. --set theItem to choose file -- uncomment to test in an AS editor
  25177.     tell application "Finder"
  25178.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:VectorGraphics.win:"
  25179.         activate
  25180.     end tell
  25181. on error errMsg number errNum
  25182.     --enter statements to perform when no records are found such as...
  25183.     display dialog "Sorry, the item you selected could not be found."
  25184.     return
  25185. end try
  25186. Read Me
  25187. Read Me.txt
  25188. rfc1332 (PPP IPCP)
  25189. rfc1334 (PPP Authentication)
  25190. rfc1378 (PPP ATCP)
  25191. rfc1570 (PPP LCP)
  25192. rfc1618 (PPP ISDN)
  25193. rfc1661 (PPP)
  25194. rfc1662 (PPP HDLC)
  25195. Dev.CD Oct 93
  25196. Dev.CD Jul 93
  25197. Dev.CD Apr 9V
  25198. 88958X
  25199. Apr 94
  25200. --set theItem to choose file -- uncomment to test in an AS editor
  25201.     tell application "Finder"
  25202.         open item "Dev.CD Apr 94
  25203. Dev.CD Jan 94
  25204. Dev.CD Oct 93
  25205. Dev.CD Jul 93
  25206. Dev.CD Apr 93"
  25207.         activate
  25208.     end tell
  25209. on error errMsg number errNum
  25210.     --enter statements to perform when no records are found such as...
  25211.     display dialog "Sorry, the item you selected could not be found."
  25212.     return
  25213. end try
  25214. All Packages
  25215. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  25216. Dev.CD Jan 94
  25217. Dev.CD Oct 93
  25218. Dev.CD Jul 93
  25219. Dev.CD Apr 93PDDev.CD Apr 94
  25220. Dev.CD Jan 94
  25221. Dev.CD Oct 93
  25222. Dev.CD Jul 93
  25223. Dev.CD Apr 9V
  25224. 88959X
  25225. Apr 94
  25226. Summary:  The QuickDraw GX Print Spooler Patch fixes a problem when trying to print to AppleShare and Novell Netware print spoolers.  This patch makes changes to the QuickDraw GX extension and the LaserWriter GX printer driver.  You should work with copies of the GX extension and GX driver, and then move the modified files into your system's Extensions folder.
  25227. These spooler patches replace any previous versions. This version fixes a problem where users were unable to patch certain localizB
  25228. ed versions of GX.
  25229. JuGX Spooler Patch Read Me
  25230. QDGX 1.1.1 Spooler Patch 1.0.2
  25231. QDGX 1.1.2 Spooler Patch 1.0.2
  25232. QDGX 1.1.3 Spooler Patch 1.0.2K
  25233. Jun 96M3QuickDraw GX (minimum 1.1.1), System 7.5 (minimum).N:QuickDraw GX spooler print patch AppleShare Novell NetwareOIDev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw GX:QDGX Spooler Patch 1.0.2:PQDev.CD Aug 00 TC Disk 1
  25234.  - Tool Chest
  25235.  - QuickDraw GX
  25236.  - QDGX Spooler Patch 1.0.2
  25237. human
  25238. interface
  25239. guidelines
  25240. human
  25241. interface
  25242. notes
  25243. human
  25244. interface
  25245. toolboxQ
  25246. humaninterfacetoolbo
  25247. hypercard
  25248. hypercard
  25249. update
  25250. installer
  25251. hypercard
  25252. toolkit
  25253. 1.0b2
  25254. hypercard
  25255. mactcp
  25256. toolkit
  25257. Dev.CD Apr 9V
  25258. 89813X
  25259. Apr 95
  25260. b--set theItem to choose file -- uncomment to test in an AS editor
  25261.     tell application "Finder"
  25262.         open item "Dev.CD Apr 95"
  25263.         activate
  25264.     end tell
  25265. on error errMsg number errNum
  25266.     --enter statements to perform when no records are found such as...
  25267.     display dialog "Sorry, the item you selected could not be found."
  25268.     return
  25269. end try
  25270. All Packages
  25271. F    PowerTalkO
  25272. Dev.CD Apr 95
  25273. Dev.CD Jan 95P
  25274. Dev.CD Apr 95
  25275. Dev.CD Jan 9V
  25276. 89814X
  25277. Apr 95
  25278. p--set theItem to choose file -- uncomment to test in an AS editor
  25279.     tell application "Finder"
  25280.         open item "Dev.CD Apr 95
  25281. Dev.CD Jan 95"
  25282.         activate
  25283.     end tell
  25284. on error errMsg number errNum
  25285.     --enter statements to perform when no records are found such as...
  25286.     display dialog "Sorry, the item you selected could not be found."
  25287.     return
  25288. end try
  25289. All Packages
  25290. F    PowerTalkO
  25291. Dev.CD Apr 95
  25292. Dev.CD Jan 95P
  25293. Dev.CD Apr 95
  25294. Dev.CD Jan 9V
  25295. 89815X
  25296. Apr 95
  25297. becausey
  25298. bechtel
  25299. become
  25300. becoming
  25301. bedford
  25302. beenx
  25303. All Packages
  25304. System 7 Tune-UpO
  25305. Dev.CD Apr 92
  25306. Dev.CD Mar 92P
  25307. Dev.CD Apr 92
  25308. Dev.CD Mar 9V
  25309. 88691X
  25310. Apr 92
  25311. e attempting to update MacTCP.  Be aware that opening or configuring MacTCP may cause it to modify itself.
  25312. NOTE:  Developers should do all new development with Open Transport where possible.
  25313. 2.0.6 Files:
  25314. MacTCP - Read Me First
  25315. MacTCP 2.x Docs:
  25316. MacTCP Developer Tools:
  25317. TCP/IP Administration.image
  25318. TCP/IP Connection.imageK
  25319. Apr 96N
  25320. MacTCP, TCP/IPO4Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:P9Dev.CD Apr 98 SDK1
  25321.  - Development Kits (Disc 1)
  25322.  - MacTCPrt the thread mananger then IB7 need to handle the yield/suspend/resume thread issues.
  25323. Communications Toolbox
  25324. Contributed
  25325. Devices and Hardware
  25326. Files
  25327. Games
  25328. Graphics 2D
  25329. Graphics 3D
  25330. Help Systems
  25331. Human Interface Toolbox
  25332. Interapplication Comm
  25333. Memory
  25334. Networking
  25335. OS Utilities
  25336. Overview
  25337. Platforms and Tools
  25338. Printing
  25339. Processes
  25340. QuickTime
  25341. Runtime Architecture
  25342. Sound
  25343. Aug 96M
  25344. OpenTransportN
  25345. C++ OpenTransportO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  25346.  - Sample Code opening the door to 
  25347. Summary:  This package contains:
  25348.  current release of MacTCP  (v2.0.6) and MacTCP Admin (v2.0.6)
  25349.  TCP/IP Connection for Macintosh (v2.0.4)
  25350.  TCP/IP Administration for Macintosh (v2.0.4)
  25351. This folder also includes:
  25352.  MacTCP 2.0.6 Release Notes
  25353.  an updater for the MacTCP and MacTCP Admin control panels (from v2.0.4 to 2.0.6)
  25354.  MacTCP development tools and documentation
  25355. IMPORTANT NOTES
  25356.  This is one of the electronic distribution channels available for MacTCP documentation and developer to
  25357. ols.  These options replace the separate Developer Kits previously available for individual networking products.
  25358.  Only the MacTCP and MacTCP Admin control panels have changed to 2.0.6.  The Connection and Administration disks have not been re-rolled to use the new files.
  25359. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  25360. dash, line, PostScript, printerk 1
  25361. All Packages
  25362. Snapshot
  25363. AThis program demonstrates how to easily capture the main screen's desktop image into your own window.  It simply uses a custom offscreen pixmap with an identical copy of the main device's colortable to store the image.
  25364. Updated to work with modern (1999) Mac OS.  Fixed a PixMap disposing bug.  Updated casts and headers.
  25365. J3SnapShot(PPC)
  25366. Snapshot.c
  25367. SnapShot.mcp
  25368. Snapshot.rsrcM    QuickDrawN
  25369. CopyBits, Screen CopyO9Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Snapshot:PADev.CD Aug 00 TC Disk 1
  25370.  - Sample Code
  25371.  - Graphics 2D
  25372.  - SnapshotV
  25373. 88614X
  25374. Aug 00^    TC Disk 1
  25375. e    No Change
  25376. meters
  25377. metertest
  25378. metrics
  25379. metrowerks
  25380. microphone
  25381. middleware
  25382. music
  25383. movie
  25384. converter
  25385. missA
  25386. mixed
  25387. mixerl
  25388. modal
  25389. modal
  25390. dialog
  25391. inserted
  25392. events
  25393. modaldialog
  25394. modaldialog
  25395. model
  25396. modes
  25397. modifymouseaccl
  25398. moduleN
  25399. monitor
  25400. moofwars
  25401. morefiles
  25402. ?F    QuickTimeO
  25403. Dev.CD Jul 93P
  25404. Dev.CD Jul 9
  25405. gworldr
  25406. fonts
  25407. typography
  25408. postscript
  25409. sample
  25410. gxgraphics
  25411. hairline
  25412. halftone
  25413. handler
  25414. handlers
  25415. handles
  25416. handoff
  25417. handwriting
  25418. handy
  25419. handyman
  25420. hwindowide
  25421. hwindowide
  25422. draghook
  25423. hypercardn
  25424. ibook
  25425. color
  25426. colour
  25427. table
  25428. ciconhandle
  25429. ctabhandle
  25430. icons
  25431. identification
  25432. image
  25433. imaging
  25434. indexj
  25435. information
  25436. infoscrap
  25437. input
  25438. inputsprocket
  25439. inputsprocket
  25440. drawsprocket
  25441. soundsprocket
  25442. sound
  25443. interactiona
  25444. interleaving
  25445. international
  25446. international
  25447. glossaries
  25448. internationalization
  25449. internet
  25450. interrupt
  25451. invert
  25452. he PowerPC side of the app. 
  25453. JsPlayVideo(PPC)
  25454. PlayVideo.c
  25455. PlayVideo.mcp
  25456. Read Me
  25457. RequestVideo.c
  25458. RequestVideo.h
  25459. RequestVideo.rsrc
  25460. verbose debug codeM
  25461. Display Manager 1.0, which is built into the Systems included with the first PowerMacs up through System 7.5. Display Manager 2.0 was first introduced in System 7.5.2 and is built into the system for all Macintoshes with the release of System 7.5.3.N
  25462. Display Manager, Play VideoO[Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:PfDev.CD Aug 00 TC Disk 1
  25463.  - Sample Code
  25464.  - Devices and Hardware
  25465.  - Display Manager
  25466.  - Play Video Sample
  25467. VMSify is a sample STREAMS module that actually does something useful (well, noticable).  VMSify is largely derived from the StreamNOP source, but it is extended to demonstrate simple address detection and data munging.
  25468. VMSify's functionality is relatively silly.  It detects whether the stream is a telnet session (looking for outgoing connections on port 23) and, if it is, upper cases all the data returned from the server.  The upshot is that if you install the software and log into a UNIB
  25469. X machine using a Mac OS telnet application, all the returned text is in upper case, just like it would be if you were logging into a VMS machine.
  25470. JBRead Me
  25471. VMSify
  25472. VMSify Debug
  25473. VMSify.c
  25474. VMSify.mcp
  25475. VMSifyDebug.prefixK
  25476. Aug 00M
  25477. Open Transport 1.1.1 or higherN9STREAMS plug-in, STREAMS module, Open Transport, autopushO6Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:VMSify:P>Dev.CD Aug 00 TC Disk 2
  25478.  - Sample Code
  25479.  - Networking
  25480.  - VMSify
  25481. dramatic
  25482. dramatically
  25483. drawback
  25484. drawbacks
  25485. drawcode
  25486. drawing
  25487. drill
  25488. drive
  25489. driven
  25490. driverV
  25491. driver's
  25492. drivergestalt
  25493. drivergestalt
  25494. simple
  25495. example
  25496. drivergestaltexplore
  25497. drivergestaltexplore
  25498. sample
  25499. showing
  25500. driverse
  25501. setwindbackcolor
  25502. setwindbackcolor
  25503. sgcapture
  25504. sgcapture
  25505. sgcapture2disk
  25506. products
  25507. shadingwinds
  25508. shadingwinds
  25509. shadingwinds
  25510. shadingwinds
  25511. shadingwinds
  25512. shadingwinds
  25513. shapes
  25514. shapes
  25515. shareware
  25516. shell
  25517. shellsort
  25518. shellsort
  25519. shift
  25520. ships
  25521. ships
  25522. movie
  25523. movie
  25524. showalldrivequeueele
  25525. showalldrivequeueele
  25526. hypercard
  25527. hypercard
  25528. update
  25529. installer
  25530. hypercard
  25531. toolkit
  25532. 1.0b2
  25533. hypercard
  25534. mactcp
  25535. toolkit
  25536. b--set theItem to choose file -- uncomment to test in an AS editor
  25537.     tell application "Finder"
  25538.         open item "Dev.CD Jul 93"
  25539.         activate
  25540.     end tell
  25541. on error errMsg number errNum
  25542.     --enter statements to perform when no records are found such as...
  25543.     display dialog "Sorry, the item you selected could not be found."
  25544.     return
  25545. end try
  25546. ibook
  25547. cache
  25548. optimization
  25549. performance
  25550. search
  25551. color
  25552. colour
  25553. table
  25554. ciconhandle
  25555. ctabhandle
  25556. desktop
  25557. dimmed
  25558. custom
  25559. color
  25560. search
  25561. color
  25562. table
  25563. copymask
  25564. makeicon
  25565. ndsprocket
  25566. sound
  25567. instance
  25568. interactiona
  25569. interleaving
  25570. international
  25571. international
  25572. glossaries
  25573. internationalization
  25574. internet
  25575. interrupt
  25576. invert
  25577. iostreams
  25578. snapshot
  25579. sample
  25580. application
  25581. shows
  25582. snapshots
  25583. snarfer
  25584. snarfing
  25585. snazzy
  25586. sndforever
  25587. sndplay
  25588. sndplaydoublebuffer
  25589. sndplaydoublebuffera
  25590. sndplaydoublebufferc
  25591. sndstartfileplay
  25592. sneak3view
  25593. sneak3view
  25594. debugging
  25595. testing
  25596. drawing
  25597. snippet
  25598. editor
  25599. resedit
  25600. editor
  25601. notes
  25602. samples
  25603. YP<Dev.CD Apr 98 SDK1
  25604.  - Development Kits (Disc 1)
  25605.  - AppleTalk AS editor
  25606.     tell application "Finder"
  25607.         open item "Dev.CD Apr 94
  25608. Dev.CD Jan 94
  25609. Dev.CD Oct 93
  25610. Dev.CD Jul 93
  25611. Dev.CD Apr 93"
  25612.         activate
  25613.     end tell
  25614. on error errMsg number errNum
  25615.     --enter statements to perform when no records are found such as...
  25616.     display dialog "Sorry, the item you selected could not be found."
  25617.     return
  25618. end try
  25619. und."
  25620.     return
  25621. end try
  25622. e    No Changeq
  25623. Dev.CD Sep 00 RL Disk 1
  25624. All Packages
  25625. develop Issue 23
  25626. 84600X
  25627. b--set theItem to choose file -- uncomment to test in an AS editor
  25628.     tell application "Finder"
  25629.         open item "Dev.CD Jul 95"
  25630.         activate
  25631.     end tell
  25632. on error errMsg number errNum
  25633.     --enter statements to perform when no records are found such as...
  25634.     display dialog "Sorry, the item you selected could not be found."
  25635.     return
  25636. end try
  25637. le is not responsible for any problems you may encounter in its use.
  25638.  Apple doesn't own this package.  Please read the copyright meB
  25639. ssage. 
  25640.  Apple doesn't support this package.  Please contact the original author(s) for support (and expressions of gratitude, as appropriate!)
  25641. JFAbout ZoneRanger
  25642. Metrowerks ZoneRanger 1.1
  25643. ZoneRanger Revision HistoryK
  25644. May 94L
  25645. Nov 94M
  25646. any Macintosh computer.N'utility, heap zones, handles, resourcesO2Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:P:Dev.CD Nov 99 TC
  25647.  - Tool Chest
  25648.  - Memory
  25649.  - ZoneRanger 1.1em is investigated and then solved using a custom color search procedure and 
  25650. continuing
  25651. offer
  25652. traditional
  25653. server
  25654. software
  25655. suite
  25656. control's@
  25657. conveniently@
  25658. cool@
  25659. copy-and-paste@
  25660. core@
  25661. couldn't@
  25662. create
  25663. create
  25664. needs@
  25665. createhypertext@
  25666. creating@
  25667. current
  25668. release
  25669. mactcp
  25670. v2.0.6
  25671. mactcp
  25672. admin
  25673. v2.0.6@
  25674. customgetfilepreview@
  25675. customizable@
  25676. customizing@
  25677. daniel@
  25678. database@
  25679. de-allocated@
  25680. debug@
  25681. december@
  25682. defaulttextbox@
  25683. defining@
  25684. demo's@
  25685. demonstrate
  25686. demonstrated@
  25687. demonstrates
  25688. demonstrates
  25689. loading
  25690. playing
  25691. saving
  25692. mulitple
  25693. sounds
  25694. show@
  25695. demostrates@
  25696. descriptions@
  25697. desk@
  25698. detect@
  25699. doesn't@
  25700. done@
  25701. dramatic@
  25702. drives@
  25703. drop@
  25704. dynamically@
  25705. quickdraw
  25706. viewer
  25707. thompson@
  25708. effect@
  25709. electronic@
  25710. elegant@
  25711. embed
  25712. profile
  25713. image
  25714. specified
  25715. image's@
  25716. ATags
  25717. ATags Manual
  25718. ATags Manual.txt
  25719. CTags
  25720. Ctags Manual
  25721. Ctags Manual.txt
  25722. Findtag
  25723. Findtag Manual
  25724. Findtag Manual.txt
  25725. PopTag
  25726. PopTag Manual
  25727. PopTag Manual.txt
  25728. PTags
  25729. Ptags Manual
  25730. Ptags Manual.txt
  25731. READ ME
  25732. READ ME.txt
  25733. Sample Startup
  25734. Tags.Help{
  25735. feature-rich
  25736. featured
  25737. features
  25738. allows
  25739. reset
  25740. interrupt
  25741. keyboard
  25742. features
  25743. allows
  25744. users
  25745. chess
  25746. network
  25747. found
  25748. accepts
  25749. accesory
  25750. accessA
  25751. accessed
  25752. accesses
  25753. accessible
  25754. accessing
  25755. accessorj
  25756. accessoriese
  25757. acclaimed
  25758. accolades
  25759. accommodates
  25760. accompanied
  25761. accompanies
  25762. accompany
  25763. accompanying
  25764. accomplish
  25765. accurate
  25766. accurately
  25767. accurately
  25768. print
  25769. image
  25770. scanned
  25771. accurately
  25772. print
  25773. image
  25774. viewed
  25775. monitor
  25776. acgis
  25777. achieve
  25778. achieved
  25779. install
  25780. netsprocket
  25781. netsprocket
  25782. netsprockettest
  25783. netsprockettest
  25784. netsprockettest
  25785. netstuff
  25786. netstuff
  25787. netstuff
  25788. networkT
  25789. network
  25790. server
  25791. guideT
  25792. network
  25793. setup
  25794. network
  25795. software
  25796. installer
  25797. networkcomm
  25798. networkcommsvcs
  25799. networking
  25800. networkingot
  25801. networks
  25802. networks
  25803. networksetup
  25804. 1.5.1
  25805. first
  25806. nubus
  25807. nubus
  25808. board
  25809. registration
  25810. object
  25811. objectcode
  25812. objecthelpers
  25813. objecthelpers
  25814. objecthelpers
  25815. objects
  25816. objects68k
  25817. objectsppc
  25818. objectsupportlib
  25819. obsolete
  25820. obsolete
  25821. pre-asip
  25822. O9Dev.CD Oct 00 SDK1:Development Kits:Hardware:CardBus DDK:PADev.CD Oct 00 SDK1
  25823.  - Development Kits
  25824.  - Hardware
  25825.  - CardBus DDKDev.CD Apr 94
  25826. Dev.CD Jan 94
  25827. Dev.CD Oct 93
  25828. Dev.CD Jul 93
  25829. Dev.CD Apr 93"
  25830.         activate
  25831.     end tell
  25832. on error errMsg number errNum
  25833.     --enter statements to perform when no records are found such as...
  25834.     display dialog "Sorry, the item you selected could not be found."
  25835.     return
  25836. end try
  25837. pixmap2pixpat2ppat
  25838. pixmap2pixpat2ppat
  25839. updated
  25840. getpixrowbytes
  25841. pixmaps
  25842. pixpat
  25843. place
  25844. placed
  25845. placement
  25846. placesh
  25847. placing
  25848. plain
  25849. plain-text
  25850. plaindbox
  25851. plaintalk
  25852. plamondon
  25853. plan{
  25854. plane
  25855. planned
  25856. planning
  25857. plans
  25858. |OKDev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:PSDev.CD Apr 98 SDK1
  25859.  - Development Kits (Disc 1)
  25860.  - MacTCP
  25861.  - MacTCP Developer ToolsV
  25862. 89628X
  25863. Apr 98^
  25864. --set theItem to choose file -- uncomment to test in an AS editor
  25865.     tell application "Finder"
  25866.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacTCP:MacTCP Developer Tools:"
  25867.         activate
  25868.     end tell
  25869. on error errMsg number errNum
  25870.     --enter statements to perform when no records are found such as...
  25871.     display dialog "Sorry, the item you selected could not be found."
  25872.     return
  25873. end try
  25874. e    No Changef!TCP/IP
  25875. networking
  25876. standards basedq
  25877. Dev.CD Apr 98 SDK1
  25878. }D!All Packages
  25879. Mac OS SDK Edition
  25880. MacTCP SDK 2.0.6
  25881.     to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  25882. Jul 93V
  25883. 87914X
  25884. 1e    No Change
  25885. |MrMacTCP 2.0.2 driver, which is available as part of the TCP/IP Connection from Macintosh product or on the E
  25886. O CDN#TCP/IP, networking, standards basedomm
  25887. Memory
  25888. Networking
  25889. OS Utilities
  25890. Overview
  25891. Platforms and Tools
  25892. Printing
  25893. Processes
  25894. QuickTime
  25895. Runtime Architecture
  25896. Sound
  25897. Mar 96M-PPC only,   OpenTransport 1.1, Thread managerN>OpenTransport, Server, Thread Manager, TCP/IP, HTTP, IOStreamsO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  25898.  - Sample CodeTechnical Documentation:ABS Technical Notes:Network Server Dev. Guide:P_Dev.CD Dec 99 RL
  25899.  - Technical Documentation
  25900.  - ABS Technical Notes
  25901.  - Network Server Dev. Guideonfig by Quinn 
  25902. The Eskimo!
  25903.   This article examines a shared preferences solution for Internet applications: how to use it in your applications, and also how it works, using the Component Manager as a robust shared library mechanism.
  25904. Multipane Dialogs by Norman Franke.  Dialog boxes with multiple panes are becoming more and more common. Thi
  25905. sdevk
  25906. seamlessly
  25907. searchj
  25908. searched
  25909. searchesy
  25910. searchingy
  25911. searchproc
  25912. searchprocs
  25913. second_
  25914. secondly
  25915. seconds
  25916. secret
  25917. secretary
  25918. secrets
  25919. section{
  25920. sectionreport
  25921. used in conjunction with AIX developer guides from IBM. Information on how to obtain the IBM AIX developer guides and tools can be found on IBM's Web site (www.ibm.com
  25922. J}MoreFiles
  25923. PutAwayOneVolume.c
  25924. PutAwayOneVolume.h
  25925. PutAwayOneVolume.rsrc
  25926. PutAwayVolumes(PPC)
  25927. PutAwayVolumes.c
  25928. PutAwayVolumes.mcpM
  25929. System 7.0N1unmount, put away, Finder Apple Events, MoreFilesO9Dev.CD Aug 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:PADev.CD Aug 00 TC Disk 1
  25930.  - Sample Code
  25931.  - Files
  25932.  - PutAwayVolumesund such as...
  25933.     display dialog "Sorry, the item you selected could not be found."
  25934.     return
  25935. end try
  25936. e    No ChangefBMacApp
  25937. Framework
  25938. Object-oriented
  25939. Classes
  25940. Editor
  25941. Resources
  25942. /A(http://developer.apple.com/tools/macapp/
  25943. Dev.CD Aug 00 TC Disk 1
  25944. All Packages
  25945. Adobe Acrobat Reader
  25946. 87559X
  25947.  "Color, Windows and 7.0" for more details.
  25948. NOTE: Clicking on the window shows the grow and goaway boxes in the highlited state.
  25949. readme
  25950. WDEFColorSample
  25951. WDEFColorSample(PPC)
  25952. WDEFColorSample.c
  25953. WDEFColorSample.h
  25954. WDEFColorSample.mcp
  25955. WDEFColorSample.r
  25956. WDEFColorSample.rsrc
  25957. WDEFColorSampleWDEF.c
  25958. locator
  25959. logengine
  25960. double
  25961. double
  25962. doubles
  25963. looksmart
  25964. looksmart
  25965. lookup
  25966. lookupmenu
  25967. lurkers
  25968. lurkers
  25969. lurkers
  25970. lurkers
  25971. lurkers
  25972. readme
  25973. lurkers
  25974. readme
  25975. hosesample
  25976. framework
  25977. graphics
  25978. primer
  25979. interfaces
  25980. guidelines
  25981. development
  25982. toolkit
  25983. runtime
  25984. architectures
  25985. encodings
  25986. samplecode
  25987. samplecode
  25988. previous
  25989. specific
  25990. files
  25991. system
  25992. alias
  25993. macapp
  25994. cdent
  25995. stuff
  25996. macapp
  25997. developer
  25998. survey
  25999. macappclassmeth
  26000. macapplication
  26001. macapplication
  26002. macapplication
  26003. macapplication
  26004. macappprogguide
  26005. updated@
  26006. 8.5.1@
  26007. animateentry@
  26008. ants@
  26009. apple@
  26010. apple
  26011. detectors@
  26012. appleevent@
  26013. appletalk@
  26014. attributes@
  26015. batch
  26016. processing@
  26017. bitmap@
  26018. card@
  26019. cfbase@
  26020. character
  26021. cmgetconfig@
  26022. fragment
  26023. manager@
  26024. loading@
  26025. codec@
  26026. coercion@
  26027. completion@
  26028. controls@
  26029. data@
  26030. debug
  26031. sound
  26032. manager
  26033. 3.2.1@
  26034. decompress@
  26035. desktop@
  26036. device
  26037. drivers@
  26038. display
  26039. manager@
  26040. driver
  26041. gestalt@
  26042. protocol@
  26043. eject@
  26044. exception@
  26045. manager
  26046. sample
  26047. code@
  26048. foreground@
  26049. getcontrolminimum@
  26050. performance
  26051. tools
  26052. summary
  26053. apple
  26054. cd-rom
  26055. handbook
  26056. provides
  26057. overview
  26058. summary
  26059. apple
  26060. chinese
  26061. handwriting
  26062. offers
  26063. another
  26064. summary
  26065. apple
  26066. grayscale
  26067. appearance
  26068. system
  26069. specif
  26070. summary
  26071. apple
  26072. international
  26073. glossaries
  26074. contains
  26075. translat
  26076. README - AudioCodec
  26077. This is a Sound Manager codec example. It will create a compressor and 
  26078. decompressor supporting the uLaw format. This compressor is a built-in 
  26079. codec already present in the Sound Manager. To install this example it 
  26080. would require the version to be greater than the one already installed 
  26081. by the Sound Manager. The example has a high version of 5.0 only for 
  26082. this reason.
  26083. Use the latest QuickTime interfaces, which includes the "ComponentIncludes" headers.
  26084. Keep your data 
  26085. in the component globals long word aligned for best performance.
  26086. The kSoundComponentManufacturer is set to '????' and should be set to 
  26087. your company's four char code. It's up to you to create this.
  26088. Your compression format needs a new four char code as well. The constant 
  26089. kCodecFormat is where you define this. You should report your format to 
  26090. Apple so that it can be included in the Sound Manager interfaces.  Note 
  26091. that all lower-case codes are reserved for Apple's use.  Your code must
  26092. changet
  26093. J8The Snarfer
  26094. The Snarfer Read Me
  26095. The Snarfer User's GuideK
  26096. Jul 92MCAny Macintosh (starting from Mac Plus) running system 6.0 or later.O/Dev.CD Nov 99 TC:Tool Chest:Networking:Snarfer:P7Dev.CD Nov 99 TC
  26097.  - Tool Chest
  26098.  - Networking
  26099.  - Snarferservices
  26100. ch-simplified
  26101. ch-simplified
  26102. chinese
  26103. chair
  26104.     display dialog "Sorry, the item you selected could not be found."
  26105.     return
  26106. end try
  26107. erve68kregsactiv
  26108. preserve68kregssendp
  26109. preserved
  26110. preserves
  26111. press
  26112. pressed
  26113. pressing
  26114. pretends
  26115. pretty
  26116. prevailing
  26117. prevent
  26118. prevented
  26119. prevents
  26120. previews
  26121. previews
  26122. previousi
  26123. previously
  26124. prgeneral
  26125. prgram
  26126. th System 7.5.
  26127. AppleTalk
  26128. MacSNMP - Read Me First
  26129. MacSNMP demo and test:
  26130. MacSNMP Dev Docs:
  26131. MacSNMP Update 1.1.1:
  26132. MacTCP
  26133. SNMP Transports Dev Kit:K
  26134. Jan 96O5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:P:Dev.CD Apr 98 SDK1
  26135.  - Development Kits (Disc 1)
  26136.  - MacSNMP  --enter statements to perform when no records are found such as...
  26137.     display dialog "Sorry, the item you selected could not be found."
  26138.     return
  26139. end try
  26140. e    No Changeq
  26141. Dev.CD Aug 00 TC Disk 1
  26142. All Packages
  26143. HyperCard 2.4 Update
  26144. 87916X
  26145. isplay dialog "Sorry, the item you selected could not be found."
  26146.     return
  26147. end try
  26148. e    No Changef>NetSprocket
  26149. networking
  26150. multi-player
  26151. internet
  26152. AppleTalkq
  26153. Dev.CD Aug 00 TC Disk 1
  26154. All Packages
  26155. Network Management (SNMP)
  26156. 86523X
  26157. you'll
  26158. Adobe Acrobat Reader.O@Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:PEDev.CD Sep 00 RL Disk 1
  26159.  - Technical Documentation
  26160.  - Human InterfaceV
  26161. 87914X
  26162. Sep 00^    RL Disk 1
  26163. --set theItem to choose file -- uncomment to test in an AS editor
  26164.     tell application "Finder"
  26165.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:"
  26166.         activate
  26167.     end tell
  26168. on error errMsg number errNum
  26169.     --enter statements to perform when no records are found such as...
  26170.     display dialog "Sorry, the item you selected could not be found."
  26171.     return
  26172. end try
  26173. e    No Changeq
  26174. Dev.CD Sep 00 RL Disk 1
  26175. All Packages
  26176. HW Bring-up Tools
  26177. 87915X
  26178. tive treatment of NURB curves tells you what you need to know.
  26179. Using C++ Exceptions in C by Avi Rappoport. Exceptions in C++ provide a powerful and useful way to handle errors and other unexpe
  26180. IbSnippet to demonstrate the use of the system 7 popup control cdef in a program using modal dialogsJ>Dialog popups.mcp
  26181. DialogTest(PPC)
  26182. DialogTest.c
  26183. DialogTest.rsrcN
  26184. popup, CDEFOJDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Dialog popups:PRDev.CD Aug 00 TC Disk 2
  26185.  - Sample Code
  26186.  - Human Interface Toolbox
  26187.  - Dialog popupsV
  26188. 89398X
  26189. Aug 00^    TC Disk 2
  26190. --set theItem to choose file -- uncomment to test in an AS editor
  26191.     tell application "Finder"
  26192.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Dialog popups:"
  26193.         activate
  26194.     end tell
  26195. on error errMsg number errNum
  26196.     --enter statements to perform when no records are found such as...
  26197.     display dialog "Sorry, the item you selected could not be found."
  26198.     return
  26199. end try
  26200. e    No Changef
  26201. popup
  26202. CDEFq
  26203. Dev.CD Aug 00 TC Disk 2
  26204. All Packages
  26205. DialogBits
  26206. 89399X
  26207. fOMDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:PXDev.CD Aug 00 TC Disk 2
  26208.  - Sample Code
  26209.  - QuickTime
  26210.  - QuickTime for Java
  26211.  - TransitionsV
  26212. 90630X
  26213. Aug 00^    TC Disk 2
  26214. --set theItem to choose file -- uncomment to test in an AS editor
  26215.     tell application "Finder"
  26216.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:"
  26217.         activate
  26218.     end tell
  26219. on error errMsg number errNum
  26220.     --enter statements to perform when no records are found such as...
  26221.     display dialog "Sorry, the item you selected could not be found."
  26222.     return
  26223. end try
  26224. e    No Changef
  26225. QuickTime
  26226. Dev.CD Aug 00 TC Disk 2
  26227. All Packages
  26228. TranslateRotate
  26229. 90631X
  26230. beard
  26231. beast
  26232. beasts
  26233. beautiful
  26234. became
  26235. &OADev.CD Aug 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:PIDev.CD Aug 00 TC Disk 1
  26236.  - Tool Chest
  26237.  - Printing
  26238.  - PostScript UtilitiesV
  26239. 89798X
  26240. Aug 00^    TC Disk 1
  26241. --set theItem to choose file -- uncomment to test in an AS editor
  26242.     tell application "Finder"
  26243.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Printing:PostScript Utilities:"
  26244.         activate
  26245.     end tell
  26246. on error errMsg number errNum
  26247.     --enter statements to perform when no records are found such as...
  26248.     display dialog "Sorry, the item you selected could not be found."
  26249.     return
  26250. end try
  26251. e    No Changeq
  26252. Dev.CD Aug 00 TC Disk 1
  26253. All Packages
  26254. PostScriptHandleDemoIgThis sample shows how to use the PostScriptHandle PicComment to send PostScript to PostScript printers.J
  26255. About PSHdlDemo.text
  26256. PostScriptHandleDemo(PPC)
  26257. PostScriptHandleDemo.mcp
  26258. PostScriptHandleDemo.rsrc
  26259. PrintComments.p
  26260. PS Text
  26261. PSHdlDemo.pOBDev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:V
  26262. 89799X
  26263. 1e    No Change
  26264. interrupted
  26265. intersect
  26266. intersection
  26267. intersects
  26268. intertask
  26269. interval
  26270. intervention
  26271. interview-based
  26272. intimate
  26273. intoB
  26274. intra
  26275. intranets
  26276. intricacies
  26277. intrinsic
  26278. intro
  26279. introduce
  26280. introducedu
  26281. introduces
  26282. introducing
  26283. <PUDev.CD Nov 99 TC
  26284.  - Programs & Marketing
  26285.  - Apple Directions
  26286.  - Apple Directions 1996V
  26287. 89180X
  26288. Nov 99^
  26289. --set theItem to choose file -- uncomment to test in an AS editor
  26290.     tell application "Finder"
  26291.         open item "Dev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:"
  26292.         activate
  26293.     end tell
  26294. on error errMsg number errNum
  26295.     --enter statements to perform when no records are found such as...
  26296.     display dialog "Sorry, the item you selected could not be found."
  26297.     return
  26298. end try
  26299. Deletedq
  26300. Dev.CD Nov 99 TC
  26301. =D!All Packages
  26302. Tool Chest Edition
  26303. Apple Directions 1997I:Summary:  Apple Directions, The Developer Business Report.
  26304. Apple Directions 01/97
  26305. Apple Directions 02/97
  26306. Apple Directions 03/97
  26307. Apple Directions 04/97
  26308. Apple Directions 05/97.pdf
  26309. Apple Directions 06/97.pdf
  26310. Apple Directions 07/97.pdf
  26311. Apple Directions 08/97.pdf
  26312. Apple Directions 09/97.pdf
  26313. Apple Directions 10/97.pdf
  26314. Apple Directions 11/97.pdf
  26315. Feb 97L
  26316. Sep 97d
  26317. software
  26318. system
  26319. system
  26320. software
  26321. edition
  26322. toolP
  26323. chest
  26324. editionP
  26325. ket.J
  26326. aevt.c
  26327. App.h
  26328. events.c
  26329. GameSample.
  26330. .rsrc
  26331. Global.h
  26332. init.c
  26333. main.c
  26334. makefile
  26335. NetSprocketTest.CW2.prj
  26336. NetSprocketTest.CW5.prj
  26337. NetStuff.cp
  26338. NetStuff.h
  26339. NewNSpTest
  26340. Proto.h
  26341. windows.cK
  26342. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  26343. O:Dev.CD Aug 00 TC Disk 1:Sample Code:Games:NetSprocketTest:V
  26344. 86522X
  26345. 1e    No Change
  26346. as-is
  26347. nager Q&A technote.
  26348. The Item Color Table Resource is difficult to do by hand.  This sample shows how one is done and is carefully documented.  It show how to use different color and font in EditText items.  It also show how to use color in buttons.
  26349. ItemHider:  Two sample applications, in both MPW and Turbo Pascal
  26350.  versions, show how to hide editText fields in a dialog.
  26351. jGNEFilter:  This snippet is a sample GetNextEvent filter w
  26352. hich uses the JGNEFilter mechanism described in Tech Note #85 "GetNextEvent: Blinking Apple Menu".
  26353. kcapApp:  Demonstration keyboard drawing from KCAP resource. The DrawKeyCaps function draws the key caps, given a set of  modifiers (in the high byte of the modifier short parameter) and KCHR and KCAP resource IDs, using the current pen in  the current GrafPort .
  26354. KeyMapTest:  Shows how to interpret the results of GetKeys.
  26355. ListInDialog:  A snippet that shows how to put a List Manager list i
  26356. after
  26357. module
  26358. process
  26359. manager@
  26360. aiff@
  26361. aliases@
  26362. allocators@
  26363. apple
  26364. events
  26365. spell
  26366. grammar
  26367. writeswell
  26368. spellswell
  26369. working@
  26370. appleevent
  26371. interaction
  26372. aeinteractwithuser@
  26373. applescript
  26374. apple
  26375. events
  26376. recordable
  26377. scriptable
  26378. script@
  26379. applesearch@
  26380. arrangement@
  26381. authentication@
  26382. bitblitz@
  26383. bits@
  26384. capture@
  26385. color
  26386. picker
  26387. palette@
  26388. component
  26389. compression
  26390. decompression
  26391. scom@
  26392. contextual@
  26393. copybits
  26394. palette
  26395. setpalette
  26396. newpalette@
  26397. counters@
  26398. current@
  26399. cursors@
  26400. debugger
  26401. macsbug
  26402. debugger
  26403. detection
  26404. debuggerpresence@
  26405. developer
  26406. documentation
  26407. publications
  26408. technical
  26409. document@
  26410. disk@
  26411. docs@
  26412. dram@
  26413. driver@
  26414. drivergestalt@
  26415. environment@
  26416. synchronization
  26417. backup
  26418. assistant
  26419. folder
  26420. duplicatio@
  26421. formatasdos@
  26422. gestalt@
  26423. getpppstatus@
  26424. Summary:  This folder contains the MacSNMP developer's kit. It has all the interface files, documentation, demo and test software that are necessary to start development of agents for the MacSNMP architecture.
  26425. This folder also contains the MacSNMP transport developer's kit. It contains all the additional information you would need to implement SNMP over transports other than AppleTalk or TCP (which are supplied by Apple).
  26426. In order to install a working SNMP client on your Macintosh, you n
  26427. eed to install the AppleTalk Connection and/or TCP/IP Connection product software. These products are included on E.T.O. - an alias has been provided for your convenience.
  26428. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  26429. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  26430. p--set theItem to choose file -- uncomment to test in an AS editor
  26431.     tell application "Finder"
  26432.         open item "Dev.CD Apr 95
  26433. Dev.CD Jan 95"
  26434.         activate
  26435.     end tell
  26436. on error errMsg number errNum
  26437.     --enter statements to perform when no records are found such as...
  26438.     display dialog "Sorry, the item you selected could not be found."
  26439.     return
  26440. end try
  26441. version
  26442. windowed
  26443. allows
  26444. creation
  26445. version
  26446. cleaned
  26447. implementation
  26448. added
  26449. context
  26450. version-specific
  26451. versionedit
  26452. b--set theItem to choose file -- uncomment to test in an AS editor
  26453.     tell application "Finder"
  26454.         open item "Dev.CD Jul 95"
  26455.         activate
  26456.     end tell
  26457. on error errMsg number errNum
  26458.     --enter statements to perform when no records are found such as...
  26459.     display dialog "Sorry, the item you selected could not be found."
  26460.     return
  26461. end try
  26462. t 00 SDK1
  26463.  - Development Kits
  26464.  - Mac OS
  26465.  - Apple Data Detectors SDKound."
  26466.     return
  26467. end try
  26468. e    No Changef;PCI ndrv driver loader
  26469. driver
  26470. device driver
  26471. Load PCI Driverq
  26472. Dev.CD Aug 00 TC Disk 1
  26473. All Packages
  26474. TransferProvider
  26475. 87445X
  26476. break
  26477. breakline
  26478. breaks
  26479. breakthroughs
  26480. breeze
  26481. brian
  26482. bridge
  26483. bridges
  26484. brief
  26485. brigham
  26486. brightness
  26487. bring
  26488. bring-up
  26489. bringing
  26490. brings
  26491. brink
  26492. broadcast
  26493. broadcast-ready
  26494. brochure
  26495. browser
  26496. browsers
  26497. browsing
  26498. 89300X
  26499. Apr 98^
  26500. --set theItem to choose file -- uncomment to test in an AS editor
  26501.     tell application "Finder"
  26502.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:"
  26503.         activate
  26504.     end tell
  26505. on error errMsg number errNum
  26506.     --enter statements to perform when no records are found such as...
  26507.     display dialog "Sorry, the item you selected could not be found."
  26508.     return
  26509. end try
  26510. Deletedf
  26511. ColorSync Photoshop Plug-insq
  26512. Dev.CD Apr 98 SDK1
  26513. 5D!All Packages
  26514. Mac OS SDK Edition
  26515. Communications Toolbox
  26516.     contains a "What's new" readme file that describes the bug fixes and feature enhancements in version 1.5.1 (the new release) of the Speech Recognition extension.
  26517. Input from early adopters of Apple's speech recognition technology has contributed greatly to the Speech Recognition Manager API. If you find bugs in the extension or documentation, please use the Apple Bug Reporter stack. Include t
  26518. unsupported
  26519. libraries
  26520. untitled
  26521. untitled
  26522. 1.4mb
  26523. format
  26524. untitled
  26525. unwrapcommenttext
  26526. update
  26527. updated
  26528. updated
  26529. documentation
  26530. updated
  26531. grayscale
  26532. appearance
  26533. updater
  26534. updates
  26535. updates
  26536. updates
  26537. patches
  26538. updating
  26539. updating
  26540. drivers
  26541. upgrader
  26542. upgrader
  26543. 1.2.3
  26544. engines
  26545. upgrading
  26546. upgrading
  26547. bbedit
  26548. uprocessguts
  26549. uprocessguts
  26550. uprocessldef
  26551. uprocessldef
  26552. uprocessutils
  26553. uprocessutils
  26554. access
  26555. access
  26556. scripting
  26557. urlaccess
  26558. urlaccess
  26559. urlaccess
  26560. urlaccess
  26561. urlaccess68k
  26562. urlaccess68k
  26563. urlaccesslib
  26564. urlaccesslib
  26565. sample
  26566. sample
  26567. traffic
  26568. light
  26569. samplerateavail
  26570. saving
  26571. scale
  26572. 89154X
  26573. Aug 00^    TC Disk 1
  26574. --set theItem to choose file -- uncomment to test in an AS editor
  26575.     tell application "Finder"
  26576.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Sample Applications:"
  26577.         activate
  26578.     end tell
  26579. on error errMsg number errNum
  26580.     --enter statements to perform when no records are found such as...
  26581.     display dialog "Sorry, the item you selected could not be found."
  26582.     return
  26583. end try
  26584. e    No Changef5AppleScript
  26585. Apple events
  26586. recordable
  26587. scriptable
  26588. scriptq
  26589. Dev.CD Aug 00 TC Disk 1
  26590. All Packages
  26591. AE Tools
  26592. *Summary: This folder contains tools that are useful in developing Apple event-aware applications.
  26593. Features: Tools that will test and debug Apple events; build 'aete' resources; build, send, and verify Apple event records; debug the OSL; MacsBug dcmds; FKEYS; send Apple events via XCMDS; and more.
  26594. May 92L
  26595. May 95V
  26596. 89155X
  26597. 1e    No Change
  26598. family{
  26599. fancy
  26600. 89276X
  26601. Aug 97^
  26602. --set theItem to choose file -- uncomment to test in an AS editor
  26603.     tell application "Finder"
  26604.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Handwriting Kit 1.0:"
  26605.         activate
  26606.     end tell
  26607. on error errMsg number errNum
  26608.     --enter statements to perform when no records are found such as...
  26609.     display dialog "Sorry, the item you selected could not be found."
  26610.     return
  26611. end try
  26612. e    No Changef5Chinese
  26613. handwriting
  26614. input
  26615. keyboard
  26616. tablet
  26617. Dev.CD Aug 97 TC
  26618. D!All Packages
  26619. Tool Chest Edition
  26620. Chinese Language KitI*Installer for the Chinese Language Kit 2.0J
  26621. CLK 2.0 GMc1K
  26622. Feb 95L
  26623. May 98N+Chinese Language Kit Traditional SimplifiedO9Dev.CD May 00 TC:Language Kits:Chinese Language Kits 2.0:P>Dev.CD May 00 TC
  26624.  - Language Kits
  26625.  - Chinese Language Kits 2.0V
  26626. 89277X
  26627. May 00^
  26628. #, the item you selected could not be found."
  26629.     return
  26630. end try
  26631. All Packages
  26632. System 7.5 Update 1.0O
  26633. Dev.CD Jul 95P
  26634. Dev.CD Jul 9V
  26635. 88723X
  26636. 89374X
  26637. Sep 00^    RL Disk 1
  26638. --set theItem to choose file -- uncomment to test in an AS editor
  26639.     tell application "Finder"
  26640.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:"
  26641.         activate
  26642.     end tell
  26643. on error errMsg number errNum
  26644.     --enter statements to perform when no records are found such as...
  26645.     display dialog "Sorry, the item you selected could not be found."
  26646.     return
  26647. end try
  26648. e    No Changeq
  26649. Dev.CD Sep 00 RL Disk 1
  26650. All Packages
  26651. develop Issue 22
  26652. 89375X
  26653. summary
  26654. ecords are found such as...
  26655.     display dialog "Sorry, the item you selected could not be found."
  26656.     return
  26657. end try
  26658. All Packages
  26659. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  26660. Dev.CD Jan 94
  26661. Dev.CD Oct 93
  26662. Dev.CD Jul 93P6Dev.CD Apr 94
  26663. Dev.CD Jan 94
  26664. Dev.CD Oct 93
  26665. Dev.CD Jul 9V
  26666. 87301X
  26667. Apr 94
  26668. aterappley
  26669. latestR
  26670. latest
  26671. specification
  26672. profiles
  26673. latitude
  26674. latter
  26675. basic
  26676. sample
  26677. printer
  26678. driver
  26679. macintosh
  26680. writing
  26681. codecs
  26682. update
  26683. appearance
  26684. 1.0.3
  26685. original
  26686. version
  26687. gimedapalette
  26688. chang
  26689. drawsprocket
  26690. which
  26691. provides
  26692. support
  26693. inputsprocket
  26694. which
  26695. provides
  26696. support
  26697. package
  26698. contains
  26699. drive
  26700. setup
  26701. v1.7.2
  26702. program
  26703. provides
  26704. quick
  26705. example
  26706. change
  26707. palette
  26708. applet
  26709. demonstrates
  26710. stream
  26711. movie
  26712. application
  26713. demonstrates
  26714. create
  26715. check
  26716. application
  26717. demonstrates
  26718. rubber-banding
  26719. application
  26720. demonstrates
  26721. which
  26722. application
  26723. displays
  26724. sample
  26725. preferences
  26726. dialog
  26727. contai
  26728. application
  26729. displays
  26730. default
  26731. window
  26732. colors
  26733. stored
  26734. application
  26735. intended
  26736. example
  26737. All Packages
  26738. QTMusicTooIUThese samples show all of the QuickTime Music features introduced with QuickTime 2.0.
  26739. 88300X
  26740. 1e    No Change
  26741. wired
  26742. wombat
  26743. workstation
  26744. world
  26745. world
  26746. wrapper
  26747. writerk
  26748. writing
  26749. yellow
  26750. yellow
  26751. yellow
  26752. zanzibar
  26753. zeroscrap
  26754. zoomtowindowdevice
  26755. aO9Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:P>Dev.CD May 00 TC
  26756.  - Language Kits
  26757.  - Arabic Language Kit 1.0.1V
  26758. 89217X
  26759. May 00^
  26760. --set theItem to choose file -- uncomment to test in an AS editor
  26761.     tell application "Finder"
  26762.         open item "Dev.CD May 00 TC:Language Kits:Arabic Language Kit 1.0.1:"
  26763.         activate
  26764.     end tell
  26765. on error errMsg number errNum
  26766.     --enter statements to perform when no records are found such as...
  26767.     display dialog "Sorry, the item you selected could not be found."
  26768.     return
  26769. end try
  26770. Deletedq
  26771. Dev.CD May 00 TC
  26772. All Packages
  26773. F    ARPSample
  26774. PAddress Resolution Protocol (ARP) is a protocol for mapping protocol (eg IP) addresses to hardware (eg Ethernet) addresses.  The OT ARP module provides an ARP service that is used by the OT TCP/IP stack. This sample demonstrates how you can get direct access to the ARP module to, amongst other things, add and remove ARP cache entries.
  26775. Jun 98V
  26776. 89218X
  26777. 1e    No Change
  26778. h-norwegian
  26779. levelsa
  26780. leverages
  26781. lexical
  26782. lexicon
  26783. librariesg
  26784. libraries
  26785. librariesthat
  26786. libraryA
  26787. licenced
  26788. license_
  26789. licensed
  26790. liking
  26791. limit
  26792. limitation
  26793. limitations
  26794. limitedy
  26795. limiting
  26796. lindenberg
  26797. linear
  26798. lines
  26799. particularZ
  26800. particularly
  26801. parties
  26802. partition
  26803. partitions
  26804. partners
  26805. partnership
  26806. partnerships
  26807. partsZ
  26808. party
  26809. pascalb
  26810. pascal
  26811. example
  26812. demonstrating
  26813. dialog
  26814. pascal
  26815. example
  26816. which
  26817. monitors
  26818. keymap
  26819. displays
  26820. pascal's
  26821. pascal/handle
  26822. pci-based
  26823. pci-the{
  26824. pcmcia
  26825. pending
  26826. pentiumZ
  26827. people[
  26828. perfectly
  26829. performf
  26830. PLDev.CD Aug 00 TC Disk 2
  26831.  - Sample Code
  26832.  - Overview
  26833.  - Sample (Traffic Light)V
  26834. 90144X
  26835. Aug 00^    TC Disk 2
  26836. --set theItem to choose file -- uncomment to test in an AS editor
  26837.     tell application "Finder"
  26838.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:Sample (Traffic Light):"
  26839.         activate
  26840.     end tell
  26841. on error errMsg number errNum
  26842.     --enter statements to perform when no records are found such as...
  26843.     display dialog "Sorry, the item you selected could not be found."
  26844.     return
  26845. end try
  26846. e    No Changef
  26847. Framework
  26848. Traffic Lightq
  26849. Dev.CD Aug 00 TC Disk 2
  26850. All Packages
  26851. SampleMakeEffectMovieI}This application takes the video tracks from zero, one, or two movies and creates a new movie with an effects track for them.V
  26852. 90145X
  26853. 1e    No Change
  26854. 89627X
  26855. Apr 98^
  26856. --set theItem to choose file -- uncomment to test in an AS editor
  26857.     tell application "Finder"
  26858.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacSNMP:"
  26859.         activate
  26860.     end tell
  26861. on error errMsg number errNum
  26862.     --enter statements to perform when no records are found such as...
  26863.     display dialog "Sorry, the item you selected could not be found."
  26864.     return
  26865. end try
  26866. e    No Changeq
  26867. Dev.CD Apr 98 SDK1
  26868. |D!All Packages
  26869. Mac OS SDK Edition
  26870. MacTCP Developer Tools
  26871. Summary:  Contains documentation, header files, and tools to enable developers to write applications which use MacTCP as a networking protocol.
  26872. Issues:  User license required for MacTCP. Redistribution license required from Apple if you want to ship the MacTCP driver to your customers
  26873. J]802 LAP:
  26874. HyperCard MacTCP Toolkit 1.0:
  26875. MacTCP LAP Tech Note
  26876. Universal Interfaces:
  26877. ZapTCP 1.1:K
  26878. Aug 93nge
  26879. t need to be complex, as the simple tools presented here wil
  26880. -e    No Changef
  26881. Color Picker
  26882. Paletteq
  26883. Dev.CD Aug 00 TC Disk 1
  26884. All Packages
  26885. F    ColorCDEF
  26886. This working sample defproc emulates the features of the standard button control for system software 7.0 on the macintosh. This defproc, while completely functional is intended as an explanatory example to show some of the basics of writing your own defproc. 
  26887. J)ColorCDEF.mcp
  26888. readme
  26889. ColorCDEF
  26890. SampCtrl.pN
  26891. CDEFOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ColorCDEF:PNDev.CD Aug 00 TC Disk 2
  26892.  - Sample Code
  26893.  - Human Interface Toolbox
  26894.  - ColorCDEFV
  26895. 89294X
  26896. Aug 00^    TC Disk 2
  26897. e    No Change
  26898. onverter
  26899. soundsprocket
  26900. soundunit
  26901. sourceO
  26902. develop-ers
  26903. --set theItem to choose file -- uncomment to test in an AS editor
  26904.     tell application "Finder"
  26905.         open item "Dev.CD Dec 99 RL:Technical Documentation:Inside Macintosh:"
  26906.         activate
  26907.     end tell
  26908. on error errMsg number errNum
  26909.     --enter statements to perform when no records are found such as...
  26910.     display dialog "Sorry, the item you selected could not be found."
  26911.     return
  26912. end try
  26913. Deletedq
  26914. Dev.CD Dec 99 RL
  26915. All Packages
  26916. AE Interaction Sample
  26917. 3This sample provides an interractive demonstration of what the different Apple event Manager interraction levels mean at the user level.  Specifically this sample illustrates what it means when you provide one of the constants kAENeverInteract, kAECanInteract, or kAEAlwaysInteract as a parameter to AESend.
  26918. JwRead Me 
  26919.  Interaction Sample
  26920. Receiver
  26921. Receiver.mcp
  26922. Receiver.rsrc
  26923. reciever.c
  26924. Sender(PPC)
  26925. sender.c
  26926. Sender.mcp
  26927. Sender.rsrcM
  26928. System 7.0N+AppleEvent, interaction, AEInteractWithUser
  26929. driver
  26930. gestalt
  26931. driver
  26932. table
  26933. drivergestalt
  26934. drivergestalt
  26935. drivergestaltexplore
  26936. drivers
  26937. utilities
  26938. dtscpluslibrary
  26939. dumparpcache
  26940. dumpnetworksetup
  26941. dumpobj
  26942. duplication
  26943. dynamic
  26944. dynamic
  26945. linking
  26946.    *  CustomEnabler
  26947.     -  Provides source code a
  26948. s an example of a SystemSoft custom enabler to
  26949. support multiple cards
  26950.    *  Another CustomEnabler
  26951.     -  Provides source code as an example of a custom enabler designed to
  26952. correct the IBM OEM Ethernet PC Card.
  26953.   Tools
  26954.    *  Display Name Registry 2.0
  26955.     -  Displays the Macintosh
  26956. s Name Registry and Device Tree
  26957.    *  TupleDumper
  26958.     -  
  26959. Dumps
  26960.  the CardBus (PCMCIA) tuples of any inserted PC cards
  26961. J)Read Me
  26962.  Documentation
  26963.  Samples
  26964.  ToolsK
  26965. Jan 00M
  26966. PowerMac / CodeWarrior IDE 2.1
  26967. c-french
  26968. c-french
  26969. canadian
  26970. ugins readme
  26971. ColorSync
  26972.  Export
  26973. ColorSync
  26974.  Filter
  26975. ColorSync
  26976.  Import
  26977. Lab Color Space ProfileK
  26978. Oct 97M#ColorSync 2.1.x and Adobe PhotoshopN
  26979. ColorSync Photoshop Plug-insOcDev.CD Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Goodies:ColorSync Photoshop Plugins 2.1:PnDev.CD Apr 98 SDK1
  26980.  - Development Kits (Disc 1)
  26981.  - ColorSync SDK
  26982.  - Goodies
  26983.  - ColorSync Photoshop Plugins 2.1 May 98 TC
  26984. All Packages
  26985. SPEC S&L v.1.0.1
  26986.  Summary:  set of Virtual User scripts and libraries for automated testing purposes
  26987. Features:
  26988. Electronic Documentation in Apple DocViewer form.
  26989. 27 different 3rd party application scripts.
  26990. 26 Virtual User libraries
  26991. Several V.U. external tools to aid test automation
  26992. Issues:  Not supported
  26993. Virtual User tools.imgK
  26994. Feb 94M
  26995. Virtual User 2.0.1OJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:V
  26996. 87061X
  26997. 1e    No Change
  26998. porting
  26999. objective-c
  27000. posers
  27001. postscript
  27002. postscript
  27003. output
  27004. filters
  27005. postscript
  27006. utilities
  27007. postscripthandledemo
  27008. power
  27009. power
  27010. debugger
  27011. power
  27012. macintosh
  27013. artwork
  27014. power
  27015. manager
  27016. powerbook
  27017. powermacor68k
  27018. powerpc
  27019. powerpc
  27020. documentation
  27021. powertalk
  27022. powertalk
  27023. primer
  27024. processorC
  27025. profile
  27026. profiler
  27027. project
  27028. projects
  27029. publications
  27030. quadra
  27031. qualified
  27032. quickdraw
  27033. r13u5
  27034. r15d1
  27035. reader_
  27036. receive
  27037. textfile
  27038. textintlsvcs
  27039. textoid
  27040. textoid
  27041. textres
  27042. textres
  27043. texttotypeintlcoerci
  27044. texttotypeintlcoerci
  27045. texture
  27046. texture
  27047. sample
  27048. textures
  27049. browsermaker
  27050. moviebrowser
  27051. moviebrowser
  27052. sighyper
  27053. hytime
  27054. snarfer
  27055. snarfer
  27056. snarfer
  27057. user's
  27058. guide
  27059. sound
  27060. manager
  27061. fully
  27062. themes
  27063. things
  27064. think
  27065. think
  27066. creator
  27067. creator
  27068. changer
  27069. creator
  27070. changer
  27071. project
  27072. creator
  27073. registration
  27074. creditsbox
  27075. creditsbox
  27076. crsrdev
  27077. crsrdev
  27078.  snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  27079. testNBP:  Test program to demonstrate case insensitivit
  27080. All Packages
  27081. QuickDraw GXO
  27082. Dev.CD Apr 95P
  27083. Dev.CD Apr 9V
  27084. 89985X
  27085. Apr 95
  27086. b--set theItem to choose file -- uncomment to test in an AS editor
  27087.     tell application "Finder"
  27088.         open item "Dev.CD Apr 95"
  27089.         activate
  27090.     end tell
  27091. on error errMsg number errNum
  27092.     --enter statements to perform when no records are found such as...
  27093.     display dialog "Sorry, the item you selected could not be found."
  27094.     return
  27095. end try
  27096. All Packages
  27097. QuickDraw GXO
  27098. Dev.CD Apr 95P
  27099. Dev.CD Apr 9V
  27100. 89986X
  27101. Apr 95
  27102. b--set theItem to choose file -- uncomment to test in an AS editor
  27103.     tell application "Finder"
  27104.         open item "Dev.CD Apr 95"
  27105.         activate
  27106.     end tell
  27107. on error errMsg number errNum
  27108.     --enter statements to perform when no records are found such as...
  27109.     display dialog "Sorry, the item you selected could not be found."
  27110.     return
  27111. end try
  27112. All Packages
  27113. QuickDraw GXO
  27114. Dev.CD Apr 95
  27115. Dev.CD Jan 95V
  27116. 89987X
  27117. imagesx
  27118. imageviewer
  27119. imagewriter
  27120. imaginable
  27121. imagine[
  27122. imaging`
  27123. immediate
  27124. immediately
  27125. impacts
  27126. implement
  27127. implementation
  27128. implementations
  27129. implemented
  27130. implementing
  27131. implemention
  27132. implements
  27133. implications
  27134. implimentation
  27135. implimenting
  27136. implmenetation
  27137. implmentations
  27138. macsbug
  27139. resourcesc
  27140. macsbugapp
  27141. macsnmp
  27142. macsnmp
  27143. macsnmp
  27144. macsnmp
  27145. developer
  27146. 1.0.2
  27147. macsnmp
  27148. programmer's
  27149. guide
  27150. macsnmp
  27151. first
  27152. macsnmp
  27153. transport
  27154. 1.0.2
  27155. macsnmp
  27156. update
  27157. 1.1.1
  27158. mactcp
  27159. mactcp
  27160. mactcp
  27161. developer
  27162. tools
  27163. mactcp
  27164. mactcp
  27165. first
  27166. mactcp
  27167. mactype
  27168. mactype
  27169. datasheet
  27170. white
  27171. paper
  27172. mag'n
  27173. magic
  27174. magic
  27175. oracle
  27176. magic
  27177. oracle
  27178. readme
  27179. magic
  27180. script
  27181. magic
  27182. magic
  27183. utility
  27184. magican
  27185. magician
  27186. magicoracle
  27187. makefile
  27188. makefilealias
  27189. makefilehelp
  27190. makeout
  27191. makethefolder
  27192. making
  27193. making
  27194. mamake
  27195. management
  27196. g--set theItem to choose file -- uncomment to test in an AS editor
  27197.     tell application "Finder"
  27198.         open item "Dev.CD Jan 96 SDK1"
  27199.         activate
  27200.     end tell
  27201. on error errMsg number errNum
  27202.     --enter statements to perform when no records are found such as...
  27203.     display dialog "Sorry, the item you selected could not be found."
  27204.     return
  27205. end try
  27206. J8Read Me First
  27207. Read Me First.txt
  27208. Sources
  27209. Testing
  27210. VUMetersK
  27211. Jan 94MHQuadra AV or other system with ARTA DSP (AT&T DSP 3210) system installedN:VUMeter, sound level meters, ARTA sample code, volume unitO>Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:PIDev.CD Aug 00 TC Disk 1
  27212.  - Tool Chest
  27213.  - Hardware
  27214.  - AV Tools
  27215.  - VUMetersV
  27216. 90676X
  27217. Aug 00^    TC Disk 1
  27218. --set theItem to choose file -- uncomment to test in an AS editor
  27219.     tell application "Finder"
  27220.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:AV Tools:VUMeters:"
  27221.         activate
  27222.     end tell
  27223. on error errMsg number errNum
  27224.     --enter statements to perform when no records are found such as...
  27225.     display dialog "Sorry, the item you selected could not be found."
  27226.     return
  27227. end try
  27228. e    No Changef7VUMeter
  27229. sound level meters
  27230. ARTA sample code
  27231. volume unitq
  27232. Dev.CD Aug 00 TC Disk 1
  27233. All Packages
  27234. Wake100V
  27235. 90677X
  27236. summary
  27237. appletalk
  27238. developer's
  27239. toolkit
  27240. inten
  27241. summary
  27242. arabic
  27243. language
  27244. combination
  27245. system
  27246. summary
  27247. audio
  27248. palette
  27249. developer
  27250. documentation
  27251. contains
  27252. summary
  27253. version
  27254. progresswindoid
  27255. hypercard
  27256. xwindow
  27257. summary
  27258. communications
  27259. toolbox
  27260. contains
  27261. summary
  27262. control
  27263. strip
  27264. control
  27265. panel
  27266. provides
  27267. summary
  27268. cyrillic
  27269. language
  27270. combination
  27271. system
  27272. summary
  27273. developer's
  27274. reference
  27275. guide
  27276. apple
  27277. networ
  27278. summary
  27279. program
  27280. demonstrates
  27281. lookup
  27282. calls
  27283. under
  27284. summary
  27285. editor
  27286. resedit
  27287. contains
  27288. summary
  27289. system
  27290. manager
  27291. provides
  27292. systematic
  27293. summary
  27294. gxifier
  27295. automatically
  27296. tables
  27297. existing
  27298. ummary
  27299. developer's
  27300. package
  27301. includes
  27302. appleshar
  27303. summary
  27304. digest
  27305. collection
  27306. article
  27307. threads
  27308. summary
  27309. document
  27310. describes
  27311. version
  27312. applesingle
  27313. at a simple te
  27314. iotracer
  27315. iotracer
  27316. iotracer
  27317. analyzer
  27318. gatewayT
  27319. ipclistcode
  27320. ipclistcode
  27321. ipclistcode
  27322. ipclister
  27323. ipclister
  27324. ipclister
  27325. ipclister
  27326. ipclister
  27327. ischeckedout
  27328. isdate
  27329. isdate
  27330. isfinderlocked
  27331. isfinderlocked
  27332. isimagewriter
  27333. isimagewriter
  27334. isimagewriter
  27335. isimagewriter
  27336. isimagewriter
  27337. iso9660
  27338. iso9660
  27339. floppy
  27340. iso9660
  27341. floppy
  27342. iso9660
  27343. autotest
  27344. dialogtest
  27345. menutest
  27346. sample
  27347. sample
  27348. sample
  27349. ispautotest
  27350. ispautotest
  27351. ispcexchangeinstalle
  27352. (** = new, * = revised)
  27353. AEGestalt:  AEGestalt is a MacApp application which shows how to make use of the built in Apple events support.
  27354. Bits o' MacApp Code:  A few MacApp snippets: Windows Menu,a view that stays centered in its superview,  TTextListView, TTextGridView, a Light Gray Adorner, and more.
  27355. Dialogs:  This MacApp sample shows how TextEdit views are enabled/disabled, in this case with radio buttons.
  27356. DTSCPlusLibrary:  This folder is chock full of useful C++ samples (80+ files!),
  27357.  including a complete  framework for writing small applications.
  27358. DumpSRec:  This MPW tool converts an arbitrary Macintosh data file or resource into Motorola S-Record format, mostly to assist in downloading code and data to EPROM programmers or non-Macintosh target platforms.
  27359. Eenie:  Eenie - example MacApp program showing how to use the Dependency mechanism and Adorners. Also shows how to use the new View format with defining customized cursors over views.
  27360. LockFile:  Demonstrates settin
  27361. PUDev.CD Aug 00 TC Disk 2
  27362.  - Sample Code
  27363.  - Human Interface Toolbox
  27364.  - SetWindBackColorV
  27365. 90181X
  27366. Aug 00^    TC Disk 2
  27367. --set theItem to choose file -- uncomment to test in an AS editor
  27368.     tell application "Finder"
  27369.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:SetWindBackColor:"
  27370.         activate
  27371.     end tell
  27372. on error errMsg number errNum
  27373.     --enter statements to perform when no records are found such as...
  27374.     display dialog "Sorry, the item you selected could not be found."
  27375.     return
  27376. end try
  27377. e    No Changef
  27378. background
  27379. color
  27380. windowq
  27381. Dev.CD Aug 00 TC Disk 2
  27382. All Packages
  27383. F    SGCaptureIbThis demo program shows how to use the SGDrawable class to display live video within a QTCanvas. 
  27384. J-README.txt
  27385. sg.bat
  27386. SGCapture
  27387. SGCapture.zip
  27388. Feb 00
  27389. OKDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SGCapture:V
  27390. 90182X
  27391. 1e    No Change
  27392. importersp
  27393. importers
  27394. exportersp
  27395. beard
  27396. beast
  27397. beasts
  27398. beautiful
  27399. became
  27400. convert
  27401. convert
  27402. projects
  27403. converter
  27404. converttext
  27405. converttext
  27406. converttextmovie
  27407. converttextmovie
  27408. converttextmovie
  27409. converttomovie
  27410. converttomovie
  27411. converttomovie
  27412. converttomovie
  27413. coolrequest
  27414. install
  27415. copybitsspeedpalette
  27416. copybitsspeedpalette
  27417. copybitsspeedpalette
  27418. copybitsspeedpalette
  27419. copybitsspeedpalette
  27420. copydeepmask
  27421. copydeepmask
  27422. copydeepmask
  27423. copydeepmask
  27424. copydeepmask
  27425. copying
  27426. copymask
  27427. copymask
  27428. copymask
  27429. copymask
  27430. coresampleb
  27431. coresample
  27432. coresample
  27433. coresample
  27434. coresample
  27435. coresample
  27436. coresample
  27437. coresample
  27438. terminology
  27439. coursesS
  27440. createcopy
  27441. simpler
  27442. simplesdiplayer
  27443. simplesdiplayer
  27444. sample
  27445. application
  27446. demonstrates
  27447. simplest
  27448. simpletext
  27449. simplified
  27450. lifies
  27451. simplify
  27452. simply
  27453. simulate
  27454. simulates
  27455. simulation
  27456. simulator
  27457. simultaneous
  27458. simultaneously
  27459. since[
  27460. single
  27461. single-link
  27462. sitez
  27463. sites
  27464. situation
  27465. situations
  27466. PVDev.CD Apr 98 SDK1
  27467.  - Development Kits (Disc 1)
  27468.  - PC Card SDKs
  27469.  - PC Card Manager 3.0an AS editor
  27470.     tell application "Finder"
  27471.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:BufCallback:"
  27472.         activate
  27473.     end tell
  27474. on error errMsg number errNum
  27475.     --enter statements to perform when no records are found such as...
  27476.     display dialog "Sorry, the item you selected could not be found."
  27477.     return
  27478. end try
  27479. e    No Changef"sound
  27480. call back
  27481. buffer
  27482. BufCallbackq
  27483. Dev.CD Aug 00 TC Disk 2
  27484. D(All Packages
  27485. Reference Library Edition
  27486. Bug Reporting
  27487. <The "Apple Bug Reporter" HyperCard stack is no longer the way to report bugs to Apple. Instead, you should report them through the World Wide Web by going to <http://gemma.apple.com/bin/bugrpt.pl>. If you do not have web access, fill out the template contained in this document and send it to <devsupport@apple.com>.
  27488. Deleted
  27489. P<Dev.CD Aug 97 TC
  27490.  - Language Kits
  27491.  - WorldScript Updater 1.1~
  27492. install
  27493. 2.6.5@
  27494. install
  27495. macapp
  27496. r14b1@
  27497. instrument@
  27498. interactive
  27499. success
  27500. interface@
  27501. interfacelib@
  27502. interfaces@
  27503. iotracer@
  27504. locator@
  27505. macbinary@
  27506. maccalendar@
  27507. macgamma
  27508. manager@
  27509. metrowerks
  27510. build
  27511. script@
  27512. mssccprj@
  27513. obsolete&unsupported@
  27514. oserr@
  27515. debug
  27516. 1.0b1@
  27517. parser@
  27518. powerbook
  27519. programming
  27520. information@
  27521. projlistmenu@
  27522. rascriptingadditions@
  27523. first
  27524. interaction
  27525. sample@
  27526. readme
  27527. dcmd@
  27528. resources@
  27529. runtime@
  27530. runtime
  27531. architecture@
  27532. sampleutils@
  27533. sender@
  27534. soundoutputdispatch@
  27535. sprites@
  27536. structures@
  27537. technotes
  27538. start
  27539. here@
  27540. telephony@
  27541. testmagic@
  27542. topics@
  27543. type@
  27544. ispcexchangeinstalle
  27545. japanese@
  27546. survival
  27547. guide
  27548. kcapapp
  27549. laserwriter@
  27550. launchwithdoc2
  27551. library@
  27552. lite@
  27553. locator@
  27554. macapp@
  27555. macbinary@
  27556. maccalendar@
  27557. macgamma
  27558. macsbug
  27559. resources@
  27560. magicoracle
  27561. makeicon
  27562. manager@
  27563. mdefproc@
  27564. me-formatasdosdisk@
  27565. menuscripter
  27566. metrowerks
  27567. build
  27568. script@
  27569. mgmt@
  27570. mlte@
  27571. module@
  27572. monitor@
  27573. mountprojector@
  27574. movieproc@
  27575. movietoaiff
  27576. rsrc@
  27577. goodies@
  27578. mssccprj@
  27579. multimedia@
  27580. mungedeamon
  27581. mw68k@
  27582. mydeviceloop@
  27583. mydialog@
  27584. newgworld
  27585. norway@
  27586. obsolete&unsupported@
  27587. openmultfiles@
  27588. first
  27589. interaction
  27590. sample@
  27591. readme
  27592. dcmd@
  27593. resources@
  27594. 90029X
  27595. Jan 94
  27596. p--set theItem to choose file -- uncomment to test in an AS editor
  27597.     tell application "Finder"
  27598.         open item "Dev.CD Jan 94
  27599. Dev.CD Oct 93"
  27600.         activate
  27601.     end tell
  27602. on error errMsg number errNum
  27603.     --enter statements to perform when no records are found such as...
  27604.     display dialog "Sorry, the item you selected could not be found."
  27605.     return
  27606. end try
  27607. All Packages
  27608. F    QuickTimeO
  27609. Dev.CD Jan 94
  27610. Dev.CD Oct 93P
  27611. Dev.CD Jan 94
  27612. Dev.CD Oct 9V
  27613. 90030X
  27614. Jan 94
  27615. p--set theItem to choose file -- uncomment to test in an AS editor
  27616.     tell application "Finder"
  27617.         open item "Dev.CD Jan 94
  27618. Dev.CD Oct 93"
  27619.         activate
  27620.     end tell
  27621. on error errMsg number errNum
  27622.     --enter statements to perform when no records are found such as...
  27623.     display dialog "Sorry, the item you selected could not be found."
  27624.     return
  27625. end try
  27626. All Packages
  27627. F    QuickTimeO
  27628. Dev.CD Jan 94P
  27629. Dev.CD Jan 9V
  27630. 90031X
  27631. Jan 94
  27632. nting
  27633. manager
  27634. enabler
  27635. prefs
  27636. premixer
  27637. primer
  27638. print
  27639. print
  27640. clipped
  27641. offscreen
  27642. print
  27643. multipage
  27644. printdialogmagic
  27645. printing
  27646. printrecordspy
  27647. procdoggie
  27648. process
  27649. processes
  27650. processorC
  27651. profile
  27652. profiler
  27653. profilerenamer
  27654. progguide
  27655. progguide
  27656. apple
  27657. scanners
  27658. program
  27659. programmer's
  27660. programmer's
  27661. 1.4.2
  27662. progressbars
  27663. progresswindoid-c
  27664. project
  27665. projectdrag
  27666. projectdrag
  27667. 1.1b8
  27668. projects
  27669. protoviews
  27670. publications
  27671. spooler
  27672. patch
  27673. 1.0.2
  27674. qdmediahandler
  27675. qdmediamaker
  27676. internals
  27677. qdesign
  27678. decomp
  27679. qt3dtween
  27680. qtaddeffectseg
  27681. qtcreatemovie
  27682. qteffects
  27683. \N,AppsToGo, RAD, Rapid Application DevelopmentO6Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:AppsToGo:P>Dev.CD Aug 00 TC Disk 2
  27684.  - Sample Code
  27685.  - Overview
  27686.  - AppsToGoV
  27687. 89212X
  27688. Aug 00^    TC Disk 2
  27689. --set theItem to choose file -- uncomment to test in an AS editor
  27690.     tell application "Finder"
  27691.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:AppsToGo:"
  27692.         activate
  27693.     end tell
  27694. on error errMsg number errNum
  27695.     --enter statements to perform when no records are found such as...
  27696.     display dialog "Sorry, the item you selected could not be found."
  27697.     return
  27698. end try
  27699. e    No Changef*AppsToGo
  27700. Rapid Application Developmentq
  27701. Dev.CD Aug 00 TC Disk 2
  27702. All Packages
  27703. Arabic Language KitO
  27704. Dev.CD May 96 TCP
  27705. Dev.CD May 96 TV
  27706. 89213X
  27707. May 96
  27708. hidemenubar
  27709. shows
  27710. simply
  27711. creatin
  27712. hiding
  27713. hierarchical
  27714. hierarchies
  27715. hiermenus
  27716. MacsBug is Apple's assembly-level PowerPC and 68K debugger. It fully supports debugging in the mixed-mode PowerPC and 68K environment. This is a must-have tool for any serious Macintosh software or hardware developer.
  27717. This version contains many new features including dynamic register colorization (displays registers as they change in hilighted colors), supports displays at any bit depth (previous versions required 8-bit or less), as well as a host of bug fixes (Memory Manager heaps are beB
  27718. tter examined for consistency).
  27719. Building dcmds
  27720. Emulator Update Extension
  27721. into Debugger Prefs file
  27722. into MacsBug Preferences folder
  27723. into System folder
  27724. MacsBug 6.6 Read Me
  27725. MacsBugAppK
  27726. Apr 94L
  27727. Feb 00M@Macintosh running  Mac OS 8.x or later and a Power PC processor.N,MacsBug, debugger, debugging, assembly, bugsOUDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:P`Dev.CD Aug 00 TC Disk 1
  27728.  - Tool Chest
  27729.  - Testing & Debugging
  27730.  - Debuggers & dcmds
  27731.  - MacsBug 6.6
  27732. interface
  27733. interfaces
  27734. interleaving
  27735. international
  27736. international
  27737. glossaries
  27738. internationalization
  27739. internet
  27740. interrupt
  27741. interrupt
  27742. debugging
  27743. introduction
  27744. invert
  27745. investment
  27746. iostreams
  27747. nts to perform when no records are found such as...
  27748.     display dialog "Sorry, the item you selected could not be found."
  27749.     return
  27750. end try
  27751. e    No ChangefMMacTCP
  27752. Communications Toolbox
  27753. Serial ports
  27754. CD Audio toolkit
  27755. Video toolkitq
  27756. Dev.CD Aug 00 TC Disk 1
  27757. D!All Packages
  27758. Mac OS SDK Edition
  27759. ICC Profile SpecI&Latest ICC specification for profiles.J
  27760. Embedding ICC Profile in EPS
  27761. Embedding ICC Profile in GIF89a
  27762. Embedding ICC Profile in Pict
  27763. Embedding ICC Profiles in JFIF
  27764. Embedding ICC Profiles in TIFFK
  27765. Apr 98M
  27766. ColorSync 2.xK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:V
  27767. 87920X
  27768. 1e    No Change
  27769. All Packages
  27770. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  27771. Dev.CD Jan 94
  27772. Dev.CD Oct 93
  27773. Dev.CD Jul 93
  27774. Dev.CD Apr 93PDDev.CD Apr 94
  27775. Dev.CD Jan 94
  27776. Dev.CD Oct 93
  27777. Dev.CD Jul 93
  27778. Dev.CD Apr 9V
  27779. 90524X
  27780. Apr 94
  27781. --set theItem to choose file -- uncomment to test in an AS editor
  27782.     tell application "Finder"
  27783.         open item "Dev.CD Apr 94
  27784. Dev.CD Jan 94
  27785. Dev.CD Oct 93
  27786. Dev.CD Jul 93
  27787. Dev.CD Apr 93"
  27788.         activate
  27789.     end tell
  27790. on error errMsg number errNum
  27791.     --enter statements to perform when no records are found such as...
  27792.     display dialog "Sorry, the item you selected could not be found."
  27793.     return
  27794. end try
  27795. All Packages
  27796. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  27797. Dev.CD Jan 94
  27798. Dev.CD Oct 93
  27799. Dev.CD Jul 93
  27800. Dev.CD Apr 93PDDev.CD Apr 94
  27801. Dev.CD Jan 94
  27802. Dev.CD Oct 93
  27803. Dev.CD Jul 93
  27804. Dev.CD Apr 9V
  27805. 90525X
  27806. Apr 94
  27807. implications
  27808. implimentation
  27809. implimenting
  27810. implmenetation
  27811. implmentations
  27812. tevens  and Bill Guschwan.   The message hasn
  27813. t changed: Don
  27814. t write directly to the screen. But if you absolutely need to break the rules, here are some clues for success.
  27815. J(develop Issue 11:
  27816. develop Issue 11 code:K
  27817. Vol IIIL
  27818. Jun 95OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 11:PJDev.CD Sep 96 RL
  27819.  - Technical Documentation
  27820.  - develop
  27821.  - develop Issue 11nder the original (Inside Mac IV) SCSI Manager and have been compiled under several C environments (MPW, Think C, MetroWerks).
  27822. Some snippets require the Asynchronous SCSI Manager (SCSI Manager 4.3).
  27823. Known bugs/incompatibilites:
  27824. These snippets 
  27825. use a preliminary, incomplete, version of the scsi.h header file. Some editing will be needed when the Universal Header version is released.
  27826. The snippets cannot be compiled as native Power Macintosh applications. Some have received minimal testing under Power Macintosh.
  27827. Aug 94V
  27828. 88571X
  27829. Moved
  27830. negotiaterawmodesamp
  27831. BO>Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:PFDev.CD Oct 00 SDK1
  27832.  - Development Kits
  27833.  - Mac OS
  27834.  - Apple Help SDK 1.0V
  27835. 89186X
  27836. Oct 00^
  27837. --set theItem to choose file -- uncomment to test in an AS editor
  27838.     tell application "Finder"
  27839.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Help SDK 1.0:"
  27840.         activate
  27841.     end tell
  27842. on error errMsg number errNum
  27843.     --enter statements to perform when no records are found such as...
  27844.     display dialog "Sorry, the item you selected could not be found."
  27845.     return
  27846. end try
  27847. e    No Changef
  27848. Apple Help
  27849. Apple Guideq
  27850. Dev.CD Oct 00 SDK1
  27851. CD!All Packages
  27852. Tool Chest Edition
  27853. Apple II Monitor dcmd (xx)I
  27854. Summary: This package lets you use many of the Apple IIe and IIGS monitor commands with the Apple IIe Card and Macsbug.
  27855. Features: Lets you display, change, move, and verify memory; find patterns in memory; and disassemble 65C02 code.J
  27856. XX Docs
  27857. XX Docs.txtK
  27858. Vol XId
  27859. RL Disk 2
  27860. endages  
  27861. 89626X
  27862. Aug 00^    TC Disk 1
  27863. --set theItem to choose file -- uncomment to test in an AS editor
  27864.     tell application "Finder"
  27865.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Debuggers & dcmds:MacsBug 6.6:"
  27866.         activate
  27867.     end tell
  27868. on error errMsg number errNum
  27869.     --enter statements to perform when no records are found such as...
  27870.     display dialog "Sorry, the item you selected could not be found."
  27871.     return
  27872. end try
  27873. e    No Changef(MacsBug
  27874. debugger
  27875. debugging
  27876. assembly
  27877. bugsoOftp://ftp.apple.com/developer/Tool_Chest/Testing_-_Debugging/Debuggers_-_dcmds/q
  27878. Dev.CD Aug 00 TC Disk 1
  27879. {D!All Packages
  27880. Mac OS SDK Edition
  27881. MacSNMP
  27882.     yRegisterComponent.mcpM6Component Manager (System 7.1 or higher, or QuickTime)N
  27883. Component ManagerOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:PTDev.CD Aug 00 TC Disk 2
  27884.  - Sample Code
  27885.  - QuickTime
  27886.  - Codecs
  27887.  - MyRegisterComponentV
  27888. 86515X
  27889. Aug 00^    TC Disk 2
  27890. e    No Change
  27891. --set theItem to choose file -- uncomment to test in an AS editor
  27892.     tell application "Finder"
  27893.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:System 7.0 Menu Def Info:"
  27894.         activate
  27895.     end tell
  27896. on error errMsg number errNum
  27897.     --enter statements to perform when no records are found such as...
  27898.     display dialog "Sorry, the item you selected could not be found."
  27899.     return
  27900. end try
  27901. retrieved
  27902. retrievepictinfo
  27903. retrieves
  27904. IMPORTANT INFORMATION ABOUT THIS SDK
  27905. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  27906. http://www.apple.com/quicktime/.
  27907. Summary:  QuickTime Conferencing is a system software extension. It comes with Apple Media Conference, an application program you use to set up video conferences, collaborate with others, exchange live video and sound, and share information over a network. Apple Med
  27908. ia Conference takes advantage of the networking capability already built into your computer so you can connect with other video conferencing systems over a local or wide area network, such as an AppleTalk local area network or the TCP/IP Internet.
  27909. The instructions in the "QuickTime Conf. - Read Me First" explain how to install and use QuickTime Conferencing and Apple Media Conference. To print out these instructions, open the File menu and choose Print; then click the Print button in the 
  27910. --set theItem to choose file -- uncomment to test in an AS editor
  27911.     tell application "Finder"
  27912.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:MovieBrowser:"
  27913.         activate
  27914.     end tell
  27915. on error errMsg number errNum
  27916.     --enter statements to perform when no records are found such as...
  27917.     display dialog "Sorry, the item you selected could not be found."
  27918.     return
  27919. end try
  27920. ound."
  27921.     return
  27922. end try
  27923. e    No ChangefiDriver Gestalt
  27924. disk drivers
  27925. device
  27926. driver
  27927. block
  27928. storage
  27929. CD ROM
  27930. CD-ROM
  27931. hard disk
  27932. DriverGestalt Demo 
  27933. Dev.CD Aug 00 TC Disk 1
  27934. All Packages
  27935. DriverGestaltExplorerI
  27936. DriverGestaltExplorer is both sample code showing how to call Driver Gestalt and a useful tool for testing your block device driver
  27937. s support of Driver Gestalt.J
  27938. DriverGestaltExplorer(PPC)
  27939. DriverGestaltExplorer.c
  27940. DriverGestaltExplorer.mcp
  27941. Read Me 
  27942.  DriverGestaltExplorer
  27943. TradDriverLoaderLibK
  27944. Jun 98V
  27945. 87832X
  27946. 1e    No Change
  27947. Apr 95
  27948. b--set theItem to choose file -- uncomment to test in an AS editor
  27949.     tell application "Finder"
  27950.         open item "Dev.CD Apr 95"
  27951.         activate
  27952.     end tell
  27953. on error errMsg number errNum
  27954.     --enter statements to perform when no records are found such as...
  27955.     display dialog "Sorry, the item you selected could not be found."
  27956.     return
  27957. end try
  27958. All Packages
  27959. QuickDraw GXO
  27960. Dev.CD Apr 95P
  27961. Dev.CD Apr 9V
  27962. 89990X
  27963. Apr 95
  27964. b--set theItem to choose file -- uncomment to test in an AS editor
  27965.     tell application "Finder"
  27966.         open item "Dev.CD Apr 95"
  27967.         activate
  27968.     end tell
  27969. on error errMsg number errNum
  27970.     --enter statements to perform when no records are found such as...
  27971.     display dialog "Sorry, the item you selected could not be found."
  27972.     return
  27973. end try
  27974. All Packages
  27975. QuickDraw GXO
  27976. Dev.CD Aug 93P
  27977. Dev.CD Aug 9V
  27978. 89991X
  27979. Aug 93
  27980. unicode
  27981. imaging
  27982. bi-directional
  27983. rotation
  27984. double-byt
  27985. Apple HD SC Setup (Modified)
  27986. cksum
  27987. disk.a
  27988. disk.a.o
  27989. disk.c
  27990. disk.c.o
  27991. disk.h
  27992. DriverGestalt.h
  27993. READ ME
  27994. SCSI Driver Example
  27995. scsi.h
  27996. SCSIDriver.Make
  27997. UnitNtryCnt.h
  27998. Version.rM
  27999. SCSINVSCSI, SCSI disk device driver, SCSI Manager 4.3, old SCSI Manager, SCSI Driver ExampleORDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Driver Example:P]Dev.CD Aug 00 TC Disk 1
  28000.  - Sample Code
  28001.  - Devices and Hardware
  28002.  - SCSI
  28003.  - SCSI Driver ExampleV
  28004. 90160X
  28005. Aug 00^    TC Disk 1
  28006. --set theItem to choose file -- uncomment to test in an AS editor
  28007.     tell application "Finder"
  28008.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Driver Example:"
  28009.         activate
  28010.     end tell
  28011. on error errMsg number errNum
  28012.     --enter statements to perform when no records are found such as...
  28013.     display dialog "Sorry, the item you selected could not be found."
  28014.     return
  28015. end try
  28016. fRSCSI
  28017. SCSI disk device driver
  28018. SCSI Manager 4.3
  28019. old SCSI Manager
  28020. SCSI Driver Example
  28021. menus
  28022. menus
  28023. menuscripter
  28024. menuscripter
  28025. layouts
  28026. lclick
  28027. ldefproc0
  28028. leading
  28029. PyDev.CD Oct 00 SDK1
  28030.  - Development Kits
  28031.  - Mac OS
  28032.  - ColorSync 3.0 Mac SDK
  28033.  - Documentation
  28034.  - Embedding ICC Profiles DocsV
  28035. 87920X
  28036. Oct 00^
  28037. --set theItem to choose file -- uncomment to test in an AS editor
  28038.     tell application "Finder"
  28039.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  28040.         activate
  28041.     end tell
  28042. on error errMsg number errNum
  28043.     --enter statements to perform when no records are found such as...
  28044.     display dialog "Sorry, the item you selected could not be found."
  28045.     return
  28046. end try
  28047. e    No Changef#ColorSync
  28048. Profile Specificationq
  28049. Dev.CD Oct 00 SDK1
  28050. All Packages
  28051. icl8 To cicnIHThis snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' resource.V
  28052. 87921X
  28053. 1e    No Change
  28054. ool provides an easy way to log informat
  28055. +F    QuickTimeO)Dev.CD Oct 93
  28056. Dev.CD Jul 93
  28057. Dev.CD Apr 93P(Dev.CD Oct 93
  28058. Dev.CD Jul 93
  28059. Dev.CD Apr 9port
  28060. zaptcp
  28061. mactcp
  28062. tcp/ip
  28063. magic
  28064. suite
  28065. apple
  28066. events
  28067. applescript
  28068. email
  28069. makeicon
  28070. management
  28071. pplication "Finder"
  28072.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MusicMixer:"
  28073.         activate
  28074.     end tell
  28075. on error errMsg number errNum
  28076.     --enter statements to perform when no records are found such as...
  28077.     display dialog "Sorry, the item you selected could not be found."
  28078.     return
  28079. end try
  28080. e    No Changef
  28081. QuickTime
  28082. Dev.CD Aug 00 TC Disk 2
  28083. All Packages
  28084. MyComponentI;A simple example of a component with a custom entry point.
  28085. JyMyComponent(PPC)
  28086. MyComponent.c
  28087. MyComponent.h
  28088. MyComponent.mcp
  28089. MyComponent.rsrc
  28090. MyComponentRoutines.c
  28091. MyComponentRoutines.hM6Component Manager (System 7.1 or higher, or QuickTime)N
  28092. Component Manager
  28093. Summary:  We are pleased to provide you with version 1.5.1 of the Apple's Speech Recognition Manager. Version 1.5.1 of the Speech Recognition extension implements the second officially supported developer release of the Speech Recognition Manager.   
  28094. The documentation included with this note, "Speech Recognition Manager" in the "Speech Recognition Manager Docs" folder, is an Adobe Acrobat file. The documentation describes version 1.5 (the previous release) of the Speech Recognition extens
  28095. ion and the API and toolbox it embodies. In addition, the "Speech Recognition Manager Docs" folder contains a "What's new" readme file that describes the bug fixes and feature enhancements in version 1.5.1 (the new release) of the Speech Recognition extension.
  28096. Input from early adopters of Apple's speech recognition technology has contributed greatly to the Speech Recognition Manager API. If you find bugs in the extension or documentation, please use the Apple Bug Reporter stack. Include t
  28097. cumentR
  28098. document's
  28099. document--even
  28100. document-launching
  28101. document/file/applic
  28102. documentationn
  28103. documentation
  28104. topics
  28105. include
  28106. yOTDev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:P\Dev.CD Sep 00 RL Disk 1
  28107.  - Technical Documentation
  28108.  - Human Interface
  28109.  - MacOS8DocumentationV
  28110. 89625X
  28111. Sep 00^    RL Disk 1
  28112. --set theItem to choose file -- uncomment to test in an AS editor
  28113.     tell application "Finder"
  28114.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Human Interface:MacOS8Documentation:"
  28115.         activate
  28116.     end tell
  28117. on error errMsg number errNum
  28118.     --enter statements to perform when no records are found such as...
  28119.     display dialog "Sorry, the item you selected could not be found."
  28120.     return
  28121. end try
  28122. e    No Changef#Mac OS 8
  28123. Human Interface Guidelinesq
  28124. Dev.CD Sep 00 RL Disk 1
  28125. All Packages
  28126. MacsBug 6.6
  28127. 89626X
  28128. 87922X
  28129. and custom ICs
  28130.    - the I/O ports and built-in I/O devices
  28131.    - the expansion features
  28132.    - the system software
  28133. --------------------------------
  28134. iBook Developer Note 
  28135. This developer note has been updated to inclu
  28136. e    No Changef    INIT
  28137. iconq
  28138. Dev.CD Aug 00 TC Disk 1
  28139. All Packages
  28140. F    SICN LDEFIzThis LDEF displays small icons to the left of text in a list.
  28141. The small icon is stored in the first 16 bytes of each cell.J&mylistdef.c
  28142. ppcsicn.rsrc
  28143. SICN LDEF.mcpOFDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:SICN LDEF:PNDev.CD Aug 00 TC Disk 2
  28144.  - Sample Code
  28145.  - Human Interface Toolbox
  28146.  - SICN LDEFV
  28147. 90192X
  28148. Aug 00^    TC Disk 2
  28149. --set theItem to choose file -- uncomment to test in an AS editor
  28150.     tell application "Finder"
  28151.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:SICN LDEF:"
  28152.         activate
  28153.     end tell
  28154. on error errMsg number errNum
  28155.     --enter statements to perform when no records are found such as...
  28156.     display dialog "Sorry, the item you selected could not be found."
  28157.     return
  28158. end try
  28159. e    No Changeq
  28160. Dev.CD Aug 00 TC Disk 2
  28161. All Packages
  28162. SignalsV
  28163. 90193X
  28164. enhanced
  28165. enhanced
  28166. survival
  28167. guide
  28168. Summary: This is the electronic version of develop magazine.
  28169.  Issue 9 highlights:
  28170. Making the Most of Color on 1-Bit Devices  by Konstantin Othmer and Daniel Lipton.  A two-part article: how to create color PICTs on black-and-white machines, and the theory and practice of dithering.
  28171. The TextBox You
  28172. ve Always Wanted  by Bryan K. (
  28173. Beaker
  28174. ) Ressler.   Here
  28175. s a replacement for TextBox, with better performance, more flexibility, and international compatibility. What more do you want?
  28176. Makin
  28177. g Your Macintosh Sound Like an Echo Box  by Rich Collyer.   Learn how to use double buffering techniques to simultaneously record and play sounds.
  28178. Simple Text Windows via the Terminal Manager  by Craig Hotchkiss.  The Terminal Manager (in the Communications Toolbox) provides handy text output capabilities in your application with virtually no effort.
  28179. Tracks: A New Tool for Debugging Drivers  by Brad Lowe.  Debugging device drivers is a pain. This tool provides an easy way to log informat
  28180. extension
  28181. which
  28182. enables
  28183. developers
  28184. adopt
  28185. high-leveu
  28186. implementation
  28187. arbitrary
  28188. precision
  28189. arithmetic
  28190. using
  28191. examining
  28192. dependencies
  28193. findfam
  28194. printer
  28195. driver
  28196. multifinder
  28197. compati
  28198. analog
  28199. com/acrobat_
  28200. com/acrobat/register_
  28201. com/bin/bugrpt
  28202. com/bugreporter
  28203. com/cftype
  28204. com/colorsync
  28205. com/dev/swtechpubs/d
  28206. com/java
  28207. com/mkt/maclogo
  28208. com/mkt/swl
  28209. com/mrj
  28210. com/quicktime
  28211. com/quicktime/develo
  28212. com/sherlock/plugind
  28213. com/store
  28214. com/technotes/tn/tn1
  28215. com/techpubs
  28216. com/techpubs/mac/ppc
  28217. com/tools
  28218. of an icon suite.
  28219. There's also some jiggery-pokerB6y having to do with my distaste for purgeable handles.
  28220. JRicon cache demo.mcp
  28221. icon cache demo.rsrc
  28222. icon cache.c
  28223. iconCacheDemo(PPC)
  28224. Too SuiteM
  28225. System 7N.icon, cache, optimization, performance, searchOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:icon cache demo:PTDev.CD Aug 00 TC Disk 2
  28226.  - Sample Code
  28227.  - Human Interface Toolbox
  28228.  - icon cache demo
  28229. multiprecision
  28230. multiprocessing
  28231. simple
  28232. demonstration
  28233. process
  28234. manager
  28235. simple
  28236. example
  28237. component
  28238. custom
  28239. entry
  28240. point
  28241. simple
  28242. example
  28243. persistent
  28244. written
  28245. works
  28246. simple
  28247. example
  28248. using
  28249. popupcdef
  28250. available
  28251. system
  28252. simple
  28253. rapid
  28254. application
  28255. prototyping
  28256. design
  28257. simple
  28258. utility
  28259. driver
  28260. support
  28261. asynchronous
  28262. simple
  28263. calls
  28264. hmshowballoon
  28265. appropriate
  28266. small
  28267. example
  28268. ipclistports
  28269. sample
  28270. colle
  28271. snippet
  28272. shows
  28273. dialog
  28274. sound
  28275. manager
  28276. pre-mixer
  28277. effect
  28278. component
  28279. shows
  28280. textedit
  28281. shows
  28282. editing
  28283. colored
  28284. backgr
  28285. sample
  28286. shows
  28287. transport
  28288. simple
  28289. application
  28290. displays
  28291. modal
  28292. window
  28293. a-trap
  28294. a/roseR
  28295. e    No ChangefGOptimization
  28296. buffered file system
  28297. cache
  28298. cacheline
  28299. Optimization TN Demosq
  28300. Dev.CD Aug 00 TC Disk 2
  28301. All Packages
  28302. OT Server Sample 1.0.1
  28303. Summary: The Virtual Server is an attempt to provide a piece of sample code which uses the native Open Transport API and is complex enough to demonstrate real issues an application developer will need to deal with. It also demonstrates the speed of Open Transport when used properly.
  28304. This version of the Virtual Server simply opens a listening endpoint and as many accepting endpoints as you want using TCP. It waits for an inbound connection request, accepts the connection, and hands it off 
  28305. 89741X
  28306. e ControlStrip calls.
  28307. Communications Toolbox
  28308. Contributed
  28309. Devices and Hardware
  28310. Files
  28311. Games
  28312. Graphics 2D
  28313. Graphics 3D
  28314. Help Systems
  28315. Human Interface Toolbox
  28316. Interapplication Comm
  28317. Memory
  28318. Networking
  28319. OS Utilities
  28320. Overview
  28321. Platforms and Tools
  28322. Printing
  28323. Processes
  28324. QuickTime
  28325. Runtime Architecture
  28326. Sound
  28327. 87719X
  28328. Moved
  28329. usingA
  28330. jects
  28331. framework
  28332. openstep
  28333. Summary:  MacODBC is the standard way for developers to write MacOS-based applications that communicate to databases using the Open DataBase Connectivity (ODBC) standard.  This folder contains the software development kit for MacODBC version 2.1.2 GM.  
  28334. Features:
  28335.  Cross-platform remote database access
  28336.  Wide range of third party drivers
  28337.  All major relational databases covered
  28338.  Many Mac OS databases also supported (Butler from Everyware Corp. , dTF from theta group and many more )
  28339. PleaB3se report bugs and problems to kodom@visigenic.com.
  28340. J\Documentation:
  28341. ODBC Install.image
  28342. ODBC Sample Bins.image
  28343. ODBC Tools.image
  28344. Readme - InstallerK
  28345. Sep 93L
  28346. Sep 96M
  28347. MacOS System 7.5NNODBC, MacODBC, Database, Connectivity, Drivers, Network, Middleware, VisigenicO5Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:P:Dev.CD Apr 98 SDK1
  28348.  - Development Kits (Disc 1)
  28349.  - MacODBCilies.J7Icon Play(PPC)
  28350. Icon Play.mcp
  28351. Icon Play.rsrc
  28352. PlotIcons.cM
  28353. System 7N
  28354. popup, icon utilities
  28355. vision
  28356. visit
  28357. visited
  28358. visrgn
  28359. visualZ
  28360. visual-only
  28361. visualization
  28362. visually
  28363. vital
  28364. vmsify
  28365. vmsify
  28366. sample
  28367. streams
  28368. module
  28369. actually
  28370. somethi
  28371. vmsify's
  28372. vocabulary
  28373. voice
  28374. voltages
  28375. volume
  28376. volumemount
  28377. volumes`
  28378. wang's
  28379. wantl
  28380. wanted
  28381. wanting
  28382. wants
  28383. warming
  28384. warning
  28385. warnings
  28386. warns
  28387. warrior
  28388. Dev.CD July 92
  28389. Dev.CD June 92
  28390. Dev.CD May 92
  28391. Dev.CD Apr 92
  28392. Dev.CD Mar 92
  28393. Dev.CD Feb 92
  28394. Dev.CD Jan 92
  28395. Dev.CD Vol. XI
  28396. Dev.CD Vol. X
  28397. Dev.CD Vol. IX
  28398. Dev.CD Vol. VII
  28399. Dev CD Vol. VI
  28400. Dev CD Vol. V
  28401. Dev CD Vol. IV
  28402. 89689X
  28403. July 9
  28404. --set theItem to choose file -- uncomment to test in an AS editor
  28405.     tell application "Finder"
  28406.         open item "Dev.CD July 92
  28407. Dev.CD June 92
  28408. Dev.CD May 92
  28409. Dev.CD Apr 92
  28410. Dev.CD Mar 92
  28411. Dev.CD Feb 92
  28412. Dev.CD Jan 92
  28413. Dev.CD Vol. XI
  28414. Dev.CD Vol. X
  28415. Dev.CD Vol. IX
  28416. Dev.CD Vol. VII
  28417. Dev CD Vol. VI
  28418. Dev CD Vol. V
  28419. Dev CD Vol. IV"
  28420.         activate
  28421.     end tell
  28422. on error errMsg number errNum
  28423.     --enter statements to perform when no records are found such as...
  28424.     display dialog "Sorry, the item yoB2u selected could not be found."
  28425.     return
  28426. end try
  28427. D!All Packages
  28428. Mac OS SDK Edition
  28429. F#Multilingual Text Editor (MLTE) SDKI{This package contains documentation and sample code to help you start
  28430. working with the Multilingual Text Editor (MLTE) API.e    No Change
  28431. overview
  28432. appletalk
  28433. overview
  28434. appletalk
  28435. overview
  28436. development
  28437. video
  28438. tracks
  28439. application
  28440. takes
  28441. video
  28442. tracks
  28443. application
  28444. buffering
  28445. recording
  28446.  AS editor
  28447.     tell application "Finder"
  28448.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTSPacketizerReassembler:"
  28449.         activate
  28450.     end tell
  28451. on error errMsg number errNum
  28452.     --enter statements to perform when no records are found such as...
  28453.     display dialog "Sorry, the item you selected could not be found."
  28454.     return
  28455. end try
  28456. e    No Changef.QuickTime
  28457. Packetizer
  28458. Reassembler
  28459. Component
  28460. Dev.CD Aug 00 TC Disk 2
  28461. All Packages
  28462. F    QTSprites
  28463. 86716X
  28464. 89202X
  28465. Oct 00^
  28466. --set theItem to choose file -- uncomment to test in an AS editor
  28467.     tell application "Finder"
  28468.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AppleScript SDK:"
  28469.         activate
  28470.     end tell
  28471. on error errMsg number errNum
  28472.     --enter statements to perform when no records are found such as...
  28473.     display dialog "Sorry, the item you selected could not be found."
  28474.     return
  28475. end try
  28476. e    No Changef0AppleScript
  28477. scripting
  28478. Apple Event,Folder Actionsq
  28479. Dev.CD Oct 00 SDK1
  28480. SD!All Packages
  28481. Mac OS SDK Edition
  28482. AppleSearch
  28483. TSummary:  This folder contains:
  28484.  current release of the AppleSearch Client software for Macintosh (v1.5),
  28485.  prerelease version of the AppleSearch Client software for Windows,
  28486.  current version of the AppleSearch Client API for Macintosh (v1.5), 
  28487.  prerelease version of the AppleSearch Client API for Windows, and
  28488.  updated documentation.
  28489. J/AppleSearch - Read Me First
  28490. Macintosh:
  28491. Windows:K
  28492. Feb 94L
  28493. Nov 94nge
  28494. quadrasW
  28495. quadratic
  28496. quake
  28497. qualcomm's
  28498. qualifiedy
  28499. qualifier
  28500. quality
  28501. quandary
  28502. quantitiesx
  28503. quarter{
  28504. qued/m
  28505. queries
  28506. query
  28507. querys
  28508. question_
  28509. questionaire
  28510. questionaires
  28511. questionnaire
  28512. questions
  28513. queue
  28514. inline
  28515. inline
  28516. input
  28517. textedit
  28518. input
  28519. inputsprocket
  28520. inputsprocket
  28521. inputsprocketpptest
  28522. inputsprockettest
  28523. inquiry
  28524. inside
  28525. inside
  28526. inside
  28527. movie
  28528. inside
  28529. macintosh
  28530. quickdraw
  28531. install
  28532. installed
  28533. installer
  28534. installer
  28535. 1.2.3
  28536. instance
  28537. instrumentation
  28538. instrumentation
  28539. 1.0.6
  28540. int'l
  28541. int'l
  28542. developer
  28543. contacts
  28544. - Common
  28545.     - Sun Compliant Java Runtime Environment 1.1
  28546.     - QuickTime 3 
  28547.     - QTJava.zip
  28548.     - QTJava media samples
  28549. - Mac OS:
  28550.     - System 8 or later
  28551.     - Macintosh Runtime for Java (MRJ) 2.1
  28552. - Windows 95, 98, or NT::
  28553.     - JRE/JDK from Sun Microsystems, Inc. recommended
  28554. QuickTime, Java, MRJ
  28555. headers
  28556. libraries
  28557. heapsort
  28558. heapsort
  28559. helloworld
  28560. helloworld
  28561. helpQ
  28562. mycomponent
  28563. mycomponent
  28564. mycomponentroutines
  28565. mycomponentroutines
  28566. mycomponentroutines
  28567. mydeviceloop
  28568. mydeviceloop
  28569. mydeviceloop
  28570. mydevicelopp
  28571. mydevicelopp
  28572. 89624X
  28573. Apr 98^
  28574. --set theItem to choose file -- uncomment to test in an AS editor
  28575.     tell application "Finder"
  28576.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):MacODBC:"
  28577.         activate
  28578.     end tell
  28579. on error errMsg number errNum
  28580.     --enter statements to perform when no records are found such as...
  28581.     display dialog "Sorry, the item you selected could not be found."
  28582.     return
  28583. end try
  28584. e    No ChangefGODBC
  28585. MacODBC
  28586. Database
  28587. Connectivity
  28588. Drivers
  28589. Network
  28590. Middleware
  28591. Visigenicq
  28592. Dev.CD Apr 98 SDK1
  28593. All Packages
  28594. MacOS8Documentation
  28595. Mac OS 8 Human Interface Guidelines
  28596. This new supplement to Macintosh Human Interface Guidelines will help developers take advantage of Mac OS 8 and beyond. Get the inside information on the Appearance Manager, new and upgraded controls, dialog box layout guidelines and much more!
  28597. MacOS8 HIGuidelines.pdf
  28598. READMEK
  28599. Oct 97N$Mac OS 8, Human Interface Guidelines
  28600. ct-009-4433
  28601. ct-009-4433
  28602. install
  28603. ct-009-4434
  28604. ct-009-4434
  28605. install
  28606. ct-009-4435
  28607. ct-009-4435
  28608. install
  28609. ct-009-4436
  28610. ct-009-4436
  28611. ct-009-4437
  28612. ct-009-4437
  28613.     tell application "Finder"
  28614.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:IconDimming:"
  28615.         activate
  28616.     end tell
  28617. on error errMsg number errNum
  28618.     --enter statements to perform when no records are found such as...
  28619.     display dialog "Sorry, the item you selected could not be found."
  28620.     return
  28621. end try
  28622. e    No Changef
  28623. desktop
  28624. dimmed
  28625. custom color search
  28626. color table
  28627. CopyMask
  28628. GetGWorld
  28629. NewGWorld
  28630. AddSearch
  28631. CopyBits
  28632. DelSearch
  28633. pmTable
  28634. ctTable
  28635. DisposCTable
  28636. Dev.CD Aug 00 TC Disk 1
  28637. All Packages
  28638. IconUtilCheck
  28639. 87926X
  28640. Dev CD Vol. IVV
  28641. 86505X
  28642. point-to-point
  28643. pointer
  28644. pointers
  28645. pointing
  28646. points
  28647. polaschek
  28648. polish
  28649. polished
  28650. polyhedral
  28651. polymorphic
  28652. polymorphism
  28653. pop-up
  28654. popular{
  28655. populatey
  28656. popupy
  28657. popupcdef
  28658. popupclicks
  28659. popupfuncs
  28660. popupmenuselect
  28661. popupmenuselectwithc
  28662. popupmenuselectwithc
  28663. demonstrates
  28664. which
  28665. memory
  28666. globals
  28667. popupmenuwithcurfont
  28668. popups
  28669. portU
  28670. portability
  28671. portable
  28672. portables
  28673. ported
  28674. porting
  28675. porting
  28676. objective-c
  28677. theresa
  28678. tensor
  28679. informa
  28680. portion
  28681. portions
  28682. portlist
  28683. imagecomp
  28684. imagecompositing
  28685. w^    TC Disk 2
  28686. --set theItem to choose file -- uncomment to test in an AS editor
  28687.     tell application "Finder"
  28688.         open item "Dev.CD Aug 00 TC Disk 2:What's New?:Technical Documentation:Macintosh Technotes and Q&As:"
  28689.         activate
  28690.     end tell
  28691. on error errMsg number errNum
  28692.     --enter statements to perform when no records are found such as...
  28693.     display dialog "Sorry, the item you selected could not be found."
  28694.     return
  28695. end try
  28696. e    No Changef
  28697. Technote Q&Ao.http://developer.apple.com/techpubs/index.htmlq
  28698. Dev.CD Aug 00 TC Disk 2
  28699. xD!All Packages
  28700. Mac OS SDK Edition
  28701. MacODBC 2.1.2 GM
  28702.     he snippets on the Developer CD."
  28703. This snippet shows how to determine whether the Icon Utilities are available.
  28704. J4IconUtilCheck(PPC)
  28705. IconUtilCheck.c
  28706. IconUtilCheck.mcpN
  28707. Icon, Utils, UtilitiesOJDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:IconUtilCheck:PRDev.CD Aug 00 TC Disk 2
  28708.  - Sample Code
  28709.  - Human Interface Toolbox
  28710.  - IconUtilCheckMRJ 2.2 appears below. Ap
  28711. sendera
  28712. sender
  28713. sender
  28714. sender
  28715. sender
  28716. rsrca
  28717. sendps
  28718. sendps
  28719. sequel
  28720. sequencer
  28721. sequences
  28722. serial
  28723. serial
  28724. arbitration
  28725. serialdriverarb
  28726. serialdriverarb
  28727. serialdriverarbitrat
  28728. serialdriverarbitrat
  28729. serverT
  28730. server
  28731. controller
  28732. server
  28733. controller
  28734. server
  28735. controller
  28736. server
  28737. remote
  28738. control
  28739. server
  28740. remote
  28741. control
  28742. servercontrolintf
  28743. servercontrolintf
  28744. serversT
  28745. servervols
  28746. servervols
  28747. services
  28748. folder
  28749. windows
  28750. movie
  28751. setdefaultdtp
  28752. setdefaultdtp
  28753. setdefaultdtp
  28754. setdeskcpat
  28755. setdeskcpat
  28756. setdeskcpat
  28757. setfileflag
  28758. setfinderlock
  28759. setfinderlock
  28760. setfinfo
  28761. setfinfo
  28762. setfolderflag
  28763. setfolderflag
  28764. on-line
  28765. on-line-service
  28766. on-screen
  28767. on/off
  28768.  editor
  28769.     tell application "Finder"
  28770.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:IconUtilCheck:"
  28771.         activate
  28772.     end tell
  28773. on error errMsg number errNum
  28774.     --enter statements to perform when no records are found such as...
  28775.     display dialog "Sorry, the item you selected could not be found."
  28776.     return
  28777. end try
  28778. e    No Changef
  28779. Utils
  28780. Utilitiesq
  28781. Dev.CD Aug 00 TC Disk 2
  28782. All Packages
  28783. ictbSample
  28784. This snippet shows the an example of ictb resource this is discussed in Inside Macintosh:Macintosh Toolbox Essentials, page 6-158 t0 6-164. It is based on the Dialog Manager Q&A technote.
  28785. There is no Rez template for ictb, and no ResEdit template or editor.  This sample ictbSample.r shows how you can do one by hand.
  28786. Resorcerer provides an excellent ictb editor to use ictb in your dialog boxes.
  28787. 87927X
  28788. 1e    No Change
  28789. 89771X
  28790. Apr 98^
  28791. --set theItem to choose file -- uncomment to test in an AS editor
  28792.     tell application "Finder"
  28793.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:"
  28794.         activate
  28795.     end tell
  28796. on error errMsg number errNum
  28797.     --enter statements to perform when no records are found such as...
  28798.     display dialog "Sorry, the item you selected could not be found."
  28799.     return
  28800. end try
  28801. e    No Changef
  28802. PCCard
  28803. Hooper
  28804. PowerBook
  28805. Cometq
  28806. Dev.CD Apr 98 SDK1
  28807. PC Card SDKsI
  28808. This is both the PC Card Manager 2.0 and the PC Card Manager 3.0 SDKs.  When the PC Card Manager 3.0 SDK was put on the Mac OS SDK, the PC Card 2.0 SDK was removed by mistake.  Both are needed depending upon the machine.JBPC Card Manager 2.0 SDK
  28809. PC Card Manager 3.0
  28810. What's the difference?K
  28811. Aug 97O:Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:PBDev.CD Oct 00 SDK1
  28812.  - Development Kits
  28813.  - Hardware
  28814.  - PC Card SDKsV
  28815. 89772X
  28816. 1rd SDKsV
  28817. 89772X
  28818. 1e    No Change
  28819. copies
  28820. offscreen
  28821. gworlds
  28822. anduncomment to test in an AS editor
  28823.     tell application "Finder"
  28824.         open item "Dev.CD Dec 99 RL:Utilities:Developer Forms:C/F Registration Requests:"
  28825.         activate
  28826.     end tell
  28827. on error errMsg number errNum
  28828.     --enter statements to perform when no records are found such as...
  28829.     display dialog "Sorry, the item you selected could not be found."
  28830.     return
  28831. end try
  28832. Deletedf
  28833. creator
  28834. signature
  28835. registrationq
  28836. Dev.CD Dec 99 RL
  28837. All Packages
  28838. Calc ControlRgnI
  28839. This snippet shows how to call a CDEF to get the control's Region.
  28840. You can make other calls to the CDEF using the same method.
  28841. This snippet works for both 68K and PowerPC J\CalcControlRgn(PPC)
  28842. CalcControlRgn.c
  28843. CalcControlRgn.mcp
  28844. CalcControlRgn.rsrc
  28845. ReadMe.Doc
  28846. CDEF, controlOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Calc ControlRgn:V
  28847. 87666X
  28848. 1e    No Change
  28849. descriptions
  28850. descriptive
  28851. descriptor
  28852. descriptorsg
  28853. design
  28854. design
  28855. robustness
  28856. theresa
  28857. tensor
  28858. information
  28859. designate
  28860. designed
  28861. designer
  28862. designers
  28863. designing
  28864. designs
  28865. desirable
  28866. desired
  28867. detectory
  28868. detectorsy
  28869. detects
  28870. determination
  28871. determine
  28872. determining
  28873. devanagari
  28874. developb
  28875. develop-ers
  28876. val screen, check 
  28877. Internet Access
  28878. , and then click 
  28879. Start
  28880. . This will start the Internet Access installer. Follow the instructions to install all of the Internet Access software, including the Internet Scripting Addition.
  28881.  MRJ SDK
  28882. Developers working with MRJ 2.2.2 can continue to use MRJ SDK 2.2. Apple is not releasing a new MRJ SDK with MRJ 2.2.2.
  28883.  About MRJ 2.2
  28884. The release note originally provided with MRJ 2.2 appears below. Apart from the information above, this release note still 
  28885. applies.
  28886. New features in MRJ 2.2
  28887. MRJ 2.2 is significantly smaller than MRJ 2.1.4.  Two major changes contribute to this reduction in size.  First, MRJ 2.2 no longer installs the Text Encoding Converter (TEC) and Text Encodings because they are now standard components of all versions of Mac OS supported by MRJ 2.2.   Secondly, we
  28888. ve moved rarely used classes out of MRJ into the MRJ SDK, which contains software primarily of interest to developers.  See Apple
  28889. s MRJ developer pages at http
  28890. macapp
  28891. framework
  28892. object-oriented
  28893. macapp
  28894. framework
  28895. object-oriented
  28896. standard
  28897. library
  28898. carbonli
  28899. macapp
  28900. framework
  28901. object-oriented
  28902. classes
  28903. editor
  28904. resou^
  28905. macapp
  28906. modal
  28907. dialog
  28908. tpicture
  28909. pictdialog
  28910. macapp
  28911. tear-off
  28912. floating
  28913. window
  28914. windoid
  28915. macapp
  28916. level
  28917. macapp
  28918. macapp
  28919. ttextlistview
  28920. ttextgridview
  28921. protoviews
  28922. macapp
  28923. adorner
  28924. custom
  28925. cursor
  28926. dependency
  28927. eenie
  28928. macapp
  28929. windows
  28930. cascade
  28931. windows
  28932. close
  28933. windows
  28934. window
  28935. maccheck
  28936. machine
  28937. machinelocation
  28938. macintalk
  28939. macintoshR
  28940. macintosh
  28941. powerbook
  28942. series
  28943. developers
  28944. powerpc
  28945. backside
  28946. macodbc
  28947. macosxserver
  28948. macosxserver
  28949. appkit
  28950. foundation
  28951. project
  28952. builder
  28953. interface
  28954. macsbugi
  28955. macsbug
  28956. appleevent
  28957. apple
  28958. event
  28959. dcmdi
  28960. macsbug
  28961. debugger
  28962. debugging
  28963. assembly
  28964. mactcp
  28965. dzevenmoreresources
  28966. e    No Changef
  28967. SillyBallsq
  28968. Dev.CD Aug 00 TC Disk 2
  28969. All Packages
  28970. Simple DrawSprocket
  28971. This sample is designed to show simple use of DrawSprocket to set screen resolution and size within the confines of a standard Macintosh Toolbox environment.  Additionally, it demonstrates how to get DrawSprocket's version with DSpGetVersion () and without it.
  28972. JjRead Me
  28973. Simple DrawSprocket App
  28974. Simple DrawSprocket Main.c
  28975. Simple DrawSprocket.CW2
  28976. Simple DrawSprocket.CW5K
  28977. Dec 99MMCW2 or later and Universal Headers 3.2 (3.3 if building for DrawSprocket 1.7)N$DrawSprocket, GSpGetVersion, ToolboxODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Simple DrawSprocket:PLDev.CD Aug 00 TC Disk 1
  28978.  - Sample Code
  28979.  - Graphics 2D
  28980.  - Simple DrawSprocketV
  28981. 90196X
  28982. Aug 00^    TC Disk 1
  28983. e    No Change
  28984. dmfkey
  28985. dmfkey
  28986. dmfkey
  28987. doccreator
  28988. summary
  28989. validator
  28990. utility
  28991. testing
  28992. sierra/i
  28993. summary
  28994. versionedit
  28995. software
  28996. development
  28997. which
  28998. summary
  28999. pleased
  29000. provide
  29001. version
  29002. 1.5.1
  29003. summary
  29004. network
  29005. software
  29006. installer
  29007. insta
  29008. summer
  29009. sun's
  29010. sunsoft
  29011. super
  29012. supercard
  29013. supersedes
  29014. superview
  29015. suport
  29016. supplement
  29017. supplementing
  29018. supplied
  29019. supply
  29020. support`
  29021. technotes
  29022. start
  29023. techpubsfeedback
  29024. techpubsfeedback
  29025. techpubsfind
  29026. techpubsfind
  29027. techqa
  29028. techqa
  29029. shtml
  29030. tecommon
  29031. tecommon
  29032. tedocument
  29033. tedocument
  29034. tedocument
  29035. tedocument
  29036. telecom
  29037. telephone
  29038. telephone
  29039. manager
  29040. ts to perform when no records are found such as...
  29041.     display dialog "Sorry, the item you selected could not be found."
  29042.     return
  29043. end try
  29044. e    No Changef'MRJ
  29045. MRJ SDK
  29046. MRJ Redistributiono
  29047. http://developer.apple.com/sdkq
  29048. Dev.CD Aug 00 TC Disk 1
  29049. All Packages
  29050. MrPlus 1.0I
  29051. MrPlus is a performance analysis tool for PowerPC applications. It generates data relating to performance analysis and will also rearrange code blocks for optimum performance.J
  29052. MPW etc.img.binK
  29053. Nov 97M
  29054. Power Macintosh systemN
  29055. performance analysisO=Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:V
  29056. 86504X
  29057. 1e    No Change
  29058.        - system software 
  29059. G4.pdfnge
  29060. --set theItem to choose file -- uncomment to test in an AS editor
  29061.     tell application "Finder"
  29062.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw:Virtual Sphere 1.0.1:"
  29063.         activate
  29064.     end tell
  29065. on error errMsg number errNum
  29066.     --enter statements to perform when no records are found such as...
  29067.     display dialog "Sorry, the item you selected could not be found."
  29068.     return
  29069. end try
  29070. 1.0.0d3
  29071. 1.0.1y
  29072. 1.0.2y
  29073. 1.0.3v
  29074. 1.0.4
  29075. 1.0.6
  29076. 1.0.8
  29077. 1.0a5
  29078. 1.0b1
  29079. 1.0b2
  29080. 1.0d1
  29081. 1.0d8
  29082. 1.1.1
  29083. 1.1.2
  29084. 1.1.3
  29085. t address some additional networking problems that users are encountering when using MRJ 2.2 with Microsoft Internet Explorer 5.0. Apple takes these additional problems seriously
  29086. All Packages
  29087. strlist
  29088. strlist.h and strlist.c contain routines for accessing the string list data type.  You can use these routines to access or modify information stored in any STR# resource.  As well, you can use these routines for creating and manipulating lists of strings in memory.
  29089. Copyright (C) 1995, 1996 by John Montbriand.  All Rights Reserved.
  29090. Distribute freely in areas where the laws of copyright apply.
  29091. 411 Files
  29092. strlist.c
  29093. strlist.hN"strlist, STR#, string, string listO8Dev.CD Aug 00 TC Disk 1:Sample Code:Contributed:strlist:P@Dev.CD Aug 00 TC Disk 1
  29094.  - Sample Code
  29095.  - Contributed
  29096.  - strlistV
  29097. 90261X
  29098. Aug 00^    TC Disk 1
  29099. e    No Change
  29100. software
  29101. development
  29102. development
  29103. transpo
  29104. solaris
  29105. soleu
  29106. solid
  29107. ]Save a Print Record:  Walks you through the style and job dialogs to create a print record ready-to-print-with, and then saves it to a resource file with resource type 'YO!!' and ID 128.  The first step towards saving print records for multiple printers so you can set your favorite parameters before printing, since there's no API to do most of it.
  29108. JeMy Print Record
  29109. Save Print Record(PPC)
  29110. Save Print Record.mcp
  29111. SaveAPrintRecord.p
  29112. SaveAPrintRecord.rsrcN
  29113. print, record, saveO?Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Save Print Record:PGDev.CD Aug 00 TC Disk 2
  29114.  - Sample Code
  29115.  - Printing
  29116.  - Save Print Recordsprites
  29117. qtwiredsprites
  29118. qtwiredsprites
  29119. qtzoo
  29120. algebra
  29121. algorithmj
  29122. algorithms
  29123. aliasf
  29124. alias-to-fsspecf
  29125. aliasesf
  29126. aliens
  29127. aligned
  29128. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N*QuickTime, Streaming, Messages, Controller
  29129. morefiles
  29130. moreisbetter
  29131. morpheme
  29132. mouse
  29133. mouse
  29134. driver
  29135. mouse
  29136. moved
  29137. mouseevent
  29138. mouseinfo
  29139. etsprocket
  29140. networkR
  29141. network
  29142. preferences
  29143. network
  29144. setup
  29145. network
  29146. softwareR
  29147. networking
  29148. newgworldr
  29149. newgworld
  29150. gworldr
  29151. newpalette
  29152. newsz
  29153. notes
  29154. number
  29155. number
  29156. formatting
  29157. object
  29158. object-oriented
  29159. objectsupportlib
  29160. screent
  29161. offscreen
  29162. offscreen
  29163. gworld
  29164. opaque
  29165. opaque
  29166. types
  29167. transport
  29168. opentransport
  29169. optimizing
  29170. option
  29171. option
  29172. management
  29173. ordered
  29174. ordered
  29175. collection
  29176. ot/ppp
  29177. otoptionmanagment
  29178. output
  29179. override
  29180. interactive
  29181. success
  29182. interapplicationQ
  29183. interapplication
  29184. commQ
  29185. nesetalk
  29186. 6.0.3
  29187. chinesetalk
  29188. chinesetraditionalfo
  29189. chinesetraditionalfo
  29190. 6.0.5
  29191. chromakeymovie
  29192. cihui
  29193. classic
  29194. clipped
  29195. cluts
  29196. editor
  29197. resedit
  29198. codes
  29199. collection
  29200. control's
  29201. control-invert
  29202. control-keyy
  29203. controlkeypatch
  29204. controlkeypatch
  29205. shows
  29206. patch
  29207. manager
  29208. order
  29209. controlledO
  29210. controllerA
  29211. controllers
  29212. controllingA
  29213. controlrgn
  29214. controlsu
  29215. controls
  29216. 3.0.15
  29217. folder
  29218. controls/events
  29219. controlstrip
  29220. convenience
  29221. convenient
  29222. convenient/simple
  29223. converted
  29224. convertery
  29225. converting
  29226. convertmovie
  29227. convertmovie
  29228. makes
  29229. movie
  29230. converting
  29231. converts
  29232. converttomovie
  29233. converttomovie
  29234. example
  29235. application
  29236. recompress
  29237. convey
  29238. cookbook
  29239. timecode
  29240. timeout
  29241. timing
  29242. timings
  29243. techniques
  29244. Summary:  The Macintosh Technical Q&As are designed to provide Macintosh developers with solutions, workarounds and code snippets to help in  development efforts.  The questions are those that Apple's Developer Support Center (DSC) has received on specific topics, along with answers from DSC engineers.   Please send any feedback on the new structure to AppleLink DEVFEEDBACK or devfeedback@applelink.apple.com.
  29245. J)Open Me With Web Browser
  29246. techqa.shtmlK
  29247. Sep 95L
  29248. Dec 96M
  29249. Netscape 2.0 or later.OBDev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:PGDev.CD Dec 99 RL
  29250.  - Technical Documentation
  29251.  - Macintosh Technical Q&As could not be found."
  29252.     return
  29253. end try
  29254. e    No Changef
  29255. Dialog Managerq
  29256. Dev.CD Aug 00 TC Disk 2
  29257. All Packages
  29258. ImageCompositingV
  29259. 87928X
  29260.  region
  29261. content region
  29262. window class
  29263. window classes
  29264. window layers
  29265. window attributes
  29266. scrolling
  29267. Menu Manager
  29268. menus
  29269. Carbon
  29270. Apple menu
  29271. menu items
  29272. /developer.apple.com/techpubs/index.html
  29273. J6README.txt
  29274. smr.bat
  29275. SndMemRecord
  29276. SoundMemRecord.zip
  29277. Feb 00
  29278. - Common
  29279.     - Sun Compliant Java Runtime Environment 1.1
  29280.     - QuickTime 3 
  29281.     - QTJava.zip
  29282.     - QTJava media samples
  29283. - Mac OS:
  29284.     - System 8 or later
  29285.     - Macintosh Runtime for Java (MRJ) 2.1
  29286. - Windows 95, 98, or NT::
  29287.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29288. QuickTime, Java, MRJOPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:P[Dev.CD Aug 00 TC Disk 2
  29289.  - Sample Code
  29290.  - QuickTime
  29291.  - QuickTime for Java
  29292.  - SoundMemRecordV
  29293. 90238X
  29294. Aug 00^    TC Disk 2
  29295. --set theItem to choose file -- uncomment to test in an AS editor
  29296.     tell application "Finder"
  29297.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:"
  29298.         activate
  29299.     end tell
  29300. on error errMsg number errNum
  29301.     --enter statements to perform when no records are found such as...
  29302.     display dialog "Sorry, the item you selected could not be found."
  29303.     return
  29304. end try
  29305. 2400c
  29306. 24gcP
  29307. 3.0.1^
  29308. 3.0b10
  29309. 3.2.4
  29310. 3.3.2
  29311. 3.7.1
  29312. 3/92d
  29313. 4.1.2
  29314. 5.0.7W
  29315. 5.3.2
  29316. 5thcolumn
  29317. 6.0.3
  29318. 6.0.4
  29319. 6.0.5
  29320. 6.1b9
  29321. accepted, you will need to delete the security datab
  29322. 89622X
  29323. Dec 99^
  29324. --set theItem to choose file -- uncomment to test in an AS editor
  29325.     tell application "Finder"
  29326.         open item "Dev.CD Dec 99 RL:Technical Documentation:Macintosh Technical Q&As:"
  29327.         activate
  29328.     end tell
  29329. on error errMsg number errNum
  29330.     --enter statements to perform when no records are found such as...
  29331.     display dialog "Sorry, the item you selected could not be found."
  29332.     return
  29333. end try
  29334. Deletedq
  29335. Dev.CD Dec 99 RL
  29336. All Packages
  29337. Macintosh Technotes and Q&As
  29338.     A2Updates the Technote and Q&As up to June 20, 2000.
  29339. J?Q & As Start Here!
  29340. style.css
  29341. technotes
  29342. Technotes Start Here!K
  29343. Jan 00L
  29344. Aug 00M
  29345. web browserN
  29346. Technote Q&AOYDev.CD Aug 00 TC Disk 2:What's New?:Technical Documentation:Macintosh Technotes and Q&As:PaDev.CD Aug 00 TC Disk 2
  29347.  - What's New?
  29348.  - Technical Documentation
  29349.  - Macintosh Technotes and Q&AsV
  29350. 89623X
  29351. Aug 00e    No Changeo.http://developer.apple.com/techpubs/index.html
  29352. macintosh
  29353. powerbook
  29354. qualified
  29355. socket
  29356. compilers
  29357. assemblers
  29358. linkers
  29359. tools
  29360. debuggers
  29361. performance
  29362. version
  29363. numbers
  29364. remove
  29365. version
  29366. numbers
  29367. applescript
  29368. toolkit
  29369. jdirect
  29370. appleevent
  29371. receive
  29372. redistribution
  29373. msdos
  29374. multi-player
  29375. multi-processing
  29376. multi-processing
  29377. pascal
  29378. multicast
  29379. multifinder
  29380. multihoming
  29381. multilingual
  29382. multilingual
  29383. editor
  29384. multimedia
  29385. multiplay
  29386. multiple
  29387. essing
  29388. price
  29389. prices{
  29390. primarily
  29391. primary
  29392. primer
  29393. primitive
  29394. primitivesu
  29395. principles
  29396. print_
  29397. print
  29398. clipped
  29399. offscreen
  29400. takes
  29401. string
  29402. turns
  29403. print
  29404. multipage
  29405. takes
  29406. larger
  29407. print2
  29408. printable
  29409. printdialogmagic
  29410. printed
  29411. printenv
  29412. printer
  29413. printer-specific
  29414. printers{
  29415. econdly, we
  29416. ve moved rarely used classes out of MRJ into the MRJ SDK, which contains software primarily of interest to developers.  See Apple
  29417. s MRJ developer pages at http
  29418. run-timeu
  29419. runner
  29420. runningR
  29421. runnning
  29422. runsu
  29423. macintosh
  29424. debugs
  29425. applications
  29426. runtimeu
  29427. russian
  29428. rvsetvideoasscreenpr
  29429. s-record
  29430. safely
  29431. safety
  29432. sakes{
  29433. sales
  29434. contains
  29435. demonstrating
  29436. write
  29437. engine
  29438. contains
  29439. transport
  29440. software
  29441. development
  29442. contentz
  29443. ct-009-4438
  29444. ct-009-4438
  29445. ct-009-4439
  29446. ct-009-4439
  29447. ct-009-4440
  29448. ct-009-4440
  29449. ct-009-4441
  29450. ct-009-4441
  29451. ct-009-4442
  29452. ct-009-4442
  29453. ct-009-4443
  29454. ct-009-4443
  29455. ct-009-4444
  29456. ct-009-4444
  29457. ctags
  29458. ctags
  29459. manual
  29460. ctags
  29461. manual
  29462. files
  29463. overview
  29464. custom
  29465. choose
  29466. debugging
  29467. sample
  29468. 1.0b16
  29469. ctesample
  29470. ctesample
  29471. ctestsignal
  29472. ctestsignal
  29473. ctestsignal
  29474. ctestsignal
  29475. ctl's
  29476. currentimage
  29477. currentimage
  29478. currentprinter
  29479. currentprinter
  29480. cursor
  29481. cursor
  29482. cursor
  29483. customicon
  29484. custompc/b
  29485. custompc/b
  29486. custompc/b
  29487. custompiccomments
  29488. custompiccomments
  29489. custompiccomments
  29490. customputappend
  29491. customputappend
  29492. DIMPORTANT INFORMATION ABOUT THIS SDK
  29493. This package has been removed from the Developer CD. For the latest information on QuickTime development and products, please see the QuickTime web site at
  29494. http://www.apple.com/quicktime/.
  29495. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  29496. untitled (DOS 1.4MB format)K
  29497. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  29498.  - Development Kits (Disc 2)
  29499.  - QuickTake for Windows 1.5ack
  29500. wired
  29501. events
  29502. triggered
  29503. events
  29504. quicktime
  29505. streaming
  29506. messages
  29507. controller
  29508. quicktime
  29509. media
  29510. sample
  29511. search
  29512. quicktime
  29513. track
  29514. actionsZ
  29515. quicktime
  29516. timecode
  29517. track
  29518. media
  29519. handler
  29520. quicktime
  29521. handler
  29522. quicktime
  29523. vector
  29524. picture
  29525. quicktime
  29526. video
  29527. digitizing
  29528. quicktime
  29529. video
  29530. sound
  29531. track
  29532. movie
  29533. create
  29534. quicktime
  29535. video
  29536. streaming
  29537. audio
  29538. quicktime
  29539. framework
  29540. shell
  29541. viewer
  29542. distributors/localiz
  29543. betabase
  29544. betabase
  29545. bigeasy
  29546. bigeasy2
  29547. bigeasy2
  29548. bigeasy2
  29549. bigeasydialogs
  29550. bigeasydialogs
  29551. bigeasydialogs
  29552. bigeasygrafish
  29553. bigeasygrafish
  29554. bigeasygrafish
  29555. bigeasytextish
  29556. bigeasytextish
  29557. bigeasytextish
  29558. bigeasyutils
  29559. bigeasyutils
  29560. bigeasyutils
  29561. bigscrolling
  29562. bigscrolling
  29563. bigscrolling
  29564. bigscrolling
  29565. bigscrolling
  29566. codewarrior
  29567. coercionc
  29568. coercionsf
  29569. coercions
  29570. color`
  29571. commQ
  29572. communicationsQ
  29573. communications
  29574. toolboxQ
  29575. compilable
  29576. componentdispatchk
  29577. componentdispatch
  29578. componentdispatch
  29579. componentprototypesk
  29580. componentprototypes
  29581. componentss
  29582. compressionm
  29583. compression
  29584. prefixm
  29585. compressorm
  29586. connection
  29587. contextualu
  29588. contextual
  29589. manageru
  29590. flicker-free
  29591. flickers
  29592. flight-sim
  29593. flightsim
  29594. flipping
  29595. float-to-int
  29596. folders
  29597. folks
  29598. follow
  29599. following
  29600. font[
  29601. fontsN
  29602. footprintx
  29603. sections
  29604. sector
  29605. sectors
  29606. secure
  29607. securely
  29608. security
  29609. sedit
  29610. seedbuilder
  29611. seedcfill
  29612. uest patches Mac OS system routines, so you should install it only when necessary. 
  29613. Third Party Compatibility
  29614. AutoGuest INIT 2.x was not compatible with Connectix Speed Doubler
  29615.  8.x. The symptom is that applications can link from the foreground only. Speed Doubler
  29616.  is not at fault, it is a side effect of the way AutoGuest INI
  29617. 89289X
  29618. Aug 00^    TC Disk 1
  29619. --set theItem to choose file -- uncomment to test in an AS editor
  29620.     tell application "Finder"
  29621.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:ResEdit 2.1.3:ResEdit Extensions:CODE Editor for ResEdit 2.1:"
  29622.         activate
  29623.     end tell
  29624. on error errMsg number errNum
  29625.     --enter statements to perform when no records are found such as...
  29626.     display dialog "Sorry, the item you selected could not be found."
  29627.     return
  29628. end try
  29629. e    No ChangefGResEdit 2.1 2.1.1 Code Disassembly Disassembler Viewer Editor RSSC HEXAq
  29630. Dev.CD Aug 00 TC Disk 1
  29631. All Packages
  29632. CollectPictColorsI
  29633. This application uses the Picture Utilities package and Jon Zap's KnowsPict application to demonstrate two methods of collecting colors used by Pict resources.  In this program, you'll see different results for each method.V
  29634. 89290X
  29635. 1e    No Change
  29636. fficial@
  29637. olson@
  29638. on-line@
  29639. once@
  29640. evised@
  29641. routinedescriptor@
  29642. Dev.CD Apr 9V
  29643. 89823X
  29644. Apr 95
  29645. b--set theItem to choose file -- uncomment to test in an AS editor
  29646.     tell application "Finder"
  29647.         open item "Dev.CD Apr 95"
  29648.         activate
  29649.     end tell
  29650. on error errMsg number errNum
  29651.     --enter statements to perform when no records are found such as...
  29652.     display dialog "Sorry, the item you selected could not be found."
  29653.     return
  29654. end try
  29655. All Packages
  29656. F    PowerTalkO
  29657. Dev.CD Apr 95
  29658. Dev.CD Jan 95P
  29659. Dev.CD Apr 95
  29660. Dev.CD Jan 9V
  29661. 89824X
  29662. Apr 95
  29663. p--set theItem to choose file -- uncomment to test in an AS editor
  29664.     tell application "Finder"
  29665.         open item "Dev.CD Apr 95
  29666. Dev.CD Jan 95"
  29667.         activate
  29668.     end tell
  29669. on error errMsg number errNum
  29670.     --enter statements to perform when no records are found such as...
  29671.     display dialog "Sorry, the item you selected could not be found."
  29672.     return
  29673. end try
  29674. All Packages
  29675. F    PowerTalkO
  29676. Dev.CD Apr 95
  29677. Dev.CD Jan 95P
  29678. Dev.CD Apr 95
  29679. Dev.CD Jan 9V
  29680. 89825X
  29681. Apr 95
  29682. 89363X
  29683. Sep 96^
  29684. --set theItem to choose file -- uncomment to test in an AS editor
  29685.     tell application "Finder"
  29686.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue 11:"
  29687.         activate
  29688.     end tell
  29689. on error errMsg number errNum
  29690.     --enter statements to perform when no records are found such as...
  29691.     display dialog "Sorry, the item you selected could not be found."
  29692.     return
  29693. end try
  29694. Deletedq
  29695. Dev.CD Sep 96 RL
  29696. tD(All Packages
  29697. Reference Library Edition
  29698. develop Issue 12
  29699.     I Manager 4.3q
  29700. Dev.CD Aug 00 TC Disk 2
  29701. All Packages
  29702. SCSI Simple SampleI
  29703. SCSI Simple Sample is a simple sample that illustrates how to call the original and asynchronous SCSI Managers. In particular, it shows how to scan all SCSI buses for the presence of SCSI devices.V
  29704. 88572X
  29705. 1e    No Change
  29706. cdent
  29707. stuff
  29708. macapp
  29709. developer
  29710. survey
  29711. macappclassmeth
  29712. macapplication
  29713. macapplication
  29714. macapplication
  29715. macapplication
  29716. 1.0.1 -> 1.0.2 Updater
  29717. Navigable Movie Toolkit
  29718. Read Me
  29719. Read Me.txt
  29720. Software License
  29721. Software License.txt
  29722. TCCalc
  29723. User Manual
  29724. Version History
  29725. Version History.txtK
  29726. Aug 93M
  29727. For acquisition: Any Macintosh that has two serial ports (one optional).
  29728. For digitizing: Any Macintosh that supports QuickTime video digitizingN5Navigable Movies, Pan/Tilt Movies, Virtual NavigationO^Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:Navigable Movie Toolkit:PiDev.CD Aug 00 TC Disk 1
  29729.  - Tool Chest
  29730.  - Development Kits
  29731.  - HyperCard Related
  29732.  - Navigable Movie ToolkitW
  29733. atmark
  29734. atsui
  29735. attachability
  29736. attributes
  29737. atworld
  29738. audio
  29739. audio
  29740. compression
  29741. playback
  29742. codec
  29743. auntie
  29744. O or later (3.0.1 or later recommended)
  29745. (Netscape Navigator 2.0.2 can also be used with limitations; e.g., it will not allow you to submit a PDF form, and operations such as printing PDF files from within Netscape Navigator 2.0.2 can crash your Mac.)
  29746. You may also be able to use other Web browsers that fully support the Netscape APIs.
  29747. Adobe, Acrobat, Reader, PDFnd Hardware:Miscellaneous:Wake100:PZDev.CD Aug 00 TC Disk 1
  29748.  - Sample Code
  29749.  - Devices and Hardware
  29750.  - Miscellaneous
  29751.  - Wake100V
  29752. 89085X
  29753. Aug 00^    TC Disk 1
  29754. --set theItem to choose file -- uncomment to test in an AS editor
  29755.     tell application "Finder"
  29756.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Miscellaneous:Wake100:"
  29757.         activate
  29758.     end tell
  29759. on error errMsg number errNum
  29760.     --enter statements to perform when no records are found such as...
  29761.     display dialog "Sorry, the item you selected could not be found."
  29762.     return
  29763. end try
  29764. e    No Change
  29765. 89703X
  29766. Oct 00^
  29767. --set theItem to choose file -- uncomment to test in an AS editor
  29768.     tell application "Finder"
  29769.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:"
  29770.         activate
  29771.     end tell
  29772. on error errMsg number errNum
  29773.     --enter statements to perform when no records are found such as...
  29774.     display dialog "Sorry, the item you selected could not be found."
  29775.     return
  29776. end try
  29777. e    No Changeq
  29778. Dev.CD Oct 00 SDK1
  29779. All Packages
  29780. Navigable Movie Toolkit
  29781. 89704X
  29782. develop Issue  3
  29783.     heItem to choose file -- uncomment to test in an AS editor
  29784.     tell application "Finder"
  29785.         open item "Dev.CD Jun 97 SSW"
  29786.         activate
  29787.     end tell
  29788. on error errMsg number errNum
  29789.     --enter statements to perform when no records are found such as...
  29790.     display dialog "Sorry, the item you selected could not be found."
  29791.     return
  29792. end try
  29793. All Packages
  29794. F    QuickTimeO
  29795. Dev.CD Jun 97 SSWP
  29796. Dev.CD Jun 97 SSV
  29797. 86918X
  29798. MultiTasking
  29799. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  29800. Dev.CD Aug 00 TC Disk 2
  29801. All Packages
  29802. MPW etc.
  29803. This disk image contains Golden Master and Pre-release versions of MPW, debuggers for both Power Macintosh and 68K Macintosh, some miscellaneous MPW-related software, and complete documentation.
  29804. MPW is a general-purpose development environment that can be used to create 68K and Power Macintosh applications.  It includes an editor, C/C++ compilers, assemblers, linkers, and dozens of useful tools and utilities.
  29805. MPW etc.img.binK
  29806. Nov 97L
  29807. Aug 00M
  29808. MPW requires a 68K Macintosh with a 68020 or higher microprocessor, or any Power Macintosh. MPW also requires System 7.5 or later.NKMPW, compilers, assemblers, linkers, tools, debuggers, performance analysisO=Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:PEDev.CD Aug 00 TC Disk 1
  29809.  - Tool Chest
  29810.  - Development Kits
  29811.  - MPW etc.V
  29812. 89682X
  29813. Aug 00^    TC Disk 1
  29814. e    No Change
  29815. QuickDraw
  29816.  3D enables your computer to display three-dimensional graphics using applications designed to take advantage of QuickDraw 3D. It also provides a common file format, called QuickDraw 3D Metafile (or 3DMF for short), for exchanging 3D documents.  QuickDraw 3D also provides acceleration services which support plug-and-play accelerator cards.   Enclosed, you will find the v.1.5.2 release of QuickDraw 3D for Windows.
  29817. QuickDraw 3D v1.5.2K
  29818. Sep 97N
  29819. QuickDraw 3D, Windows, MetafileOCDev.CD Apr 99 SDK1:Development Kits:QuickDraw 3D for Windows 1.5.2:PHDev.CD Apr 99 SDK1
  29820.  - Development Kits
  29821.  - QuickDraw 3D for Windows 1.5.2t
  29822. transport
  29823. traversing
  29824. traversing
  29825. related
  29826. tables
  29827. extgridview
  29828. ttextlistview
  29829. tunes
  29830. tutorial
  29831. tween
  29832. level
  29833. txratio
  29834. types
  29835. typography
  29836. altdboxproc
  29837. alter
  29838. alterations
  29839. altered
  29840. altering
  29841. alternateg
  29842. alternatebufferdispl
  29843. alternatingr
  29844. alternative
  29845. alternatively
  29846. alters
  29847. althoughe
  29848. altivec
  29849. always
  29850. america
  29851. amongj
  29852. amongst
  29853. amount
  29854. amounts
  29855. uJ0Guide_To_MPQ.pdf
  29856. MPQ Read Me
  29857. MPQ_Program_Kit.pdfK
  29858. Nov 95M
  29859. Adobe Acrobat ReaderNGMPQ, Macintosh, PowerBook, Qualified, PC Card, Card and Socket ServicesODDev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:PIDev.CD May 98 TC
  29860.  - Programs & Marketing
  29861.  - Macintosh PowerBook Qualified Runtime Environment 1.1
  29862.     - QuickTime 3 
  29863.     - QTJava.zip
  29864.     - QTJava media samples
  29865. - Mac OS:
  29866.     - System 8 or later
  29867.     - Macintosh Runtime for Java (MRJ) 2.1
  29868. - Windows 95, 98, or NT::
  29869.     - JRE/JDK from Sun Microsystems, Inc. recommended
  29870. QuickTime, Java, MRJOZDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImageProducing:PhDev.CD Aug 00 TC Disk 2
  29871.  - Sample Code
  29872.  - QuickTime
  29873.  -  All Java
  29874.  - QuickTime for Java
  29875.  - ImageProducingV
  29876. 87930X
  29877. Aug 00^    TC Disk 2
  29878. e    No Change
  29879. e found such as...
  29880.     display dialog "Sorry, the item you selected could not be found."
  29881.     return
  29882. end try
  29883. e    No Changeq
  29884. Dev.CD Aug 00 TC Disk 1
  29885. All Packages
  29886. Dialog popupsV
  29887. 84622X
  29888. Nov/Dec 92M5Any Macintosh, This package is System 7.0 compatible.OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  29889.  - Tool Chest
  29890.  - Testing & Debugging
  29891.  - General toolserror errMsg number errNum
  29892.     --enter statements to perform when no records are found such as...
  29893.     display dialog "Sorry, the item you selected could not be found."
  29894.     return
  29895. end try
  29896. antiated
  29897. instantly
  29898. instead
  29899. instrumentation
  29900. instrumented
  29901. instruments
  29902. instuctions
  29903. insulate
  29904. insure
  29905. int'l
  29906. intact
  29907. integer
  29908. integral
  29909. integrate
  29910. integrated
  29911. integrates
  29912. integrating
  29913. integrating
  29914. computer-based
  29915. media
  29916. broadcast
  29917. environment
  29918. integration
  29919. integrator
  29920. uD!All Packages
  29921. Tool Chest Edition
  29922. Macintosh PowerBook Qualified
  29923. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  29924. The Kit includes:
  29925. Guide to Macintosh PowerBook Qualified Program
  29926. Program Technical Specifications
  29927. Program Pre-testing Guidelines
  29928. Legal Documentation for licensing and program participation
  29929. ug reports to mrj_feedback@apple.com. This can incl
  29930. ude enhancement requests, complaints, accolades, or anything else you want to convey. You may not receive a response; however, all feedback is read and evaluated.
  29931.  Apple has created a mailing list server, called MRJ-Dev, to serve the Mac OS Runtime for Java (MRJ) developer community. To join this list, go to the Apple Mailing List Server at http://www.lists.apple.com/mrj.html.
  29932.  Do not call Apple
  29933. s 800 number(s) regarding this software since our operators are not trained to support deve
  29934. 89621X
  29935. May 98^
  29936. --set theItem to choose file -- uncomment to test in an AS editor
  29937.     tell application "Finder"
  29938.         open item "Dev.CD May 98 TC:Programs & Marketing:Macintosh PowerBook Qualified:"
  29939.         activate
  29940.     end tell
  29941. on error errMsg number errNum
  29942.     --enter statements to perform when no records are found such as...
  29943.     display dialog "Sorry, the item you selected could not be found."
  29944.     return
  29945. end try
  29946. e    No ChangefBMPQ
  29947. Macintosh
  29948. PowerBook
  29949. Qualified
  29950. PC Card
  29951. Card and Socket Servicesq
  29952. Dev.CD May 98 TC
  29953. vD(All Packages
  29954. Reference Library Edition
  29955. Macintosh Technical Q&As
  29956.     ce will be slower than in the official (optimized) version of MRJ 2.2.
  29957. To use the debug version of MRJ 2.2, you must have already installed the corresponding pre-release version of MRJ 2.2. The components in this debugging package will replace only a few of the components that are installed with MRJ 2.2. This package does not come with its own installer; therefore, you will hav
  29958. developer
  29959. provides
  29960. technical
  29961. information
  29962. about
  29963. development
  29964. information
  29965. image
  29966. contains
  29967. debug
  29968. version
  29969. 2.5.2
  29970. which
  29971. image
  29972. contains
  29973. golden
  29974. master
  29975. pre-release
  29976. versi
  29977. document
  29978. describes
  29979. waste
  29980. worldscript
  29981. aware
  29982. styled
  29983. document
  29984. lists
  29985. selectors
  29986. known
  29987. creator
  29988. document
  29989. provides
  29990. preliminary
  29991. information
  29992. about
  29993. macintosh
  29994. application
  29995. contains
  29996. examp
  29997. follow
  29998. example
  29999. shows
  30000. single
  30001. frame
  30002. example
  30003. demonstrates
  30004. script
  30005. applicatio
  30006. example
  30007. simpletext
  30008. 1.4d16
  30009. source
  30010. example
  30011. shows
  30012. additional
  30013. frame
  30014. example
  30015. shows
  30016. items
  30017. print
  30018. dialogs
  30019. lustrating
  30020. folder
  30021. contains
  30022. apple
  30023. source
  30024.     No Change
  30025. of MRJ dcmd options.  
  30026. mentioned
  30027. mentors
  30028. menuU
  30029. menumanager
  30030. menusv
  30031. menuscripter
  30032. merchandised
  30033. merchandising
  30034. merely
  30035. message
  30036. messagepad{
  30037. messages{
  30038. messagewatcher
  30039. messy
  30040. meta-content
  30041. metafile
  30042. meter
  30043. metering
  30044. meters
  30045. metertest
  30046. methodx
  30047. methodology
  30048. methods
  30049. socket
  30050. services
  30051. cardbus
  30052. cascade
  30053. cascade
  30054. windows
  30055. categories
  30056. audio
  30057. audio
  30058. toolkit
  30059. tracker
  30060. cd-rom
  30061. control
  30062. panel
  30063. symantec
  30064. metrowerks
  30065. standardfile
  30066. center
  30067. center
  30068. centerrectinrect
  30069. centerwindow
  30070. cfallocator
  30071. cfarray
  30072. cfarray
  30073. cfbag
  30074. cfbag
  30075. functional
  30076. functionality[
  30077. functionsB
  30078. functions/methods
  30079. fundamental
  30080. fundamentally
  30081. fundamentals
  30082. further
  30083. future{
  30084. futures
  30085. g3/266
  30086. g3/26620th
  30087. gadgets{
  30088. gaining{
  30089. gains
  30090. games{
  30091. gamesprockets
  30092. gamma
  30093. gammas
  30094. garbage
  30095. tPODev.CD Aug 97 TC
  30096.  - What's New?
  30097.  - Developer Notes
  30098.  - Macintosh PowerBook 2400cV
  30099. 89620X
  30100. Aug 97^
  30101. --set theItem to choose file -- uncomment to test in an AS editor
  30102.     tell application "Finder"
  30103.         open item "Dev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:"
  30104.         activate
  30105.     end tell
  30106. on error errMsg number errNum
  30107.     --enter statements to perform when no records are found such as...
  30108.     display dialog "Sorry, the item you selected could not be found."
  30109.     return
  30110. end try
  30111. e    No Changeq
  30112. Dev.CD Aug 97 TC
  30113. Macintosh PowerBook Qualified
  30114. pSummary:  This is the prgram guide for the new Macintosh PowerBook Qualified logo licensing program. This is technical, legal and marketing documentation in Adobe Acrobat format.
  30115. The Kit includes:
  30116. Guide to Macintosh PowerBook Qualified Program
  30117. Program Technical Specifications
  30118. Program Pre-testing Guidelines
  30119. Legal Documentation for licensing and program participation
  30120. cipation
  30121. Nov 95
  30122. OIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:WindowColors:PQDev.CD Aug 00 TC Disk 2
  30123.  - Sample Code
  30124.  - Human Interface Toolbox
  30125.  - WindowColorsV
  30126. 90688X
  30127. Aug 00^    TC Disk 2
  30128. --set theItem to choose file -- uncomment to test in an AS editor
  30129.     tell application "Finder"
  30130.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:WindowColors:"
  30131.         activate
  30132.     end tell
  30133. on error errMsg number errNum
  30134.     --enter statements to perform when no records are found such as...
  30135.     display dialog "Sorry, the item you selected could not be found."
  30136.     return
  30137. end try
  30138. e    No Changeq
  30139. Dev.CD Aug 00 TC Disk 2
  30140. All Packages
  30141. WindowPicker 1.1
  30142. 90689X
  30143. a-law
  30144. about
  30145. acrobat@
  30146. addframetomovie
  30147. rsrc@
  30148. administration@
  30149. aedaemonmain@
  30150. resedit
  30151. template@
  30152. aiat@
  30153. altbufferdisplay@
  30154. alternatebufferdispl
  30155. analyzer@
  30156. apple
  30157. directions
  30158. 03/95@
  30159. apple
  30160. event
  30161. xcmds
  30162. 1.0b3@
  30163. apple
  30164. international
  30165. glossar
  30166. apple
  30167. workgroup
  30168. servers@
  30169. applescriptfind@
  30170. applesingle/appledou
  30171. formats@
  30172. application
  30173. application
  30174. arpsample
  30175. asyncpb
  30176. atcp@
  30177. authoring@
  30178. basics@
  30179. begin@
  30180. binhex@
  30181. browser@
  30182. build@
  30183. byrne's@
  30184. cmnd@
  30185. carbon
  30186. html@
  30187. cbufffilestream@
  30188. cd-rom
  30189. detection
  30190. cdtracker
  30191. change@
  30192. ciconbuttons
  30193. claris
  30194. files@
  30195. colormarquee@
  30196. common@
  30197. comp@
  30198. comparelastrevision@
  30199. compressed
  30200. connect@
  30201. context@
  30202. managerN
  30203. manager'sf
  30204. manager-related
  30205. managers
  30206. managing
  30207. managmentw
  30208. manalyzer
  30209. mananger
  30210. manger
  30211. manipulate
  30212. arkets
  30213. 2e    No Changef8Icon
  30214. color icon
  30215. colour table
  30216. CIconHandle
  30217. CTabHandle
  30218. clutq
  30219. Dev.CD Aug 00 TC Disk 2
  30220. 3D!All Packages
  30221. Mac OS SDK Edition
  30222. ColorSync 3.0 Mac SDK
  30223. The complete ColorSync
  30224.  3.0 SDK for Mac developers. It includes the following:
  30225. Interfaces & Link Libraries
  30226. Documentation
  30227. Sample Code
  30228. Goodies
  30229. ColorSync
  30230.  3.0 is the latest version of Apple Computer's color management architecture for the Mac OS. For more information visit the ColorSync website at http://www.apple.com/colorsync.
  30231. What's New in ColorSync
  30232.       - Device Profiles and Document Profiles
  30233.       - ColorSync Workflows
  30234.       - Apple CMM
  30235.       - Calibration Assistant Expert mode
  30236.  - DIMM Config&Interleave v1.1
  30237. QuickTime, Java, MRJOXDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImportExport:PfDev.CD Aug 00 TC Disk 2
  30238.  - Sample Code
  30239.  - QuickTime
  30240.  -  All Java
  30241.  - QuickTime for Java
  30242.  - ImportExportV
  30243. 87932X
  30244. Aug 00^    TC Disk 2
  30245. e    No Change
  30246. st 20 rows of the 'icl8' image is used.
  30247. J]Direct Pixel Access(PPC)
  30248. Direct Pixel Access.c
  30249. Direct Pixel Access.rsrc
  30250. DirectPixelAccess.mcpM
  30251. Color QuickDrawODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Direct Pixel Access:V
  30252. 84627X
  30253. 1e    No Change
  30254. !OPDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:AE Interaction Sample:PXDev.CD Aug 00 TC Disk 2
  30255.  - Sample Code
  30256.  - Interapplication Comm
  30257.  - AE Interaction SampleV
  30258. 89153X
  30259. Aug 00^    TC Disk 2
  30260. --set theItem to choose file -- uncomment to test in an AS editor
  30261.     tell application "Finder"
  30262.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:AE Interaction Sample:"
  30263.         activate
  30264.     end tell
  30265. on error errMsg number errNum
  30266.     --enter statements to perform when no records are found such as...
  30267.     display dialog "Sorry, the item you selected could not be found."
  30268.     return
  30269. end try
  30270. e    No Changef)AppleEvent
  30271. interaction
  30272. AEInteractWithUserq
  30273. Dev.CD Aug 00 TC Disk 2
  30274. All Packages
  30275. AE Sample Applications
  30276. 89154X
  30277. etsprockettest
  30278. network
  30279. network
  30280. management
  30281. network
  30282. server
  30283. developer's
  30284. guide
  30285. network
  30286. services
  30287. location
  30288. onescannerx
  30289. opp's
  30290. oracle
  30291. --set theItem to choose file -- uncomment to test in an AS editor
  30292.     tell application "Finder"
  30293.         open item "Dev.CD Apr 94
  30294. Dev.CD Jan 94
  30295. Dev.CD Oct 93
  30296. Dev.CD Jul 93"
  30297.         activate
  30298.     end tell
  30299. on error errMsg number errNum
  30300.     --enter statements to perform when no records are found such as...
  30301.     display dialog "Sorry, the item you selected could not be found."
  30302.     return
  30303. end try
  30304. imate
  30305. intoB
  30306. intra
  30307. intranets
  30308. intricacies
  30309. introduce
  30310. introducedu
  30311. introduces
  30312. introducing
  30313. readme-fragment@
  30314. relase@
  30315. report@
  30316. resolverelativealias
  30317. readme@
  30318. resources@
  30319. scale
  30320. graytext
  30321. graytext
  30322. graytext
  30323. graytext
  30324. graytext
  30325. gridwindowgrow
  30326. gridwindowgrow
  30327. gridwindowgrow
  30328. gridwindowgrow
  30329. groupdrawing
  30330. groupdrawing
  30331. growtogrid
  30332. growtogrid
  30333. easyview
  30334.  some extra debugging tools available only with the debug build. This Technote is available at http://developer.apple.com/technotes/tn/tn1154.htmrry, the item you selected could not be found."
  30335.     return
  30336. end try
  30337. e    No Changef<PixMap
  30338. Direct Pixel Access
  30339. GetCPixel
  30340. GetPixBaseAddr
  30341. CopyBitsq
  30342. Dev.CD Aug 00 TC Disk 1
  30343. D(All Packages
  30344. Reference Library Edition
  30345. Disinfectant 3.7.1I
  30346. Summary: Disinfectant is a free anti-viral utility for the Mac. 
  30347. Features: Disinfectant detects and removes known Mac viruses.  J
  30348. DisinfectantK
  30349. Vol IIIL
  30350. Sep 97
  30351. OOPTESample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.  It demonstrates fundamental TextEdit toolbox calls and TextEdit automatic scrolling, and it shows how to create and maintain scroll bar controls.
  30352. This version of TESample has been substantially reworked in Object Pascal to show how a "typical" object-oriented program could be writB
  30353. ten.  To this end, what was once a single source code file has been restructured into a set of classes which demonstrate the advantages of object-oriented programming.
  30354. (BuildOOPTESample
  30355. FlowCtlMacs.d
  30356. MTESample.p
  30357. Objects
  30358. OOPTESample
  30359. OOPTESample.make
  30360. ProgStrucMacs.d
  30361. README
  30362. TECommon.h
  30363. TESample.r
  30364. TESampleGlue.a
  30365. TESampleGlue.a.o
  30366. TMLRules.make
  30367. UApplication.inc1.p
  30368. UApplication.p
  30369. UDocument.inc1.p
  30370. UDocument.p
  30371. UTEDocument.inc1.p
  30372. UTEDocument.p
  30373. UTESample.inc1.p
  30374. UTESample.p
  30375. MPWator
  30376. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.NPQuickTime, URL, Wired, Sprite, Actions, Controller, Intercept, mcActionLinkToURLOODev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:WatchMe:PZDev.CD Aug 00 TC Disk 2
  30377.  - Sample Code
  30378.  - QuickTime
  30379.  - Wired Movies and Sprites
  30380.  - WatchMeW
  30381. america
  30382. amongj
  30383. amongst
  30384. amount
  30385. amounts
  30386. summary
  30387. software
  30388. apple
  30389. macintosh
  30390. displayP
  30391. summary
  30392. latest
  30393. version
  30394. shimmermate
  30395. names
  30396. summary
  30397. package
  30398. contains
  30399. summary
  30400. package
  30401. contains
  30402. debugging
  30403. version
  30404. summary
  30405. package
  30406. contains
  30407. application
  30408. demonstrat
  30409. summary
  30410. package
  30411. includes
  30412. draft
  30413. specifications
  30414. summary
  30415. package
  30416. apple
  30417. summary
  30418. package
  30419. provides
  30420. summary
  30421. package
  30422. provides
  30423. english
  30424. error
  30425. messages
  30426. ummary
  30427. sample
  30428. extracts
  30429. finder
  30430. strings
  30431. summary
  30432. software
  30433. improves
  30434. float-to-int
  30435. conversion
  30436. summary
  30437. stack
  30438. contains
  30439. collection
  30440. apple
  30441. event
  30442. summary
  30443. stack
  30444. allow
  30445. users
  30446. register
  30447. creator
  30448. summary
  30449. submission
  30450. contains
  30451. virtual
  30452. external
  30453. summary
  30454. application
  30455. demonstrates
  30456. printers/print
  30457. to choose file -- uncomment to test in an AS editor
  30458.     tell application "Finder"
  30459.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:ImportExport:"
  30460.         activate
  30461.     end tell
  30462. on error errMsg number errNum
  30463.     --enter statements to perform when no records are found such as...
  30464.     display dialog "Sorry, the item you selected could not be found."
  30465.     return
  30466. end try
  30467. utilityq
  30468. Dev.CD Sep 00 RL Disk 1
  30469. All Packages
  30470. Disk I/O Performance Tools
  30471. 84630X
  30472.       - Profile path balloons
  30473.       - Profile descriptions in double byte languages
  30474.       - Profile First Aid
  30475. ColorSync Features
  30476.       - AppleScript support
  30477.       - JPEG and GIF support
  30478.       - Profile Cache File
  30479.       - Profiles Folder Location and Subfolders
  30480.       - Photoshop Plug-ins
  30481.       - Multiprocessing support
  30482.       - support for 16 bits per channel images
  30483.       - What gets installed with ColorSync
  30484. JNColorSync 3.0 Installer
  30485. Documentation
  30486. Goodies
  30487. Interfaces
  30488. Libraries
  30489. Sample CodeK
  30490. Mar 93L
  30491. Dec 99M]ColorSync 3.0 is designed to work on PowerPC (or newer) machines running System 8.5 or later.N@ColorSync, calibrator, scripting, 3.0, profile, gamma, tag colorOADev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:PIDev.CD Oct 00 SDK1
  30492.  - Development Kits
  30493.  - Mac OS
  30494.  - ColorSync 3.0 Mac SDK
  30495. What Are the AEGizmos?
  30496. AEGizmos consists of four libraries in one. These libraries provide alternate ways of building and reading Apple events and Apple event descriptors.JYDemo app
  30497. Documentation
  30498. Headers
  30499. Libraries
  30500. Read Me -- AEGizmos
  30501. Sources
  30502. What's New in 1.4.2?K
  30503. Aug 94L
  30504. Oct 99N#AppleScript, Apple events, AEGizmosOZDev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:PeDev.CD Aug 00 TC Disk 1
  30505.  - Tool Chest
  30506.  - Interapplication Communication
  30507.  - AE Tools
  30508.  - AEGizmos 1.4.2V
  30509. 89159X
  30510. Aug 00^    TC Disk 1
  30511. --set theItem to choose file -- uncomment to test in an AS editor
  30512.     tell application "Finder"
  30513.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE Tools:AEGizmos 1.4.2:"
  30514.         activate
  30515.     end tell
  30516. on error errMsg number errNum
  30517.     --enter statements to perform when no records are found such as...
  30518.     display dialog "Sorry, the item you selected could not be found."
  30519.     return
  30520. end try
  30521. e    No Change
  30522. Application Files
  30523. Building QT Samples
  30524. Common Files
  30525. QTTimeCode 68k
  30526. QTTimeCode 68k.mcp
  30527. QTTimeCode PPC
  30528. QTTimeCode PPC.mcp
  30529. QTTimeCode Win.mcp
  30530. QTTimeCode.c
  30531. QTTimeCode.exe
  30532. QTTimeCode.h
  30533. QTTimeCode.mak
  30534. QTTimeCode.r
  30535. READMEM
  30536. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  30537. N*QuickTime, Timecode, Track, Media, HandlerOCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:TimeCodes:QTTimeCode:PNDev.CD Aug 00 TC Disk 2
  30538.  - Sample Code
  30539.  - QuickTime
  30540.  - TimeCodes
  30541.  - QTTimeCodeV
  30542. 89907X
  30543. Aug 00^    TC Disk 2
  30544. e    No Change
  30545. tutorial
  30546. jbindery
  30547. localization
  30548. localized
  30549. localized
  30550. strings
  30551. location
  30552. location
  30553. manager
  30554. space
  30555. lproj
  30556. macapp
  30557. machine
  30558. machine
  30559. identification
  30560. macintoshR
  30561. Summary:  AppleTalk's Printer Access Protocol (PAP) is a session level protocol that enables communication between workstations and printers or print servers. The Macintosh PAP Client Interface implements the workstation side of PAP for the Macintosh.
  30562. PAPWorkStation.o version 8.3.4 fixes a problem which affected some PowerPC Macintosh computers with PCI expansion slots printing to fast printers/print servers.   Note: there are no changes to PAP.h and PAP.p.
  30563. JTPAP Client - Read Me First
  30564. PAP Client Interface
  30565. PAP.a.o
  30566. PAP.h
  30567. PAP.p
  30568. PAPWorkStation.oK
  30569. Apr 96L
  30570. Oct 96N
  30571. Print, AppleTalk, PAPOLDev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:PQDev.CD Apr 98 SDK1
  30572.  - Development Kits (Disc 1)
  30573.  - Macintosh PAP Client Interface
  30574. summary
  30575. appletalk's
  30576. printer
  30577. access
  30578. protocol
  30579. session
  30580. summary
  30581. 2.0.1
  30582. release
  30583. summary
  30584. atrapper
  30585. application
  30586. records
  30587. a-trap
  30588. calls
  30589. summary
  30590. audit
  30591. small
  30592. library
  30593. functions
  30594. provide
  30595. summary
  30596. backlight
  30597. control
  30598. control
  30599. panel
  30600. powerbooks
  30601. s file types.
  30602. JlImportExportMovie
  30603. ImportExportMovie Read Me
  30604. ImportExportMovie 
  30605. ImportExportMovie 
  30606. .rsrc
  30607. ImportExportMovie.cM    QuickTimeN
  30608. QuickTime, import, exportOXDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Importers and Exporters:ImportExportMovie:PcDev.CD Aug 00 TC Disk 2
  30609.  - Sample Code
  30610.  - QuickTime
  30611.  - Importers and Exporters
  30612.  - ImportExportMovieV
  30613. 87933X
  30614. Aug 00^    TC Disk 2
  30615. e    No Change
  30616. calls, which can give insight into the effect of application/system resource requests and disk I/O performance. 
  30617.      The information provided by these tools can provide an understanding of an application's disk I/O behavior and interaction with the system. It is also 
  30618. summary
  30619. years
  30620. chinese
  30621. input
  30622. bottleneck
  30623. summary
  30624. gxgraphics
  30625. 1.1.6
  30626. extension
  30627. encompasses
  30628. summary
  30629. gxoverridetool
  30630. message
  30631. override
  30632. source
  30633. summary
  30634. noticed
  30635. there
  30636. isn't
  30637. effective
  30638. summary
  30639. hotsauce
  30640. technology
  30641. demonstration
  30642. based
  30643. summary
  30644. human
  30645. interface
  30646. notes
  30647. collection
  30648. human
  30649. summary
  30650. displays
  30651. indicator
  30652. error
  30653. tones
  30654. application
  30655. explains
  30656. summary
  30657. macintosh
  30658. software
  30659. distributed
  30660. world
  30661. summary
  30662. sample
  30663. discussion
  30664. detect
  30665. whether
  30666. summary
  30667. monitor
  30668. iotracer
  30669. performance
  30670. tools
  30671. summary
  30672. apple
  30673. cd-rom
  30674. handbook
  30675. provides
  30676. overview
  30677. summary
  30678. apple
  30679. chinese
  30680. handwriting
  30681. offers
  30682. another
  30683. summary
  30684. apple
  30685. grayscale
  30686. appearance
  30687. system
  30688. specif
  30689. summary
  30690. apple
  30691. international
  30692. glossaries
  30693. contains
  30694. translat
  30695. The Navigation Services suite greatly enhances the user experience of opening, saving and selecting documents, while giving your application new capabilities without customizing code.
  30696. Navigation Services is a new set of APIs to:
  30697.     - open and save documents
  30698.     - confirm save / discard changes
  30699.     - select a file, folder or volume
  30700.     - create a new folder
  30701. Benefits of adopting Navigation Services APIs for your application include:
  30702.     - new movable, resizable, Appearance-aware Open & Sa
  30703. Bve dialogs
  30704.     - easier navigation: list view with disclosure triangles, recent items, favorite items, etc.
  30705.     - built-in file format translation
  30706.     - transparent delivery of new features in future versions of the System Software.
  30707. More information on the features may be found in the Navigation Services developer note.
  30708. JCDocumentation:
  30709. Examples:
  30710. Libraries:
  30711. Navigation Services 1.1 Read MeK
  30712. Aug 99M
  30713. Mac OS 8.5OMDev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:
  30714. --set theItem to choose file -- uncomment to test in an AS editor
  30715.     tell application "Finder"
  30716.         open item "Dev.CD Apr 94
  30717. Dev.CD Jan 94
  30718. Dev.CD Oct 93
  30719. Dev.CD Jul 93
  30720. Dev.CD Apr 93"
  30721.         activate
  30722.     end tell
  30723. on error errMsg number errNum
  30724.     --enter statements to perform when no records are found such as...
  30725.     display dialog "Sorry, the item you selected could not be found."
  30726.     return
  30727. end try
  30728.  found."
  30729.     return
  30730. end try
  30731. e    No Changef
  30732. Utility
  30733. Low Disk Spaceq
  30734. Dev.CD Aug 00 TC Disk 1
  30735. D!All Packages
  30736. Tool Chest Edition
  30737. Display Card 4
  30738. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  30739. Display Card 4
  30740. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  30741. 8PYDev.CD Nov 99 TC
  30742.  - Tool Chest
  30743.  - Hardware
  30744.  - Display & Video Hardware
  30745.  - Display Card 4
  30746. 84632X
  30747. Nov 99^
  30748. 89619X
  30749. Apr 98^
  30750. --set theItem to choose file -- uncomment to test in an AS editor
  30751.     tell application "Finder"
  30752.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh PAP Client Interface:"
  30753.         activate
  30754.     end tell
  30755. on error errMsg number errNum
  30756.     --enter statements to perform when no records are found such as...
  30757.     display dialog "Sorry, the item you selected could not be found."
  30758.     return
  30759. end try
  30760. e    No Changef
  30761. Print
  30762. AppleTalk
  30763. Dev.CD Apr 98 SDK1
  30764. tD!All Packages
  30765. Tool Chest Edition
  30766. Macintosh PowerBook 2400c
  30767. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  30768. Macintosh PowerBook 2400cK
  30769. Aug 97M
  30770. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  30771. WARNING: Do not use this package until you have installed MacsBug. MacsBug can be found at http://developer.apple.com/tools/
  30772. Bug reports should be logged at http://developer.apple.com/bugreporter/
  30773. Contents
  30774. This package contains debug versions of MRJLib, JDKClasses.zip and MRJClasses.zip. 
  30775. JDKClasses.zip and MRJClasses.zip will provide more useful information when MRJ throws an exception. The 
  30776. line number tables
  30777.  have not been stripped out of the compiled code, so the stack trace dum
  30778. ped by an exception (or displayed by the MRJ MacsBug dcmd options 
  30779. mrj sc
  30780.  and 
  30781. mrj threads
  30782. ) will include valid source line numbers. This is of great help to us in debugging if you send us MacsBug logs or console output. NOTE: You must disable the JITC to reliably get line numbers. To do so, move the 
  30783. MRJ Symantec JITC
  30784.  library from the 
  30785. MRJ Libraries
  30786.  folder to somewhere outside the System Folder.
  30787. MRJLib contains user breaks (warnings) that MRJ will generate when it detects it has enter
  30788. System Enabler 065 (LC 575)O
  30789. Dev.CD Apr 94
  30790. Dev.CD Jan 94P
  30791. Dev.CD Apr 94
  30792. Dev.CD Jan 9V
  30793. 90417
  30794. movieshop
  30795. moviestask
  30796. movietoaiff
  30797. moving
  30798. moving
  30799. source
  30800. powerpc
  30801. system
  30802. mpw's
  30803. mpw-related
  30804. mrj's
  30805. mrj-dev
  30806. mrjclasses
  30807. mrjlib
  30808. mrjtoolkit
  30809. mrplus
  30810. mrplus
  30811. performance
  30812. analysis
  30813. powerpc
  30814. applicatio
  30815. ms-dos
  30816. msdev
  30817. mt/mp
  30818. muchi
  30819. mueller
  30820. mulitple
  30821. multi-digit
  30822. multi-documment
  30823. multi-homing
  30824. multi-interface
  30825. multi-platform
  30826. multibuffering
  30827. enables@
  30828. enabling@
  30829. encapsulate@
  30830. encountered@
  30831. enhancements@
  30832. environement@
  30833. environments@
  30834. error-handling@
  30835. ethernet@
  30836. evans@
  30837. evict@
  30838. example
  30839. example
  30840. graphics
  30841. importer
  30842. movie
  30843. importer
  30844. image
  30845. decompres@
  30846. exciting@
  30847. exit@
  30848. exploring@
  30849. extractbykind@
  30850. faqs@
  30851. features@
  30852. features
  30853. includes
  30854. demonstration
  30855. documentation
  30856. complete@
  30857. fifo@
  30858. file's@
  30859. fileinfo@
  30860. files/folders@
  30861. finder
  30862. finder's@
  30863. finders@
  30864. first-person@
  30865. fixing@
  30866. fkeys@
  30867. flicker-free@
  30868. floating@
  30869. folders@
  30870. followed@
  30871. fonts@
  30872. years
  30873. multimedia
  30874. developers
  30875. regarded
  30876. equilibrium's
  30877. foreground@
  30878. foreign@
  30879. formatasdos@
  30880. found
  30881. foundation@
  30882. framework-based@
  30883. freed@
  30884. french@
  30885. front@
  30886. functional@
  30887. html@
  30888. rMMSystem 7.0 or later.  Power Macintosh required for native translator support.N,Translation, Macintosh Easy Open, TranslatorOADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:PFDev.CD Apr 98 SDK1
  30889.  - Development Kits (Disc 1)
  30890.  - Macintosh Easy Open        activate
  30891.     end tell
  30892. on error errMsg number errNum
  30893.     --enter statements to perform when no records are found such as...
  30894.     display dialog "Sorry, the item you selected could not be found."
  30895.     return
  30896. end try
  30897. D!All Packages
  30898. Tool Chest Edition
  30899. Indian Language Kit 1.0
  30900.     pth, timings, multisync displays, DisplayVideoOVDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:DisplayVideo:PaDev.CD Aug 00 TC Disk 1
  30901.  - Sample Code
  30902.  - Devices and Hardware
  30903.  - Display Manager
  30904.  - DisplayVideoV
  30905. 84634X
  30906. Aug 00^    TC Disk 1
  30907. e    No Change
  30908. format
  30909. formatasdos
  30910. formatter
  30911. forms
  30912. foundation
  30913. fragment
  30914. fragment
  30915. framework
  30916. french
  30917. front
  30918. function
  30919. procket
  30920. gamesprocket
  30921. gdevvideo
  30922. germany
  30923. gestalt
  30924. gestalt
  30925. selectors
  30926. config
  30927. getdraghilitecolor
  30928. getenetaddrdirect
  30929. getenetaddrdirect
  30930. gethelpstrings
  30931. getpppstatus
  30932. getsetoptions
  30933. gimedapalette
  30934. gimedapalette
  30935. sound
  30936. globals
  30937. glossaries
  30938. glyphaiv
  30939. goodies
  30940. graphic
  30941. graphicimporter
  30942. graphics
  30943. grayishoutline
  30944. grayscale
  30945. graytext
  30946. gridwindowgrow
  30947. groupdrawing
  30948. guide
  30949. gworld
  30950. Summary:  Macintosh Easy Open (aka The Translation Manager) allows users to open documents created by applications they do not have.  The developer kit allows the application developer to create Macintosh Easy Open
  30951.  savvy applications as well as translation systems which actually perform translation.
  30952. Features:  Contains Macintosh Easy Open 1.1.1 developers kit which allows any user running System 7.0 or later to get automatic document translation.  Macintosh Easy Open also assists in perfB
  30953. orming scrap (in memory) translation.  Kind strings are enhanced in the Finder so document types are more robust.
  30954. Issues:  Please contact Apple Licensing for redistribution information.
  30955. Claris XTND Files:
  30956. Document Converter
  30957. Documentation:
  30958. Macintosh Easy Open
  30959. Macintosh Easy Open Reference
  30960. Open Me
  30961. Read Me First
  30962. Translation Extensions:K
  30963. Jul 93L
  30964. Aug 95OADev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:he kit comes with a selection of keyboard layouts accompanied by a r
  30965. macro
  30966. macros/templates
  30967. macsbug
  30968. macsbug
  30969. macsnmp
  30970. mactcp
  30971. mactcp
  30972. developer
  30973. tools
  30974. mactcp
  30975. 2.0.6
  30976. mactcp
  30977. token
  30978. mactcp
  30979. mactv
  30980. magic
  30981. magic
  30982. oracle
  30983. magician
  30984. suite
  30985. makeeffectslideshow
  30986. makeicon
  30987. makeitable
  30988. makemake
  30989. makemake
  30990. 2.0d38
  30991. makestartupaliastome
  30992. management
  30993. manager
  30994. manalyzer
  30995. manalyzer
  30996. 2.0d3
  30997. market
  30998. marquee
  30999. maximizing
  31000. maximizing
  31001. quadra
  31002. floatingpoint
  31003. mccomponent
  31004. mdiplayer
  31005. media
  31006. megamovies
  31007. megamovies
  31008. 1.6.2
  31009. memhell
  31010. memory
  31011. memory
  31012. monitor
  31013. defproc
  31014. 1.0.3
  31015. menuscripter
  31016. metertest
  31017. onescannerx
  31018. opp's
  31019. oracle
  31020. b--set theItem to choose file -- uncomment to test in an AS editor
  31021.     tell application "Finder"
  31022.         open item "Dev.CD Jul 95"
  31023.         activate
  31024.     end tell
  31025. on error errMsg number errNum
  31026.     --enter statements to perform when no records are found such as...
  31027.     display dialog "Sorry, the item you selected could not be found."
  31028.     return
  31029. end try
  31030. rdocproc
  31031. re-accept
  31032. re-built
  31033. re-compress
  31034. re-direct
  31035. re-distribute
  31036. re-enabled
  31037. re-install
  31038. re-installed
  31039. re-mount
  31040. re-rolled
  31041. re-sizable
  31042. re-use
  31043. re-write
  31044. reaches
  31045. readB
  31046. recordW
  31047. recordableb
  31048. use-nvramrc
  31049.  Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:PSDev.CD Sep 00 RL Disk 1
  31050.  - Technical Documentation
  31051.  - Misc. Standards
  31052.  - BinHex 4.0V
  31053. 87652X
  31054. Sep 00^    RL Disk 1
  31055. --set theItem to choose file -- uncomment to test in an AS editor
  31056.     tell application "Finder"
  31057.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:BinHex 4.0:"
  31058.         activate
  31059.     end tell
  31060. on error errMsg number errNum
  31061.     --enter statements to perform when no records are found such as...
  31062.     display dialog "Sorry, the item you selected could not be found."
  31063.     return
  31064. end try
  31065. e    No Changeq
  31066. Dev.CD Sep 00 RL Disk 1
  31067. All Packages
  31068. BitBlitz 1.0I
  31069. The tool was designed to be a learning/testing tool for the Copybits(), CopyMask(), and CopyDeepMask() QuickDraw calls.  It makes extensive use of GWorlds as well as the above mentioned QuickDraw bit tools.K
  31070. Vol VL
  31071. Vol VIIIV
  31072. 87653X
  31073. 1e    No Change
  31074. brary
  31075. imple
  31076. moreover
  31077. morley
  31078. morphemes
  31079. newsgroups
  31080. newsletterz
  31081. newswatcher
  31082. newton{
  31083. newton-related
  31084. nextx
  31085. nicer
  31086. nicest
  31087. nichols
  31088. nifty
  31089. night
  31090. nine{
  31091. nirvana{
  31092. nisus
  31093. nitty
  31094. training
  31095. required
  31096. plug-and-play
  31097. design
  31098. no-copy
  31099. recordretrievepictin
  31100. recordretrievepictin
  31101. chair
  31102. redants
  31103. redants
  31104. redants
  31105. redistribution
  31106. helloworld
  31107. helpQ
  31108. multifinder
  31109. multilingual
  31110. multimedia{
  31111. multipage
  31112. multipane
  31113. multiplay
  31114. multipleu
  31115. multiple-buffering/p
  31116. multiple-node
  31117. multiplication
  31118. multiplications
  31119. multiprecision
  31120. multiprocessing
  31121. multisync
  31122. multitasking
  31123. multithreading
  31124. munge
  31125. mungedeamon
  31126. mungedeamon
  31127. source
  31128. sample
  31129. illustrating
  31130. munging
  31131. music{
  31132. music
  31133. quicktime
  31134. music
  31135. architecture
  31136. david
  31137. summary
  31138. objects
  31139. hypercard
  31140. allowed
  31141. variabl
  31142. summary
  31143. opendoc
  31144. industry
  31145. standard
  31146. architecture
  31147. summary
  31148. opendoc
  31149. j-1.1
  31150. localized
  31151. version
  31152. opendoc
  31153. summary
  31154. control
  31155. strip
  31156. sample
  31157. project
  31158. summary
  31159. manager
  31160. comprehensive
  31161. developm
  31162. summary
  31163. pccts
  31164. purdue
  31165. compiler-constructio
  31166. summary
  31167. pippin
  31168. multimedia
  31169. internet
  31170. playback
  31171. summary
  31172. popupfuncs
  31173. productivity
  31174. developers
  31175. summary
  31176. portlist
  31177. extension
  31178. helps
  31179. summary
  31180. powertracer
  31181. system
  31182. atrap
  31183. powerpc
  31184. function
  31185. summary
  31186. programmer's
  31187. small
  31188. allows
  31189. summary
  31190. projectdrag
  31191. drag-and-drop
  31192. source
  31193. control
  31194. summary
  31195. resedit
  31196. apple's
  31197. standard
  31198. direct-manipulation
  31199. international
  31200. glossaries
  31201. contains
  31202. translat
  31203. summary
  31204. appleevents
  31205. probably
  31206. don't
  31207. All Packages
  31208. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  31209. Dev.CD Jan 94
  31210. Dev.CD Oct 93
  31211. Dev.CD Jul 93
  31212. Dev.CD Apr 93PDDev.CD Apr 94
  31213. Dev.CD Jan 94
  31214. Dev.CD Oct 93
  31215. Dev.CD Jul 93
  31216. Dev.CD Apr 9V
  31217. 90359X
  31218. Apr 94
  31219. --set theItem to choose file -- uncomment to test in an AS editor
  31220.     tell application "Finder"
  31221.         open item "Dev.CD Apr 94
  31222. Dev.CD Jan 94
  31223. Dev.CD Oct 93
  31224. Dev.CD Jul 93
  31225. Dev.CD Apr 93"
  31226.         activate
  31227.     end tell
  31228. on error errMsg number errNum
  31229.     --enter statements to perform when no records are found such as...
  31230.     display dialog "Sorry, the item you selected could not be found."
  31231.     return
  31232. end try
  31233. All Packages
  31234. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  31235. Dev.CD Jan 94
  31236. Dev.CD Oct 93
  31237. Dev.CD Jul 93
  31238. Dev.CD Apr 93PDDev.CD Apr 94
  31239. Dev.CD Jan 94
  31240. Dev.CD Oct 93
  31241. Dev.CD Jul 93
  31242. Dev.CD Apr 9V
  31243. 90360X
  31244. Apr 94
  31245. plain-text
  31246. plaindbox
  31247. plamondon
  31248. plan{
  31249. plane
  31250. planned
  31251. planning
  31252. plans
  31253. outputl
  31254. override
  31255. override
  31256. quickdraw
  31257. table
  31258. resource
  31259. overview
  31260. package
  31261. packages
  31262. packages
  31263. package
  31264. aware
  31265. packetizer
  31266. packman
  31267. pages
  31268. palette
  31269. palette
  31270. animatepalette
  31271. palette2ctab
  31272. getpalette
  31273. pmforecolor
  31274. palette
  31275. animation
  31276. gworld
  31277. disposegworld
  31278. animatepalette
  31279. palett
  31280. palette
  31281. color
  31282. depth
  31283. batch
  31284. processing
  31285. optimizing
  31286. conditio
  31287. palette
  31288. gworld
  31289. index2color
  31290. rgbforecolor
  31291. pmforecolor
  31292. getctabl
  31293. palette
  31294. gworld
  31295. pmforecolor
  31296. color2index
  31297. rgbforecolor
  31298. ctseed
  31299. palette2ctab
  31300. pbvolumemount
  31301. location
  31302. manager
  31303. eject
  31304. action
  31305. module
  31306. driver
  31307. loader
  31308. driver
  31309. pci-pci
  31310. pcmcia
  31311. penmode
  31312. penpat
  31313. penpixpat
  31314. performanceA
  31315. performance
  31316. analysis
  31317. 89259X
  31318. Aug 00^    TC Disk 1
  31319. --set theItem to choose file -- uncomment to test in an AS editor
  31320.     tell application "Finder"
  31321.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CalcCMask & CalcMask:"
  31322.         activate
  31323.     end tell
  31324. on error errMsg number errNum
  31325.     --enter statements to perform when no records are found such as...
  31326.     display dialog "Sorry, the item you selected could not be found."
  31327.     return
  31328. end try
  31329. e    No Changef=CalcMask
  31330. CalcCMask
  31331. bitmap
  31332. CopyBits
  31333. NewGWorld
  31334. GWorld
  31335. CopyMask
  31336. Dev.CD Aug 00 TC Disk 1
  31337. All Packages
  31338. CallFinder Tool 1.0I
  31339. Summary: An MPW tool for controlling the Finder through AppleEvents. The commando interface requires no knowledge or understanding of AppleEvents to operate.
  31340. Features: Uses AppleEvents to have the Finder execute common actions.J.CallFinder
  31341. CallFinder docs
  31342. CallFinder docs.txtK
  31343. Vol IXOTDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:CallFinder Tool 1.0:V
  31344. 89260X
  31345. 1e    No Change
  31346. Summary: PC Card Manager v3.0 SDK is a comprehensive development environment which describes how the Personal Computer Memory Card International Association (PCMCIA) expansion card interface is implemented in PowerBook Hooper.
  31347. PC Card Manager v3.0 SDK is the future architecture for upcoming PowerBook Hooper products. Developers wanting to produce PC cards for 190, 5300 and 1400 series PowerBooks should refer to PC Card Manager v2.0 SDK.
  31348. Some of the support offered by PC Card Manager v3.0Bo SDK:
  31349. System Interfaces
  31350. Power PC library
  31351. Updated documentation available in an Adobe Acrobat file
  31352. Sample code 
  31353. AnotherCustomEnabler:
  31354. CIncludes:
  31355. CustomEnabler:
  31356. DispNameReg:
  31357. Documentation:
  31358. Interfaces&Libraries
  31359. Libraries:
  31360. release Notes
  31361. RIncludes:
  31362. TupleDumper:K
  31363. Jul 96L
  31364. Mar 97M$Requires a minimum of  System 7.5.3.N PCCard, Hooper, PowerBook, CometONDev.CD Apr 98 SDK1:Development Kits (Disc 1):PC Card SDKs:PC Card Manager 3.0:
  31365. requiredR
  31366. requiredfindercolors
  31367. requirement
  31368. requirementsx
  31369. requiresu
  31370. Deletedf
  31371. database
  31372. beta test
  31373. beta helpq
  31374. Dev.CD Nov 99 TC
  31375. All Packages
  31376. BigScrollingI
  31377. ScrollBars are limited in their range to a signed 16-bit number (+/- 32768).
  31378. This project demo's one way to work around this limitation.JLBigScrolling(PPC)
  31379. BigScrolling.mcp
  31380. BigScrolling.p
  31381. BigScrolling.rsrc
  31382. Sample.pN
  31383. Scrollbar, Controls, SetControlMaximum, SetControlMinimum, SetControlValue, GetControlMaximum, GetControlMinimum, GetControlValueOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:BigScrolling:V
  31384. 87651X
  31385. 1e    No Change
  31386. owerks
  31387. OCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Navigation Services SDK:PKDev.CD Oct 00 SDK1
  31388.  - Development Kits
  31389.  - Mac OS
  31390.  - Navigation Services SDKpater
  31391. The Newton Internet Enabler (NIE) lets loose a veritable flood of possible applications by bringing the industry-standard TCP/IP protocol stack to the Newton platform. This article shows you the details of using NIE by presenting a simple Web server.
  31392. THE OPENDOC ROAD: Making the Most of Memory in OpenDoc by Troy Gaul and Vincent Lo
  31393. How to make e
  31394. fficient use of memory in the OpenDoc environment isn
  31395. t always obvious, but there are basic guidelines to help
  31396. PRINT HINTS: Sending PostScript Files to a LaserWriter by Dave Polaschek
  31397. Lots of applications send PostScript files directly to LaserWriters, but many of them do it the wrong way. Here
  31398. s the right way.
  31399. ACCORDING TO SCRIPT: User Interactions in Apple Event
  31400. Driven Applications 
  31401. How and when to interact with the user in response to Apple Events can be tricky, but there
  31402. s a method t
  31403. 89618X
  31404. Apr 98^
  31405. --set theItem to choose file -- uncomment to test in an AS editor
  31406.     tell application "Finder"
  31407.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Macintosh Easy Open:"
  31408.         activate
  31409.     end tell
  31410. on error errMsg number errNum
  31411.     --enter statements to perform when no records are found such as...
  31412.     display dialog "Sorry, the item you selected could not be found."
  31413.     return
  31414. end try
  31415. e    No Changef*Translation
  31416. Macintosh Easy Open
  31417. Translatorq
  31418. Dev.CD Apr 98 SDK1
  31419. sD!All Packages
  31420. Mac OS SDK Edition
  31421. Macintosh PAP Client Interface
  31422.     ot require a MP machine.N
  31423. Multi-processing,  MP PascalO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  31424.  - Sample CodeV
  31425. 86494X
  31426. Aug 00^    TC Disk 2
  31427. Deleted
  31428. ToolFramework.h
  31429. Toolframework.rsrcM    QuickTimeN
  31430. drag, drop, QuickTime
  31431. OGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:DragAndDrop Shell:V
  31432. 84638X
  31433. 1e    No Change
  31434. o.http://developer.apple.com/techpubs/index.htmlq
  31435. Dev.CD Jan 00 SDK1
  31436. D!All Packages
  31437. Mac OS SDK Edition
  31438. DeveloperNotes
  31439. Macintosh PowerBook G3 Series Developer Note
  31440. This developer note describes the Macintosh PowerBook G3 Series computers, which use PowerPC G3 microprocessors with clock speeds ranging from 233 to 292 MHz and have color flat-panel displays of 12.1, 13.3, or 14.1 inches across.  The developer note includes information of most interest to developers and provides descriptions of the internal architecture, the I/O ports and devices, and the expansion features. 
  31441. PowerBookG3Series.pdfK
  31442. Vol XL
  31443. Jul 98N`Macintosh, PowerBook G3 Series, developers, PowerPC, backside, cache, expansion, I/O RAM CardBusOHDev.CD Jul 98 SSW/SDK:What's New:Technical Documentation:DeveloperNotes:PPDev.CD Jul 98 SSW/SDK
  31444.  - What's New
  31445.  - Technical Documentation
  31446.  - DeveloperNotesV
  31447. 89396X
  31448. Jul 98^
  31449. SSW/SDK
  31450. e    No Changeq
  31451. Dev.CD Aug 00 TC Disk 2
  31452. All Packages
  31453. F    OTLLCTest
  31454. Sample program demonstrating how to read and write data packets directly to an ethernet driver using the Open Transport XTI API. 
  31455. The sample program implements both send and receive. Demonstrates the following.
  31456. 1. How to determine which port AppleTalk is currently using
  31457. 2. List available ethernet drivers
  31458. 3. Using Option Management to enable raw mode for both original and mentat template based drivers.
  31459. Development - Requires CodeWarrior IDE v2.1 or greater along with OT 1.1.2 or greater. B
  31460. For testing with ethernet hardware not using the mentat template, requires a minimum of SSW 7.5.3 and OT 1.1.1. If an ethernet driver that has a driver based on the mentat template, then SSW 8.0 with OT 1.2 is required.
  31461. JwNegotiateRawModeSample.c
  31462. NegotiateRawModeSample.h
  31463. OTLLCTest Readme
  31464. OTLLCTest(PPC)
  31465. OTLLCTest.c
  31466. OTLLCTest.h
  31467. OTLLCTest.mcpK
  31468. Nov 98M
  31469. See the readme file
  31470. tional
  31471. glossaries
  31472. contains
  31473. translat
  31474. P`Dev.CD Aug 00 TC Disk 1
  31475.  - Sample Code
  31476.  - Devices and Hardware
  31477.  - Miscellaneous
  31478.  - NoPowerOffKey
  31479.     tell application "Finder"
  31480.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  1:"
  31481.         activate
  31482.     end tell
  31483. on error errMsg number errNum
  31484.     --enter statements to perform when no records are found such as...
  31485.     display dialog "Sorry, the item you selected could not be found."
  31486.     return
  31487. end try
  31488. Deletedq
  31489. Dev.CD Sep 96 RL
  31490. rD(All Packages
  31491. Reference Library Edition
  31492. develop Issue 10
  31493.      Aug 00 TC Disk 1
  31494. All Packages
  31495. F    SeedCFill
  31496. 8This snippet shows how to use the SeedCFill routine to create a mask given a source image. As decribed on page 71 of Inside Mac volume V, this routine computes a destination bitmap image with 1's only in the pixels where paint can not leak from the starting seed point. This is similar to the paint- bucket tool.
  31497. J7SeedCFill(PPC)
  31498. SeedCFill.c
  31499. SeedCFill.mcp
  31500. SeedCFill.rsrcM
  31501. Color QuickDrawange
  31502. fix the problem.
  31503. Clipping Extension
  31504. Clippings
  31505. Demo Applications
  31506. Documentation
  31507. Dragging Enabler
  31508. DragLib
  31509. Finder 7.1.3
  31510. Interfaces&Libraries
  31511. Macintosh Drag and Drop
  31512. Read Me FirstK
  31513. Nov 93L
  31514. Aug 94
  31515. Macintosh Drag and Drop 1.1 requires System 7.0 or later to operate.  On System 7.0 or 7.0.1 you may drag within your application windows or between them.
  31516. The inter-application dragging features of Macintosh Drag and Drop require System 7 Pro or use of the Dragging Enabler file with System 7.1.  Support for clipping files requires the Clipping Extension file with Finder version 7.1.3 or later.  Finder version 7.1.3 is included in System 7 Pro and with this Developer
  31517. s Kit.  Note that Finde
  31518. r version 7.1.1 was released in the PowerBook File Assistant product, and with Macintosh Drag and Drop it allows you to receive and promise files, but does not create or support clipping files.  For implicit data type translation, Macintosh Easy Open version 1.0.3 or later is required.
  31519. moreisbetter
  31520. morpheme
  31521. mouse
  31522. mouseevent
  31523. mouseinfo
  31524. moved
  31525. movewindow
  31526. movieY
  31527. movies
  31528. multiprocessing
  31529. thread
  31530. hen resource tables are rebuilt. Logging can be disabled by checking a box in the dialog that prompts for a table rebuild or conversion.
  31531. Install Ad Lib 3.0.1K
  31532. Apr 00L
  31533. Apr 00
  31534. A$Mac OS 8 or later.  68020 or better.
  31535. NIMacApp, Framework, Object-oriented, Classes, C++, View, Editor, ResourcesO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:Ad Lib 3.0.1:P?Dev.CD Aug 00 TC Disk 1
  31536.  - Tool Chest
  31537.  - MacApp
  31538.  - Ad Lib 3.0.1
  31539. M}Requires System 7.0.  Won't do anything harmful with previous systems.  Won't do anything useful unless System 7.5 or later.
  31540. NCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3
  31541. suited
  31542. suites~
  31543. summarizationj
  31544. summarize
  31545. summarizes
  31546. summarizing
  31547. summary
  31548. 5thcolumn
  31549. allows
  31550. control
  31551. informatiB
  31552. summary
  31553. hypercard
  31554. create
  31555. resolve
  31556. aliasesn
  31557. summary
  31558. technical
  31559. notes
  31560. contain
  31561. latest
  31562. summary
  31563. parser
  31564. allow
  31565. access
  31566. system'sW
  31567. _J^InitMac.c
  31568. InitMac.h
  31569. MachineLoc.rsrc
  31570. main.c
  31571. Readme
  31572. TimeZone.Daylight(PPC)
  31573. TimeZone.Daylight.mcpM
  31574. System 7.5N?daylight savings time, time zone, ReadLocation, MachineLocationOCDev.CD Aug 00 TC Disk 2:Sample Code:OS Utilities:TimeZone.Daylight:PKDev.CD Aug 00 TC Disk 2
  31575.  - Sample Code
  31576.  - OS Utilities
  31577.  - TimeZone.DaylightV
  31578. 90623X
  31579. Aug 00^    TC Disk 2
  31580. --set theItem to choose file -- uncomment to test in an AS editor
  31581.     tell application "Finder"
  31582.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:OS Utilities:TimeZone.Daylight:"
  31583.         activate
  31584.     end tell
  31585. on error errMsg number errNum
  31586.     --enter statements to perform when no records are found such as...
  31587.     display dialog "Sorry, the item you selected could not be found."
  31588.     return
  31589. end try
  31590. e    No Changef<daylight savings time
  31591. time zone
  31592. ReadLocation
  31593. MachineLocationq
  31594. Dev.CD Aug 00 TC Disk 2
  31595. `D(All Packages
  31596. Reference Library Edition
  31597. Toolbox Assistant
  31598. DF    QuickTimeO
  31599. Dev.CD Jul 93
  31600. Dev.CD Apr 93P
  31601. Dev.CD Jul 93
  31602. Dev.CD Apr 9anged
  31603. getnextdevice
  31604. getmaindevice
  31605. getdevicelist
  31606. getnextdevice
  31607. baseaddr
  31608. rowbytes
  31609. pixelsize
  31610. getenetaddrdirect
  31611. getentrycolor
  31612. getgworld
  31613. getgworldpixmap
  31614. gethideonswitch
  31615. getmaindevice
  31616. getmouse
  31617. getnextdevice
  31618. getnextevent
  31619. getnextevent
  31620. waitnextevent
  31621. filter
  31622. helper
  31623. getnextfond
  31624. getnextprocess
  31625. getpalette
  31626. getpixbaseaddr
  31627. getpixrowbytes
  31628. processhelpers
  31629. processhelpers
  31630. processhelpers
  31631. processor
  31632. product
  31633. productinfo
  31634. productsS
  31635. profile
  31636. profiler
  31637. profiles
  31638. prog's
  31639. progguidex
  31640. progguide
  31641. apple
  31642. scannersx
  31643. program
  31644. programmatich
  31645. programmatic
  31646. interface
  31647. programmer's
  31648. programming
  31649. codecs
  31650. codectestmain
  31651. codectestmain
  31652. codectestmain
  31653. codewarrior
  31654. codewarrior
  31655. projects
  31656. codewarrior
  31657. coerceprgeneral
  31658. coerceprgeneral
  31659. coercionc
  31660. coercionsf
  31661. coercions
  31662. collection
  31663. collectionservices
  31664. collectpictcolors
  31665. collectpictcolors
  31666. collectpictcolors
  31667. collectpictcolors
  31668. collectpictcolors
  31669. color`
  31670. color
  31671. locator
  31672. color
  31673. marquee
  31674. color
  31675. picker
  31676. color
  31677. picker
  31678. colorcdef
  31679. colorcdef
  31680. coloredcheckbox
  31681. coloredcheckbox
  31682. coloredcheckbox
  31683. coloredcheckbox
  31684. coloredcheckbox
  31685. colorize
  31686. colorize
  31687. colorizepict
  31688. colorizepict
  31689. colorizepict
  31690. colorizepict
  31691. mponentss
  31692. compressionm
  31693. compression
  31694. prefixm
  31695. compressorm
  31696. connection
  31697. contextualu
  31698. contextual
  31699. manageru
  31700. contrast
  31701.   return
  31702. end try
  31703. concurrently
  31704. condition
  31705. conditional
  31706. conditions
  31707. condone
  31708. conference
  31709. conferences
  31710. conferencing{
  31711. confessions{
  31712. confident{
  31713. confidential
  31714. config
  31715. configurable
  31716. configuration
  31717. configuration
  31718. dialog
  31719. configurations
  31720. configurey
  31721. configured
  31722. configures
  31723. configuringA
  31724. confines
  31725. confirm
  31726. confirmation
  31727. confirmed
  31728. conflict
  31729. conform
  31730. conforming
  31731. confused
  31732. confuses
  31733. confusing
  31734. confusion
  31735. conjunction
  31736. contentz
  31737. contentsi
  31738. context
  31739. context-sensitive
  31740. contextualy
  31741. continue_
  31742. continuing
  31743. authenticator
  31744. authenticator
  31745. authenticator
  31746. market
  31747. guide
  31748. asian
  31749. asian
  31750. print
  31751. security
  31752. protocol
  31753. registry
  31754. server
  31755. controls/events
  31756. authentication
  31757. module
  31758. askyesno
  31759. 2.0.1
  31760. licensing
  31761. debugging
  31762. tools
  31763. developer
  31764. tools
  31765. documentation
  31766. examples
  31767. installer
  31768. installer
  31769. image
  31770. symfiles
  31771. assertions
  31772. assertions
  31773. asset
  31774. assistant
  31775. associated
  31776. associated
  31777. documentation
  31778. async
  31779. asyncdrivercommon
  31780. asyncdrivercommon
  31781. asyncdrivermain
  31782. asyncdrivermain
  31783. asyncdriversample
  31784. asyncdriversample
  31785. asyncdriversample
  31786. asyncdriversampledrv
  31787. asyncdriversampledrv
  31788. asynch
  31789. asyncpb
  31790. asyncpb
  31791. asyncpb
  31792. asyncpb
  31793. Deleted
  31794. ry expansion
  31795. PODev.CD Aug 00 TC Disk 1
  31796.  - Sample Code
  31797.  - Graphics 2D
  31798.  - OffScreenControlUpdateV
  31799. 89724X
  31800. Aug 00^    TC Disk 1
  31801. --set theItem to choose file -- uncomment to test in an AS editor
  31802.     tell application "Finder"
  31803.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:OffScreenControlUpdate:"
  31804.         activate
  31805.     end tell
  31806. on error errMsg number errNum
  31807.     --enter statements to perform when no records are found such as...
  31808.     display dialog "Sorry, the item you selected could not be found."
  31809.     return
  31810. end try
  31811. e    No Changef
  31812. appearance
  31813. gworld
  31814. off-screenq
  31815. Dev.CD Aug 00 TC Disk 1
  31816. All Packages
  31817. OOPTESample
  31818. 89725X
  31819.  editor
  31820.     tell application "Finder"
  31821.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:SillyBalls:"
  31822.         activate
  31823.     end tell
  31824. on error errMsg number errNum
  31825.     --enter statements to perform when no records are found such as...
  31826.     display dialog "Sorry, the item you selected could not be found."
  31827.     return
  31828. end try
  31829. qOCDev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:PKDev.CD Oct 00 SDK1
  31830.  - Development Kits
  31831.  - Mac OS
  31832.  - Macintosh Drag and DropT/MP MPDelayUntil API.J:MPDelayUntilTest
  31833. MPDelayUntilTest.c
  31834. MPDelayUntilTest.
  31835. Pro2K
  31836. May 00M
  31837. Mac OS 8.6+, MP 2.0N
  31838. MultiTasking, MultiProcessingO?Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:PGDev.CD Aug 00 TC Disk 2
  31839.  - Sample Code
  31840.  - Processes
  31841.  - MPDelayUntilTestV
  31842. 86492X
  31843. Aug 00^    TC Disk 2
  31844. --set theItem to choose file -- uncomment to test in an AS editor
  31845.     tell application "Finder"
  31846.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPDelayUntilTest:"
  31847.         activate
  31848.     end tell
  31849. on error errMsg number errNum
  31850.     --enter statements to perform when no records are found such as...
  31851.     display dialog "Sorry, the item you selected could not be found."
  31852.     return
  31853. end try
  31854. e    No Changef
  31855. MultiTasking
  31856. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  31857. Dev.CD Aug 00 TC Disk 2
  31858. ication and we provide a universal Drag.h file for you to include.  You do not need to include the DragLib file with your application as long as you start your Macintosh with the Macintosh Drag and Drop version 1.1 file in your extension folder.  The extension will provide the DragLib code fragment that your application will link with at run time.
  31859. You may license Macintosh Drag and Drop 1.1 and include it with your products.  Macintosh Drag and Drop 1.1 includes the Macintosh Drag and Dro
  31860. p file, the Clipping Extension file, and the Dragging Enabler file.  You may not license any other files in the Developer
  31861. s Kit.  Please call Apple Software Licensing at (408) 974 4667 for information.
  31862. Issues:
  31863. Macintosh Drag and Drop is incompatible with the graphics acceleration of the 8
  31864. 24 GC video card.  With this card and the 8
  31865. 24 GC control panel installed, Macintosh Drag and Drop may leave bits on the screen while dragging on the 8
  31866. s display.  Remove the 8
  31867. 24 GC control panel to 
  31868. e    No Changef-component
  31869. compression
  31870. decompression
  31871. scomq
  31872. Dev.CD Aug 00 TC Disk 2
  31873. All Packages
  31874. A/ROSE
  31875.  1.2.1
  31876. uSummary:  Includes the A/ROSE v1.2.1 System Extension, including the associated interface files and object modules.  Latest update for the A/ROSE software, v1.2.1, required for Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details.
  31877. Communications Toolbox
  31878. Contributed
  31879. Devices and Hardware
  31880. Files
  31881. Games
  31882. Graphics 2D
  31883. Graphics 3D
  31884. Help Systems
  31885. Human Interface Toolbox
  31886. Interapplication Comm
  31887. Memory
  31888. Networking
  31889. OS Utilities
  31890. Overview
  31891. Platforms and Tools
  31892. Printing
  31893. Processes
  31894. QuickTime
  31895. Runtime Architecture
  31896. Sound
  31897. Mar 92L
  31898. May 94M.System 6.0.5 or greater, MacPlus or later CPU.O$Dev.CD Aug 00 TC Disk 2:Sample Code:V
  31899. 89138X
  31900. 1e    No Change
  31901. All Packages
  31902. WorldScript UpdaterO
  31903. Dev.CD Jul 96 SSWV
  31904. 89104X
  31905. filesharingison
  31906. filesharingmaster
  31907. filesharingmaster
  31908. filesharingon
  31909. filesharingon
  31910. filesharingon
  31911. filesharingon
  31912. filesharingon
  31913. filesharingon
  31914. filing
  31915. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N
  31916. QuickTime, VR, Cursors, Hotspotc
  31917. mpdelayuntiltest
  31918. mpfilecopy
  31919. mpfilecopy
  31920. mpfilecopy
  31921. mpfilecopy-ppc
  31922. mphelloworld
  31923. mphelloworld
  31924. pascal
  31925. mping
  31926. mpperiodicaltest
  31927. mpperiodicaltest
  31928. mpperiodicaltest
  31929. program
  31930. builds
  31931. goodies
  31932. goodies
  31933. scripts
  31934. readme
  31935. scripts
  31936. readme
  31937. mpwtool
  31938. mpwtool
  31939. 1.0.1b1c2
  31940. installer
  31941. debug
  31942. 2.2.2
  31943. install
  31944. installer
  31945. 1.0.1b1c2
  31946. mrj2.2.2
  31947. mrj2.2.2
  31948. redistribution
  31949. msdos
  31950. ox.  Use the Drag Manager routines to add drag and drop behavior to your application.  To provide the standard drag and drop interface, you only need to add a few new calls and provide two callback routines that are utilized during drag operations.
  31951. The Drag Manager is integrated with the latest Finder (included in System 7 Pro and System 7.5), allowing users to drag and drop files from the Finder into any applications
  31952.  windows and providing file information for those files.  Applications 
  31953. can also find out where data was dropped in the Finder 
  31954.  for example, that it was dropped into the Trash.
  31955. Version 1.1 of Macintosh Drag and Drop adds support for native PowerPC applications and fixes a number of key bugs with version 1.0.  To support native applications, we've included two new files for your development and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  31956. All Packages
  31957. System 7.5 Update 2.0O
  31958. Dev.CD Jul 96 SSWP
  31959. Dev.CD Jul 96 SSV
  31960. 90340X
  31961. Jul 96
  31962. f--set theItem to choose file -- uncomment to test in an AS editor
  31963.     tell application "Finder"
  31964.         open item "Dev.CD Jul 96 SSW"
  31965.         activate
  31966.     end tell
  31967. on error errMsg number errNum
  31968.     --enter statements to perform when no records are found such as...
  31969.     display dialog "Sorry, the item you selected could not be found."
  31970.     return
  31971. end try
  31972. All Packages
  31973. System 7.5 Update 2.0O
  31974. Dev.CD Jul 96 SSWP
  31975. Dev.CD Jul 96 SSV
  31976. 90341X
  31977. Jul 96
  31978. f--set theItem to choose file -- uncomment to test in an AS editor
  31979.     tell application "Finder"
  31980.         open item "Dev.CD Jul 96 SSW"
  31981.         activate
  31982.     end tell
  31983. on error errMsg number errNum
  31984.     --enter statements to perform when no records are found such as...
  31985.     display dialog "Sorry, the item you selected could not be found."
  31986.     return
  31987. end try
  31988. All Packages
  31989. System 7.5 Update 2.0V
  31990. 90342X
  31991. encapsulate
  31992. encapsulated
  31993. encapsulates
  31994. enclosed
  31995. encoded
  31996. encodingy
  31997. encodings
  31998. encompasses
  31999. encounter
  32000. encountering
  32001. encounters
  32002. encourage
  32003. encouraged
  32004. encourages_
  32005. encryption
  32006. endfullscreen
  32007. endian
  32008. endless
  32009. endorsement
  32010. endpoint
  32011. endpoints
  32012. enforces
  32013. enginej
  32014. engineering
  32015. engineers
  32016. engines
  32017. engler
  32018. english
  32019. enhance`
  32020. enhanced
  32021. enhancementi
  32022. summary
  32023. folder
  32024. contains
  32025. complete
  32026. information
  32027. developS
  32028. summary
  32029. folder
  32030. contains
  32031. documents
  32032. about
  32033. programming
  32034. summary
  32035. folder
  32036. contains
  32037. electronic
  32038. forms
  32039. allow
  32040. summary
  32041. folder
  32042. contains
  32043. helpful
  32044. scripts
  32045. summary
  32046. folder
  32047. contains
  32048. information
  32049. tells
  32050. develope
  32051. summary
  32052. folder
  32053. contains
  32054. goodies
  32055. developer
  32056. summary
  32057. folder
  32058. contains
  32059. revised
  32060. acrobat
  32061. versions
  32062. summary
  32063. folder
  32064. contains
  32065. sample
  32066. applications
  32067. demonsb
  32068. summary
  32069. folder
  32070. contains
  32071. several
  32072. examples
  32073. system
  32074. summary
  32075. folder
  32076. contains
  32077. several
  32078. snippets
  32079. illustrat
  32080. summary
  32081. folder
  32082. contains
  32083. apple
  32084. event
  32085. registry
  32086. summary
  32087. folder
  32088. contains
  32089. apple
  32090. event
  32091. terminologd
  32092. summary
  32093. folder
  32094. contains
  32095. macsnmp
  32096. developer's
  32097. summary
  32098. folder
  32099. contains
  32100. net-install
  32101. apple's
  32102. summary
  32103. folder
  32104. contains
  32105. assist
  32106. increas
  32107. - create folder
  32108. - confirm save
  32109. - confirm revert
  32110. Navigation Services provides a new document saving model that enables transparent conversion, encoding, upload and download of documents. 
  32111. Navigation Services also provides a number of tools to increase productivity and speed up document access, including:
  32112. - outline view (icon, name, date modified, sorting, etc)
  32113. - simultaneous opening of multiple documents, including on different volumes
  32114. - recent documents tracking
  32115. - favorite folders and doC/cuments
  32116. - shortcuts
  32117. - history
  32118. - previews
  32119. - etc.
  32120. J@Documentation
  32121. Examples
  32122. Libraries
  32123. Navigation Services 1.1 Read MeK
  32124. May 98
  32125. 6Requirements: Software: 7.5.5 and above
  32126. Hardware: 68K or PowerPC
  32127. 68k only-- you need
  32128. - CFM-68K Runtime Enabler
  32129. -NuDragLib.slb
  32130. - NuQuickTimeLib.slb
  32131. -NuTranslationLib.slb
  32132. -NuThreadsLib.slb
  32133. -ObjectSupportLib
  32134. For 68k and PPC, you need:
  32135. -OT 1.3 or greater
  32136. -QuickTime 2.5 or greater
  32137. -Appearance 1.0.1 or greater.
  32138. Issue 2997 SSWP
  32139. Dev.CD Jun 97 SSV
  32140. 86913X
  32141. --set theItem to choose file -- uncomment to test in an AS editor
  32142.     tell application "Finder"
  32143.         open item "Dev.CD Sep 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:"
  32144.         activate
  32145.     end tell
  32146. on error errMsg number errNum
  32147.     --enter statements to perform when no records are found such as...
  32148.     display dialog "Sorry, the item you selected could not be found."
  32149.     return
  32150. end try
  32151. - Create needs
  32152. - Destroy needs
  32153. - Get needs events
  32154. - Configuration dialog
  32155. - Enable mouse and keyboard
  32156. - Disable mouse and keyboard
  32157. - Reinitialize ADB bus
  32158. - Allocate/Deallocate test
  32159. - TestBIArbitraryAllocate test
  32160. - TestAccelration
  32161. - Enable speech
  32162. - Disable speech
  32163. InputSprocketSimpleTest.cp
  32164. InputSprocketSimpleTest.r
  32165. InputSprocketSimpleTest.rsrc
  32166. InputSprocketTest.CW2.prj
  32167. InputSprocketTest.CW5.prj
  32168. ISp AutoTest
  32169. ISp DialogTest
  32170. ISp MenuTest
  32171. ISpAutoTest.h
  32172. ISpDialogTest.h
  32173. ISpMenuTest.h
  32174. MakefileK
  32175. Feb 00V
  32176. 87941X
  32177. 1e    No Change
  32178. ;J;Contextual Menu Development
  32179. Contextual Menu MacHack Goodiesunications Toolbox
  32180. Contributed
  32181. Devices and Hardware
  32182. Files
  32183. Games
  32184. Graphics 2D
  32185. Graphics 3D
  32186. Help Systems
  32187. Human Interface Toolbox
  32188. Interapplication Comm
  32189. Memory
  32190. Networking
  32191. OS Utilities
  32192. Overview
  32193. Platforms and Tools
  32194. Printing
  32195. Processes
  32196. QuickTime
  32197. Runtime Architecture
  32198. Sound
  32199. Feb 92L
  32200. May 97O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  32201.  - Sample Code
  32202. 90707X
  32203. Nov 99^
  32204. --set theItem to choose file -- uncomment to test in an AS editor
  32205.     tell application "Finder"
  32206.         open item "Dev.CD Nov 99 TC:Tool Chest:Memory:ZoneRanger 1.1:"
  32207.         activate
  32208.     end tell
  32209. on error errMsg number errNum
  32210.     --enter statements to perform when no records are found such as...
  32211.     display dialog "Sorry, the item you selected could not be found."
  32212.     return
  32213. end try
  32214. Deletedf$utility
  32215. heap zones
  32216. handles
  32217. resourcesq
  32218. Dev.CD Nov 99 TC
  32219. All Packages
  32220. Zoo Tutorial
  32221. MCompanion source code and media files for the Web-based tutorial "Intro to QuickTime for Java"
  32222. Contains 10 seperate programming modules designed to teach the fundamentals of using QuickTime for Java. Includes topics such as initializing QTLib, drawing images and movies, playing sounds, advanced compositing, and custom controllers.
  32223. Aug 00V
  32224. 90708X
  32225. 1e    No Change
  32226. front@
  32227. functional@
  32228. html@
  32229. --set theItem to choose file -- uncomment to test in an AS editor
  32230.     tell application "Finder"
  32231.         open item "Dev.CD Apr 94
  32232. Dev.CD Jan 94
  32233. Dev.CD Oct 93
  32234. Dev.CD Jul 93"
  32235.         activate
  32236.     end tell
  32237. on error errMsg number errNum
  32238.     --enter statements to perform when no records are found such as...
  32239.     display dialog "Sorry, the item you selected could not be found."
  32240.     return
  32241. end try
  32242. keytrans
  32243. kgreetingport
  32244. killer
  32245. killeveryonebutme
  32246. kills
  32247. kincrement
  32248. kinds\
  32249. kiosk
  32250. kiosks
  32251. kleiman
  32252. knife
  32253. iness & Marketing: News (Apple Initiatives Sell 3d-Party Products); Market Research Monthly (Apple Macintosh User Study); Marketing Feature (Retail Channels).
  32254. This is final draft copy from Apple Directions, 
  32255.  1995, Apple Computer, Inc. All rights reserved. Reuse or reprinting without permission of the editor is forbidden.  For permission, contact the editor on AppleLink at A.DIRECTIONS. 
  32256. Apple Directions 01/95
  32257. Apple Directions 02/95
  32258. Apple Directions 03/95
  32259. Apple Directions 04/95
  32260. Apple Directions 05/95
  32261. Apple Directions 06/95
  32262. Apple Directions 07/95
  32263. Apple Directions 08/95
  32264. Apple Directions 09/95
  32265. Apple Directions 10/95
  32266. Apple Directions 11/95
  32267. Apple Directions 12/95
  32268. Mar 95L
  32269. Dec 95OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1995:PUDev.CD Nov 99 TC
  32270.  - Programs & Marketing
  32271.  - Apple Directions
  32272.  - Apple Directions 1995rtwheels
  32273. comparisons
  32274. compatibility^
  32275. compatibility
  32276. issues
  32277. compatibleP
  32278. compatibles{
  32279. compilation
  32280. compile
  32281. compiled
  32282. compiler
  32283. compiler-constructio
  32284. leted
  32285. completely
  32286. completion
  32287. complex
  32288. complexity
  32289. compliance
  32290. complies
  32291. componentQ
  32292. component's
  32293. component-based
  32294. componentincludes
  32295. components
  32296. DroneZone
  32297. DroneZone Release Notes.doc
  32298. DroneZone.CW2.prj
  32299. DroneZone.CW5.prj
  32300. DZAutoDrone.3DMF
  32301. DZAutoDroneBurn.3DMF
  32302. DZAutoDroneExpl.3DMF
  32303. DZDisplay.c
  32304. DZDisplay.h
  32305. DZDrone.c
  32306. DZDrone.h
  32307. DZEvenMoreResources.r
  32308. DZEvents.c
  32309. DZEvents.h
  32310. DZGame.c
  32311. DZGame.h
  32312. DZInput.c
  32313. DZInput.h
  32314. DZISpPresets.r
  32315. DZISpPresets.rsrc
  32316. DZKeyCap.h
  32317. DZMain.c
  32318. DZMain.h
  32319. DZMenu.c
  32320. DZMenu.h
  32321. DZMoreResources.r
  32322. DZPrefix.h
  32323. DZResource.h
  32324. DZResource.rsrc
  32325. DZSound.c
  32326. DZSound.h
  32327. DZSound.rsrc
  32328. DZSpace.c
  32329. DZSpace.h
  32330. DZThumbprint.h
  32331. DZUtils.c
  32332. DZUtils.h
  32333. DZVersionB
  32334. ntMovies
  32335. This sample code illustrates how to add hint tracks to a QuickTime movie. It illustrates several methods of doing this, and shows how to either display or not display the settings dialog box.
  32336. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.
  32337. J8Building QT Samples
  32338. QTHintMovies.c
  32339. QTHintMovies.h
  32340. READMEV
  32341. 88292X
  32342. 1e    No Change
  32343. --set theItem to choose file -- uncomment to test in an AS editor
  32344.     tell application "Finder"
  32345.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User 3.0.1d3:"
  32346.         activate
  32347.     end tell
  32348. on error errMsg number errNum
  32349.     --enter statements to perform when no records are found such as...
  32350.     display dialog "Sorry, the item you selected could not be found."
  32351.     return
  32352. end try
  32353. how to do rubberband drawing!!!  It's sort of hacked together bypassiB/ng the event mechanism and just using Button().
  32354. J+ZoomRecter(PPC)
  32355. ZoomRecter.c
  32356. ZoomRecter.mcpM    QuickDrawN    Zoom RectO;Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:ZoomRecter:PCDev.CD Aug 00 TC Disk 1
  32357.  - Sample Code
  32358.  - Graphics 2D
  32359.  - ZoomRecter
  32360. 89705X
  32361. Aug 99^
  32362. --set theItem to choose file -- uncomment to test in an AS editor
  32363.     tell application "Finder"
  32364.         open item "Dev.CD Aug 99 TC:What's New?:Development Kits:Mac OS:Navigation Services SDK:"
  32365.         activate
  32366.     end tell
  32367. on error errMsg number errNum
  32368.     --enter statements to perform when no records are found such as...
  32369.     display dialog "Sorry, the item you selected could not be found."
  32370.     return
  32371. end try
  32372. e    No Changef0open
  32373. choose
  32374. folder
  32375. navigation servicesq
  32376. Dev.CD Aug 99 TC
  32377. All Packages
  32378. NetSprocketTestI7This sample shows a bsic implementation of NetSprocket.J
  32379. aevt.c
  32380. App.h
  32381. events.c
  32382. GameSample.
  32383. .rsrc
  32384. Global.h
  32385. init.c
  32386. main.c
  32387. makefile
  32388. NetSprocketTest.CW2.prj
  32389. NetSprocketTest.CW5.prj
  32390. NetStuff.cp
  32391. NetStuff.h
  32392. NewNSpTest
  32393. Proto.h
  32394. windows.cK
  32395. Feb 00MZSystem 8.1+, PowerPC, NetSprocket, and either Universal Interfaces 3.3 or NetSprocket SDK
  32396. O:Dev.CD Aug 00 TC Disk 1:Sample Code:Games:NetSprocketTest:V
  32397. 89706X
  32398. 1e    No Change
  32399. rvices
  32400. CFString.h
  32401. CFCharacterSet.h
  32402. CFStringEncodingsExt.h
  32403. CFString
  32404. string
  32405. mutable string
  32406. internationalization
  32407. localization
  32408. Unicode
  32409. character encoding
  32410. string encoding
  32411. QuickTime web site at
  32412. http://www.apple.com/quicktime/.
  32413. QuickTake software for Windows developers.  Also see QuickTake Digital Camera SDK for more info.
  32414. untitled (DOS 1.4MB format)K
  32415. Sep 97N"QuickTake, Windows, Digital cameraOGDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTake for Windows 1.5:PLDev.CD Apr 98 SDK2
  32416.  - Development Kits (Disc 2)
  32417.  - QuickTake for Windows 1.5e
  32418. quicktime
  32419. video
  32420. digitizer
  32421. component
  32422. quicktime
  32423. video
  32424. digitizing
  32425. quicktime
  32426. video
  32427. sound
  32428. virtual
  32429. reality
  32430. quicktime
  32431. graphic
  32432. quicktime
  32433. video
  32434. sound
  32435. track
  32436. movie
  32437. create
  32438. quicktime
  32439. video
  32440. streaming
  32441. audio
  32442. quicktime
  32443. backbuffer
  32444. panorama
  32445. rotate
  32446. quicktime
  32447. cursors
  32448. hotspot
  32449. convert
  32450. linear
  32451. quicktime
  32452. panoramic
  32453. image
  32454. convert
  32455. quicktime
  32456. panoramic
  32457. playing
  32458. movies
  32459. callfinder
  32460. callhyper
  32461. callhyper
  32462. camera
  32463. carbon
  32464. carbon
  32465. graphic
  32466. import
  32467. carbonlib
  32468. carbonlib
  32469. 1.0.4
  32470. carbonsndplaydb
  32471. cardbus
  32472. cardbus
  32473. cards
  32474. categories
  32475. tracker
  32476. rds are found such as...
  32477.     display dialog "Sorry, the item you selected could not be found."
  32478.     return
  32479. end try
  32480. end try
  32481. e    No Changeq
  32482. Dev.CD Aug 00 TC Disk 1
  32483. All Packages
  32484. DriverGestalt DemoIXDriverGestalt Demo is a simple example of how to make some basic Driver Gestalt queries.JADriverGestalt Demo.mcp
  32485. DriverGestaltDemo(PPC)
  32486. DriverGestaltDemo.cM
  32487. noneNsDriver Gestalt, disk drivers, device, driver, block, storage, CD ROM, CD-ROM, hard disk, disk, DriverGestalt Demo 
  32488. ORDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestalt Demo:P]Dev.CD Aug 00 TC Disk 1
  32489.  - Sample Code
  32490.  - Devices and Hardware
  32491.  - Disks
  32492.  - DriverGestalt DemoV
  32493. 84647X
  32494. 1e    No Change
  32495. Oct 00^
  32496. --set theItem to choose file -- uncomment to test in an AS editor
  32497.     tell application "Finder"
  32498.         open item "Dev.CD Oct 00 SDK1:Development Kits:Hardware:PC Card SDKs:"
  32499.         activate
  32500.     end tell
  32501. on error errMsg number errNum
  32502.     --enter statements to perform when no records are found such as...
  32503.     display dialog "Sorry, the item you selected could not be found."
  32504.     return
  32505. end try
  32506. e    No Changeq
  32507. Dev.CD Oct 00 SDK1
  32508. All Packages
  32509. PCCardNetworkSample
  32510. Code sample which demonstrates a Ethernet driver, PC Card Enabler, and Open Transport Port Scanner for an Ethernet PC Card. Specifically, the sample is targeted for network PC Cards other than Ethernet so that they can properly register themselves with Open Transport
  32511. The code sample provides a MetroWerks Code Warrior project file which includes a sample Ethernet driver, a PC Card Enabler and a Port Scanner. The Enabler is designed to handle port registration of the network card in conjunc
  32512. e    No Changef^Open Transport
  32513. endpoint
  32514. server
  32515. listen
  32516. single-link
  32517. multihoming
  32518. OTSimpleServerHTTPq
  32519. Dev.CD Aug 00 TC Disk 2
  32520. All Packages
  32521. OTStreamLogViewer
  32522. ZOTStreamLogViewer is both a sample and a developer tool.  As a sample, it shows how to use the OT raw streams API to communication with modules in the OT kernel. As a tool, it allows you to view the output of the STREAMS logging facility (strlog).  This is extremely helpful when developing OT kernel plug-ins: modules drivers, and port scanners.
  32523. FileLogging.c
  32524. FileLogging.h
  32525. IC Libraries
  32526. LogEngine
  32527. OTStreamLogViewer(PPC)
  32528. OTStreamLogViewer.c
  32529. OTStreamLogViewer.mcp
  32530. OTStreamLogViewer.rsrc
  32531. Read Me 
  32532.  OTStreamLogViewer
  32533. StreamLogResources.hK
  32534. May 98L
  32535. Sep 98M
  32536. Open Transport 1.1.1 or higherNKOpen Transport, kernel, log, strlog, debug, raw, streams, OTStreamLogViewerOADev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTStreamLogViewer:V
  32537. 89758X
  32538. 1e    No Change
  32539. All Packages
  32540. Chinese Language Kit UpdaterV
  32541. 87690X
  32542. macgamma
  32543. macgamma
  32544. macguide
  32545. macguide
  32546. machack
  32547. machineloc
  32548. machineloc
  32549. macincludes
  32550. macincludes
  32551. macincludes
  32552. macintosh
  32553. macintosh
  32554. cd-rom
  32555. setup
  32556. 5.3.2
  32557. macintosh
  32558. macintosh
  32559. macintosh
  32560. reference
  32561. macintosh
  32562. powerbook
  32563. 2400c
  32564. macmain
  32565. macmain
  32566. macos8
  32567. macos8
  32568. higuidelines
  32569. macos8and9
  32570. macos8and9
  32571. alias
  32572. macos8documentation
  32573. macosandjava
  32574. macosx
  32575. macosx
  32576. macosx
  32577. alias
  32578. macosxdevtools
  32579. macprefixl
  32580. macprefix
  32581. macprefixrez68k
  32582. macprefixrez68k
  32583. macprefixrezppc
  32584. macprefixrezppc
  32585. macsbugc
  32586. macsbug
  32587. macsbug
  32588. macsbug
  32589. debugging
  32590. guide
  32591. making
  32592. mamake
  32593. management
  32594. --set theItem to choose file -- uncomment to test in an AS editor
  32595.     tell application "Finder"
  32596.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:Process:"
  32597.         activate
  32598.     end tell
  32599. on error errMsg number errNum
  32600.     --enter statements to perform when no records are found such as...
  32601.     display dialog "Sorry, the item you selected could not be found."
  32602.     return
  32603. end try
  32604.  statements to perform when no records are found such as...
  32605.     display dialog "Sorry, the item you selected could not be found."
  32606.     return
  32607. end try
  32608. e    No Changef<component
  32609. compression
  32610. decompression
  32611. ALaw sdec scomq
  32612. Dev.CD Aug 00 TC Disk 2
  32613. All Packages
  32614. Alias XFCN 1.3
  32615. Summary: A HyperCard XFCN to create, save, and resolve aliases.
  32616. Features: Includes a demonstration, documentation, and complete source code.  This is version 1.3.  Previous version was 1.1d2.  New features include the addition of ResolveAliasToPath and a fix to stop a "Write to NIL."
  32617. J\OTLookupNameTest(PPC)
  32618. OTLookupNameTest.c
  32619. OTLookupNameTest.mcp
  32620. Read Me About OTLookupNameTestK
  32621. Nov 97L
  32622. Jun 98M
  32623. Open Transport 1.1.1 or higherN8Open Transport, NBP, mapper, MapperRef, OTLookupNameTestO@Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLookupNameTest:PHDev.CD Aug 00 TC Disk 2
  32624.  - Sample Code
  32625.  - Networking
  32626.  - OTLookupNameTestV
  32627. 89753X
  32628. Aug 00^    TC Disk 2
  32629. --set theItem to choose file -- uncomment to test in an AS editor
  32630.     tell application "Finder"
  32631.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTLookupNameTest:"
  32632.         activate
  32633.     end tell
  32634. on error errMsg number errNum
  32635.     --enter statements to perform when no records are found such as...
  32636.     display dialog "Sorry, the item you selected could not be found."
  32637.     return
  32638. end try
  32639. e    No Changef4Open Transport
  32640. mapper
  32641. MapperRef
  32642. OTLookupNameTestq
  32643. Dev.CD Aug 00 TC Disk 2
  32644. All Packages
  32645. OTPAPSampleServer
  32646. 89754X
  32647. e    No ChangefGNamingTableLookup
  32648. encodingID
  32649. languageID
  32650. nameID
  32651. platformID
  32652. Font Metrics
  32653. Dev.CD Aug 00 TC Disk 2
  32654. D!All Packages
  32655. Mac OS SDK Edition
  32656. Nav Svcs 1.0 SDK
  32657. Navigation Services is a new API to open, save documents and select files, folders or volumes. Navigation Services supersedes the current StandardFile packages and provides an architecture that makes it possible to access repositories other than HFS file systems, such as the LAN, Internet based servers or databases.
  32658. Navigation Services provides new standard dialogs for the following operations:
  32659. - open document
  32660. - save documents
  32661. - select volume
  32662. - select folder
  32663. - select file
  32664. - select object
  32665.    --enter statements to perform when no records are found such as...
  32666.     display dialog "Sorry, the item you selected could not be found."
  32667.     return
  32668. end try
  32669. All Packages
  32670. F    QuickTimeO
  32671. Dev.CD Jun 97 SSWP
  32672. Dev.CD Jun 97 SSV
  32673. 86910X
  32674. Jun 97
  32675. tertainment
  32676. getrectdevicerect
  32677. getscrap
  32678. getversion
  32679. getcontrolminimum
  32680. getcontrolvalue
  32681. getcpixel
  32682. getctable
  32683. getcwmgrport
  32684. getdevicelist
  32685. getenetaddrdirect
  32686. getenetaddrdirect
  32687. getentrycolor
  32688. getgworld
  32689. getgworldpixmap
  32690. gethideonswitch
  32691. getmaindevice
  32692. getmouse
  32693. getnextdevice
  32694. getnextevent
  32695. getnextevent
  32696. waitnextevent
  32697. filter
  32698. helper
  32699. dwriting
  32700. hardware
  32701. hardware
  32702. developer
  32703. documentation
  32704. heaps
  32705. center
  32706. systems
  32707. hotspot
  32708. rendering
  32709. hypercard
  32710. cardbus
  32711. ibook
  32712. icons
  32713. image
  32714. imaging
  32715. index
  32716. plist
  32717. information
  32718. information
  32719. property
  32720. infoscrap
  32721. input
  32722. inputsprocket
  32723. interaction
  32724. interleaving
  32725. 89617X
  32726. Oct 00^
  32727. --set theItem to choose file -- uncomment to test in an AS editor
  32728.     tell application "Finder"
  32729.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Macintosh Drag and Drop:"
  32730.         activate
  32731.     end tell
  32732. on error errMsg number errNum
  32733.     --enter statements to perform when no records are found such as...
  32734.     display dialog "Sorry, the item you selected could not be found."
  32735.     return
  32736. end try
  32737. e    No Changeq
  32738. Dev.CD Oct 00 SDK1
  32739. rD!All Packages
  32740. Mac OS SDK Edition
  32741. Macintosh Easy Open 1.1.1
  32742. - Windows 95, 98, or NT::
  32743.     - JRE/JDK from Sun Microsystems, Inc. recommended
  32744. QuickTime, Java, MRJOPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:P[Dev.CD Aug 00 TC Disk 2
  32745.  - Sample Code
  32746.  - QuickTime
  32747.  - QuickTime for Java
  32748.  - MovieCallbacksV
  32749. 86488X
  32750. Aug 00^    TC Disk 2
  32751. e    No Change
  32752. guideT
  32753. guide
  32754. guide
  32755. contents
  32756. guidelines
  32757. gworld
  32758. spooler
  32759. patch
  32760. gxenvironment
  32761. gxfile
  32762. gxfile
  32763. gxfile
  32764. gxfile
  32765. pe    No Changeq
  32766. Dev.CD Sep 00 RL Disk 1
  32767. qD!All Packages
  32768. Mac OS SDK Edition
  32769. Macintosh Drag and Drop v1.1.1
  32770. Summary:  Macintosh Drag and Drop is new technology from Apple, which you should support.  By using Macintosh Drag and Drop, you can easily implement intra and inter-application drag and drop in your applications.  Your products will have an improved user interface, and your users will be able to manipulate and work with their data faster and more intuitively.  Version 1.1.1 corrects a problem with the Universal interface file.
  32771. Macintosh Drag and Drop implements the new Drag Manager toolbime
  32772.  - Goodies
  32773.  - MovieBrowserV
  32774. 86487X
  32775. Aug 00^    TC Disk 2
  32776. e    No Change
  32777. is solid, and was specifically designed to be similar to a flightsim so that those who are working on a project with flight-sim like controls can use the InputSprocket code almost verbatim.
  32778. You will need to download InputSprocket 1.2.1 in order to build this project.
  32779. Feb 00
  32780. 89185X
  32781. Oct 00^
  32782. --set theItem to choose file -- uncomment to test in an AS editor
  32783.     tell application "Finder"
  32784.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:"
  32785.         activate
  32786.     end tell
  32787. on error errMsg number errNum
  32788.     --enter statements to perform when no records are found such as...
  32789.     display dialog "Sorry, the item you selected could not be found."
  32790.     return
  32791. end try
  32792. e    No Changef
  32793. Apple Guide
  32794. Help Systemsq
  32795. Dev.CD Oct 00 SDK1
  32796. BD!All Packages
  32797. Mac OS SDK Edition
  32798. Apple Help SDK 1.0
  32799. The contents of this SDK enable developers to create html based help files that can be used with the Apple Help on Mac OS 8.6 or later systems.  The SDK contains the Apple Help documentation, the tools necessary to create Sherlock type indexes, example help files and a tutorial.
  32800. This is the initial release of the Apple Help SDK and is compatible with Mac OS 8.6 and later systems.
  32801. Apple Help SDK.smiK
  32802. Oct 99M
  32803. Mac OS 8.6 or later systems
  32804. This sample code illustrates the way to determine the processor type of the Macintosh you're running on. For the latest Gestalt CPU type, refer to the latest Gestalt.h.
  32805. Communications Toolbox
  32806. Contributed
  32807. Devices and Hardware
  32808. Files
  32809. Games
  32810. Graphics 2D
  32811. Graphics 3D
  32812. Help Systems
  32813. Human Interface Toolbox
  32814. Interapplication Comm
  32815. Memory
  32816. Networking
  32817. OS Utilities
  32818. Overview
  32819. Platforms and Tools
  32820. Printing
  32821. Processes
  32822. QuickTime
  32823. Runtime Architecture
  32824. Sound
  32825. Apr 97M
  32826. System 6.0.4 or higherN3Gestalt, gestaltNativeCPUtype, gestaltProcessorTypeO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  32827.  - Sample CodeV
  32828. 89327X
  32829. Aug 00^    TC Disk 2
  32830. e    No Change
  32831. mited
  32832. Carole Holcomb
  32833. 5755 Cohasset Way
  32834. San Jose, CA 95123
  32835. Attn:  Accelerated for Power Macintosh Program
  32836. (408) 226-6762
  32837. Applelink:  MSU
  32838. 2) Send in a copy of your native code and a signed legal agreement to Meeting Support Unlimited.
  32839. 3) Send in a mockup of your product artwork
  32840. 4) If your code is verified as native, you have signed the legal agreement, and your use of the artwork is approved, Meeting Support Unlimited will send you a copy of the artwork.
  32841. 5) Finally, send in two final cop
  32842. ;ies of your product with the artwork to Meeting Support Unlimited.  Your product boxes will be utilized in product displays of shipping native applications.
  32843. Please allow 2 - 4 weeks for the process.  Beta copies of your native software may be sent in to be verified.
  32844. Power Macintosh Evangelism
  32845. Apple Computer Inc.
  32846. Power Macintosh Prod. ArtworkK
  32847. Sep 94L
  32848. Mar 95O&Dev.CD May 98 TC:Programs & Marketing:P(Dev.CD May 98 TC
  32849.  - Programs & Marketingal media data formats.
  32850. 87600X
  32851. 1e    No Change
  32852. --set theItem to choose file -- uncomment to test in an AS editor
  32853.     tell application "Finder"
  32854.         open item "Dev.CD Apr 94
  32855. Dev.CD Jan 94
  32856. Dev.CD Oct 93
  32857. Dev.CD Jul 93
  32858. Dev.CD Apr 93"
  32859.         activate
  32860.     end tell
  32861. on error errMsg number errNum
  32862.     --enter statements to perform when no records are found such as...
  32863.     display dialog "Sorry, the item you selected could not be found."
  32864.     return
  32865. end try
  32866. imran's
  32867. reen using the Win32 BitBlt function.
  32868. Note the code contains very limited error checking. It's up to you to add the
  32869. appropriate error-handling routines.
  32870. Offscreen currently can only be compiled and run under Windows 95/NT. Quicktime 3.0 is required.
  32871. 2. Using Offscreen
  32872. Launch the application, and open any QuickTime movie using the File Open menu item.
  32873. Next, a window is displayed showing the first frame of the movie along with a background image.
  32874. Press the <enter> key to displEqay the next frame of the movie (the movie will wrap once it
  32875. reaches the last frame)
  32876. Enjoy,
  32877. QuickTime Team
  32878. Application.c
  32879. Application.h
  32880. ApplicationPrivate.h
  32881. mdiplayer.ico
  32882. MOVIE.ICO
  32883. Offscreen.dsp
  32884. Offscreen.dsw
  32885. Offscreen.exe
  32886. Offscreen.mak
  32887. offscreen.rc
  32888. QTCode.c
  32889. QTCode.h
  32890. QTLogo.bmp
  32891. README.txt
  32892. resource.h
  32893. Sample.mov
  32894. WinPrefix.hODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:Offscreen.win:PODev.CD Aug 00 TC Disk 2
  32895.  - Sample Code
  32896.  - QuickTime
  32897.  - Goodies
  32898.  - Offscreen.win
  32899.     EO dead batteries? Don
  32900. t despair: you can still twiddle bits around the campfire.
  32901. JBdevelop Issue 21
  32902. develop Issue 21 code
  32903. develop Issue 21 referencesK
  32904. Vol IIIL
  32905. Jun 95OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 21:PQDev.CD Sep 00 RL Disk 1
  32906.  - Technical Documentation
  32907.  - Develop
  32908.  - develop Issue 21bly works with THINK Pascal, and might very well work with other development environments too.OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  32909.  - Tool Chest
  32910.  - Testing & Debugging
  32911.  - General toolsV
  32912. 88535X
  32913. Aug 00^    TC Disk 1
  32914. e    No Change
  32915. dzutils
  32916. dzutils
  32917. dzutils
  32918. dzversion
  32919. dzversion
  32920. e-spanish
  32921. easyview
  32922. editcdev
  32923. editcdev
  32924. editcdev
  32925. demo's
  32926. demonstartion
  32927. demonstartion
  32928. manual
  32929. drawing
  32930. resources
  32931. demonstates
  32932. demonstation
  32933. demonstrateb
  32934. Wcontrol
  32935. strip
  32936. technical
  32937. controlbackground
  32938. controlbackground
  32939. controlbackground
  32940. controlbackground
  32941. controlbackground
  32942. controlkeypatch
  32943. controlkeypatch
  32944. controlkeypatch
  32945. controlkeypatch
  32946. controlkeypatch
  32947. controlkeytest
  32948. controlkeytest
  32949. controlkeytest
  32950. controlkeytest
  32951. controlkeytest
  32952. controller
  32953. controllers
  32954. controls
  32955. controls/events
  32956. controlstriplib
  32957. controlstripsample
  32958. controlstripsample
  32959. controlstripsample
  32960. controlstripsample
  32961. controlstripsample
  32962. coursesS
  32963. createcopy
  32964. createcopy
  32965. creator
  32966. creator
  32967. registration
  32968. b--set theItem to choose file -- uncomment to test in an AS editor
  32969.     tell application "Finder"
  32970.         open item "Dev.CD Apr 93"
  32971.         activate
  32972.     end tell
  32973. on error errMsg number errNum
  32974.     --enter statements to perform when no records are found such as...
  32975.     display dialog "Sorry, the item you selected could not be found."
  32976.     return
  32977. end try
  32978. MovableModal.mcpOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:MovableModal:PQDev.CD Aug 00 TC Disk 2
  32979.  - Sample Code
  32980.  - Human Interface Toolbox
  32981.  - MovableModalV
  32982. 86486X
  32983. Aug 00^    TC Disk 2
  32984. --set theItem to choose file -- uncomment to test in an AS editor
  32985.     tell application "Finder"
  32986.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:MovableModal:"
  32987.         activate
  32988.     end tell
  32989. on error errMsg number errNum
  32990.     --enter statements to perform when no records are found such as...
  32991.     display dialog "Sorry, the item you selected could not be found."
  32992.     return
  32993. end try
  32994. Summary:  SourceObj reads a .c.o file and its corrosponding .c file and outputs a mixed listing of 68k assembly and C source code.  Helps in writing better C/Pascal code by providing a way to view the output of MPW 68k compilers on a per source line basis.  See the file "About SourceObj" for details.
  32995. Features:
  32996. Ouput a single function/method.
  32997. Output all methods of a class.
  32998. Output all instances of a method name.
  32999. Show/Hide 68k opcodes.
  33000. General tools.imgK
  33001. Feb 94M
  33002. Works with MPW 3.2 or laterN:object code, disassembly, MPW tool, UltraSlimFast, DumpObjOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  33003.  - Tool Chest
  33004.  - Testing & Debugging
  33005.  - General tools
  33006. encoding
  33007. converter
  33008. allows
  33009. convert
  33010. thanks
  33011. summary
  33012. virtual
  33013. server
  33014. attempt
  33015. provide
  33016. piece
  33017. Formerly part of Appearance SDK, Contextual MenuManager now makes its appearance on its own.
  33018. CMM is a Mac OS
  33019.  technology which allows the user to perform operations on application data in a context-sensitive manner. Along with the Mac OS extension, documentation, and sample code, this SDK contains two sample CMM plug-in projects and headers and stub libraries, some of which are not present in Universal Headers.
  33020. w().  The extra part in this case is on the right side of the title bar, just to the left of where the zoombox would be.  When hit, it inverts the window.
  33021. WindowColors:  This application displays the default window colors stored in the System's 'wctb' resource.  Note that this app is 7.0 only, since it only recognizes the 7.0 version of the resource.
  33022. ZoomWindow:  Demonstrates how to properly zoom a window. It gives attractive results with most WDEFs because it uses the window
  33023. s structure
  33024. b--set theItem to choose file -- uncomment to test in an AS editor
  33025.     tell application "Finder"
  33026.         open item "Dev.CD Oct 94"
  33027.         activate
  33028.     end tell
  33029. on error errMsg number errNum
  33030.     --enter statements to perform when no records are found such as...
  33031.     display dialog "Sorry, the item you selected could not be found."
  33032.     return
  33033. end try
  33034. wer Computing Ships First Mac OS Compatibles
  33035. Strategy Mosaic: Copland: Technology For Customers' Sakes
  33036. Editor
  33037. s Note: Hedging Your
  33038.  Investments
  33039. IndustryWatch: Fast and Getting Faster
  33040. OpenDoc Developer Release 2
  33041. Apple Ships Open Transport Beta Software
  33042. Apple Reduces Prices on Developer University Self-Paced Training Products
  33043. develop Issue 22: More Than Ever!
  33044. CD Highlights: Reference Library Edition, June 1995
  33045. OpenDoc
  33046. One Architecture Fits All
  33047. Human Interface: Network Nirvana
  33048. Delta Alert: MPW Pro #17, E.T.O. #17, and Mac OS SDK #3
  33049. Market Research Monthly: The Most Popular Application Categories
  33050. Special Marketing Report:
  33051. M.Mac OS 8.1 or later. MPW, THINK C, CodeWarriorN
  33052. Sample, Code, DTSO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  33053.  - Sample Code
  33054. readme
  33055. 1.5.1
  33056. readme
  33057. 2.1.1
  33058. playdoublebuffer
  33059. sniffer
  33060. socket
  33061. softwareR
  33062. solaris
  33063. solutions
  33064. sound
  33065. sound
  33066. input
  33067. driver
  33068. sound
  33069. level
  33070. meters
  33071. sound
  33072. premixer
  33073. effect
  33074. soundapp
  33075. soundconvert
  33076. soundsprocket
  33077. source
  33078. space
  33079. spbrecord
  33080. speach
  33081. specification
  33082. speech
  33083. srccopy
  33084. srcxor
  33085. stacks
  33086. standard
  33087. standard
  33088. standards
  33089. standards
  33090. based
  33091. starmax
  33092. state
  33093. statements
  33094. status
  33095. --set theItem to choose file -- uncomment to test in an AS editor
  33096.     tell application "Finder"
  33097.         open item "Dev.CD Apr 94
  33098. Dev.CD Jan 94
  33099. Dev.CD Oct 93
  33100. Dev.CD Jul 93"
  33101.         activate
  33102.     end tell
  33103. on error errMsg number errNum
  33104.     --enter statements to perform when no records are found such as...
  33105.     display dialog "Sorry, the item you selected could not be found."
  33106.     return
  33107. end try
  33108. interfacelib
  33109. interfacesu
  33110. interleave
  33111. interleaving
  33112. internal
  33113. internal
  33114. logic
  33115. internally
  33116. internals
  33117. international
  33118. internationalization
  33119. graphics
  33120. graphicsimport
  33121. appstogo
  33122. reference
  33123. appstogo/cw
  33124. appstogo/cw
  33125. build
  33126. appwannabe
  33127. appwannabenewdocs
  33128. arbitration
  33129. architectureQ
  33130. architectures
  33131. archivez
  33132. archivecontent
  33133. archivecontent
  33134. arperations
  33135. arperations
  33136. arperations
  33137. arpsample
  33138. machineh
  33139. machinery
  33140. machinesZ
  33141. macintosh
  33142. powerbook
  33143. series
  33144. developer
  33145. macintosh's
  33146. macintosh-powerpc
  33147. macintoshes
  33148. macodbc
  33149. All Packages
  33150. System 7.5 Update 1.0O
  33151. Dev.CD Jul 95P
  33152. Dev.CD Jul 9V
  33153. 90323X
  33154. Jul 95
  33155. b--set theItem to choose file -- uncomment to test in an AS editor
  33156.     tell application "Finder"
  33157.         open item "Dev.CD Jul 95"
  33158.         activate
  33159.     end tell
  33160. on error errMsg number errNum
  33161.     --enter statements to perform when no records are found such as...
  33162.     display dialog "Sorry, the item you selected could not be found."
  33163.     return
  33164. end try
  33165. All Packages
  33166. System 7.5 Update 1.0O
  33167. Dev.CD Jul 95P
  33168. Dev.CD Jul 9V
  33169. 90324X
  33170. Jul 95
  33171. b--set theItem to choose file -- uncomment to test in an AS editor
  33172.     tell application "Finder"
  33173.         open item "Dev.CD Jul 95"
  33174.         activate
  33175.     end tell
  33176. on error errMsg number errNum
  33177.     --enter statements to perform when no records are found such as...
  33178.     display dialog "Sorry, the item you selected could not be found."
  33179.     return
  33180. end try
  33181. All Packages
  33182. System 7.5 Update 1.0O
  33183. Dev.CD Jul 95P
  33184. Dev.CD Jul 9V
  33185. 90325X
  33186. updated
  33187. t SDK 1.3.4
  33188. Summary:  AppleScript is an easy-to-use scripting language that is as consistent across applications as the Macintosh graphical interface itself.  AppleScript is designed to meet a wide range of user needs and levels of experience. Through implementation of this scripting system at the system software level, Apple has made scripting an integral part of the Macintosh computing environment, as common to Macintosh applications as copy-and-paste editing.
  33189. This package contains documentation (u90X
  33190. Oct 94
  33191. b--set theItem to choose file -- uncomment to test in an AS editor
  33192.     tell application "Finder"
  33193.         open item "Dev.CD Oct 94"
  33194.         activate
  33195.     end tell
  33196. on error errMsg number errNum
  33197.     --enter statements to perform when no records are found such as...
  33198.     display dialog "Sorry, the item you selected could not be found."
  33199.     return
  33200. end try
  33201. All Packages
  33202. System UpdateO
  33203. Dev.CD Oct 94P
  33204. Dev.CD Oct 9V
  33205. 87391X
  33206. Oct 94
  33207. PVDev.CD Aug 00 TC Disk 1
  33208.  - Sample Code
  33209.  - Devices and Hardware
  33210.  - CD ROM
  33211.  - CD TrackerV
  33212. 89266X
  33213. Aug 00^    TC Disk 1
  33214. --set theItem to choose file -- uncomment to test in an AS editor
  33215.     tell application "Finder"
  33216.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CD Tracker:"
  33217.         activate
  33218.     end tell
  33219. on error errMsg number errNum
  33220.     --enter statements to perform when no records are found such as...
  33221.     display dialog "Sorry, the item you selected could not be found."
  33222.     return
  33223. end try
  33224. e    No Changef&CD-ROM
  33225. CD ROM
  33226. audio CD
  33227. CD Tracker
  33228. Dev.CD Aug 00 TC Disk 1
  33229. All Packages
  33230. CD-ROM DetectionI
  33231. Summary:  Sample code and discussion of how to detect whether a volume is a CD or not.  Discusses the various drawbacks of all the different approaches.
  33232. Incorporates the DriverGestalt call which is the new recommended way to detect CD-ROM drives.J:CD-ROM Detection.mcp
  33233. CDRom Detection(PPC)
  33234. CDROMDetection.cK
  33235. Jun 98V
  33236. 89267X
  33237. 1e    No Change
  33238. sing MacGamma.
  33239. RestoreSystemGamms (...)  must be called before exiting to restore original gamma.
  33240. DisposeSystemGammas (...) can then be used to dispose of the system gammas.
  33241. Suspend and Resume:
  33242. RestoreSystemGamms (...); DisposeSystemGammas (...); should also be called prior to suspend.
  33243. GetSystemGammas (...) should be called when resuming.  This architecture prevents users from unknowingly saving display settings with your modified gammas.
  33244. JPMacGamma Read Me
  33245. MacGamma Test
  33246. MacGamma.cpp
  33247. MacGamma.h
  33248. MacGamma.mcp
  33249. Test Main.cpM
  33250. Color QuickDrawO9Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:PADev.CD Aug 00 TC Disk 1
  33251.  - Sample Code
  33252.  - Graphics 2D
  33253.  - MacGammauickDraw GX
  33254.      aliases to AppleShare volumes when they are mounted.J.MountAlias
  33255. MountAlias Info
  33256. MountAlias Info.txtK
  33257. Vol XIM
  33258. System 7.0 requiredO:Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:MountAlias 1.0:PBDev.CD Aug 00 TC Disk 1
  33259.  - Tool Chest
  33260.  - Toolbox
  33261.  - MountAlias 1.0V
  33262. 86484X
  33263. Aug 00^    TC Disk 1
  33264. e    No Change
  33265. MacGamma is code that one can drop into their application which provides easy access to gamma control for all system displays.  It provides safe saving and restoring of original system gamma so one does not upset users and/or other applications.
  33266. The code is based on a simple 3 channel, 256 entry, 8 bit gamma ramp.  This ramp is basically an array of 256 byte size element red, green and blue channels.  All routines provided use this structure to pass information to and from the systems dis
  33267. plays, this was chosen to simplify application usage.  Some displays may represent gamma data differently, gamma ramps are internally converted internally to what ever format the monitor requires.
  33268. A few usage notes for the source:
  33269. SetDeviceGammaRampXX may not return until the VBL following the call, depending on the display driver, this is due to the handling of the Control call by the driver.
  33270. Startup and Shutdown:
  33271. GetSystemGammas (...) must be called to save the system gammas prior to u
  33272. note_
  33273. standardgetfolder
  33274. replaces
  33275. customgetfile
  33276. nothing
  33277. notice
  33278. noticed
  33279. notification
  33280. notifier
  33281. notifies
  33282. notify
  33283. notions
  33284. novell
  33285. november{
  33286. novice
  33287. nsa/commerce
  33288. nsarray
  33289. manager
  33290. library
  33291. plug-ins
  33292. network
  33293. administrator's
  33294. guide
  33295. second
  33296. edition
  33297. nsstring
  33298. nsthread
  33299. nN5MPW, VMS, version numbers, Remove VMS Version NumbersOWDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:PbDev.CD Aug 00 TC Disk 2
  33300.  - Sample Code
  33301.  - Platforms and Tools
  33302.  - MPW
  33303.  - Remove VMS Version NumbersV
  33304. 90126X
  33305. Aug 00^    TC Disk 2
  33306. --set theItem to choose file -- uncomment to test in an AS editor
  33307.     tell application "Finder"
  33308.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:"
  33309.         activate
  33310.     end tell
  33311. on error errMsg number errNum
  33312.     --enter statements to perform when no records are found such as...
  33313.     display dialog "Sorry, the item you selected could not be found."
  33314.     return
  33315. end try
  33316. e    No Changef2MPW
  33317. version numbers
  33318. Remove VMS Version Numbersq
  33319. Dev.CD Aug 00 TC Disk 2
  33320. All Packages
  33321. Report Error 2.0V
  33322. 90127X
  33323. dcmdsc
  33324. deals
  33325. deanna
  33326. deatherage
  33327. debabelizer
  33328. pe    No Changeq
  33329. Dev.CD Aug 00 TC Disk 2
  33330. All Packages
  33331. ResEdit 2.1.3
  33332. USummary: ResEdit is Apple's standard direct-manipulation resource editing and creation tool.  See the "About ResEdit 2.1.3" file within the "ResEdit 2.1.3" folder for a list of new features and bug fixes in this release.
  33333. Features: Supports editing of all major resource types. You can also write your own ResEdit editors and integrate them.
  33334. Communications Toolbox
  33335. Contributed
  33336. Devices and Hardware
  33337. Files
  33338. Games
  33339. Graphics 2D
  33340. Graphics 3D
  33341. Help Systems
  33342. Human Interface Toolbox
  33343. Interapplication Comm
  33344. Memory
  33345. Networking
  33346. OS Utilities
  33347. Overview
  33348. Platforms and Tools
  33349. Printing
  33350. Processes
  33351. QuickTime
  33352. Runtime Architecture
  33353. Sound
  33354. Vol IIIL
  33355. Nov 94MnResEdit works on any Macintosh system with at least one megabyte of memory. It requires System 6.0.2 or later.O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  33356.  - Sample CodeV
  33357. 90129X
  33358. Aug 00^    TC Disk 2
  33359. e    No Change
  33360. Summary: This is the electronic version of develop magazine.
  33361.  Issue 12 highlights:
  33362. Techniques for Writing and Debugging Components  by Gary Woodcock and Casey King.   Components aren
  33363. t just for QuickTime programmers anymore.
  33364. Time Bases: The Heartbeat of QuickTime  by Guillermo A. Ortiz.   Understanding and manipulating time bases directly is sometimes helpful. Here are some tips.
  33365. Better Apple Event Coding Through Objects  by Eric M. Berdahl.   Adding object model support to your exist
  33366. ing OOP code may be easier than you think.
  33367. Another Take on Globals in Standalone Code  by Keith Rollin.   For MPW users, here
  33368. s an alternative way to implement globals in standalone code.
  33369. Be Our Guest: Components and C++ Classes Compared  by David 
  33370. Van Brink.   Components and C++ classes have some surface similarities but underneath are very different beasts.
  33371. Graphical Truffles: Animation at a Glance  by Edgar Lee.   Three basic animation techniques everyone should know about.
  33372. Print Hi
  33373. All Packages
  33374. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  33375. Dev.CD Jan 94
  33376. Dev.CD Oct 93
  33377. Dev.CD Jul 93P6Dev.CD Apr 94
  33378. Dev.CD Jan 94
  33379. Dev.CD Oct 93
  33380. Dev.CD Jul 9V
  33381. 90510X
  33382. Apr 94
  33383. --set theItem to choose file -- uncomment to test in an AS editor
  33384.     tell application "Finder"
  33385.         open item "Dev.CD Apr 94
  33386. Dev.CD Jan 94
  33387. Dev.CD Oct 93
  33388. Dev.CD Jul 93"
  33389.         activate
  33390.     end tell
  33391. on error errMsg number errNum
  33392.     --enter statements to perform when no records are found such as...
  33393.     display dialog "Sorry, the item you selected could not be found."
  33394.     return
  33395. end try
  33396. All Packages
  33397. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  33398. Dev.CD Jan 94
  33399. Dev.CD Oct 93
  33400. Dev.CD Jul 93
  33401. Dev.CD Apr 93PDDev.CD Apr 94
  33402. Dev.CD Jan 94
  33403. Dev.CD Oct 93
  33404. Dev.CD Jul 93
  33405. Dev.CD Apr 9V
  33406. 90511X
  33407. Apr 94
  33408. inside
  33409. macintosh
  33410. movie
  33411. toolbox
  33412. sample
  33413. insidemac
  33414. media
  33415. broadcast
  33416. environment
  33417. integration
  33418. haven't
  33419. havingf
  33420. havoc
  33421. hd80sc
  33422. he/she
  33423. head-patch
  33424. headaches
  33425. alwayspreview
  33426. alwayspreview
  33427. rsrcs
  33428. amazonbooks
  33429. amazonbooks
  33430. amazonmusic
  33431. amazonmusic
  33432. analysis
  33433. nmountIt.rsrcK
  33434. Aug 95M
  33435. Metrowerks Pascal 6N5AppleShare, File Sharing, File Manager, Drag and DropO7Dev.CD Aug 00 TC Disk 1:Tool Chest:Files:UnmountIt 1.2:P?Dev.CD Aug 00 TC Disk 1
  33436.  - Tool Chest
  33437.  - Files
  33438.  - UnmountIt 1.2
  33439. 89252X
  33440. Aug 00^    TC Disk 2
  33441. --set theItem to choose file -- uncomment to test in an AS editor
  33442.     tell application "Finder"
  33443.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime Text:Burnt Text Sample Code:"
  33444.         activate
  33445.     end tell
  33446. on error errMsg number errNum
  33447.     --enter statements to perform when no records are found such as...
  33448.     display dialog "Sorry, the item you selected could not be found."
  33449.     return
  33450. end try
  33451. e    No Changef"QuickTime
  33452. movie
  33453. convert
  33454. trackq
  33455. Dev.CD Aug 00 TC Disk 2
  33456. D!All Packages
  33457. Tool Chest Edition
  33458. Business Opp's - Germany
  33459. 2Summary: This brochure serves as a foundation, explaining important information regarding the German market as well as information pertaining to sales and marketing practices in Germany. You will also find an address list and a reading list to assist you in researching your more specific questions easily.
  33460. Business Opp's - GermanyK
  33461. Aug 95nge
  33462. --set theItem to choose file -- uncomment to test in an AS editor
  33463.     tell application "Finder"
  33464.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Display Manager SDK:"
  33465.         activate
  33466.     end tell
  33467. on error errMsg number errNum
  33468.     --enter statements to perform when no records are found such as...
  33469.     display dialog "Sorry, the item you selected could not be found."
  33470.     return
  33471. end try
  33472. d not be found."
  33473.     return
  33474. end try
  33475. All Packages
  33476. QuickDraw 3DO
  33477. Dev.CD Jan 96 SSWP
  33478. Dev.CD Jan 96 SSV
  33479. 88326X
  33480. Jan 96
  33481. f--set theItem to choose file -- uncomment to test in an AS editor
  33482.     tell application "Finder"
  33483.         open item "Dev.CD Jan 96 SSW"
  33484.         activate
  33485.     end tell
  33486. on error errMsg number errNum
  33487.     --enter statements to perform when no records are found such as...
  33488.     display dialog "Sorry, the item you selected could not be found."
  33489.     return
  33490. end try
  33491. All Packages
  33492. QuickDraw 3DO
  33493. Dev.CD Jan 96 SSWV
  33494. 88327X
  33495. sources
  33496. sorts
  33497. soul{
  33498. soundQ
  33499. sound
  33500. hardware
  33501. output
  33502. component
  33503. samplek
  33504. sound-only
  33505. sound-producingl
  33506. sound-related
  33507. soundapp
  33508. soundapp
  33509. sample
  33510. application
  33511. source
  33512. demonstra
  33513. soundcallbackfcn
  33514. soundconvert
  33515. soundconvert
  33516. demonstrates
  33517. features
  33518. sound
  33519. soundconverter
  33520. soundsprocket
  33521. soundunit
  33522. sourceO
  33523. Ao.http://developer.apple.com/techpubs/index.htmlq
  33524. Dev.CD Sep 00 RL Disk 2
  33525. All Packages
  33526. F'Technical Publications: Core FoundationIJCore Foundation Developer Documentation
  33527. Developer Preview 4 DocumentationJ
  33528. BaseServices
  33529. BundleServices
  33530. CollectionServices
  33531. corefoundation_carbon.html
  33532. corefoundation_gray.gif
  33533. corefoundation_x.html
  33534. images
  33535. Overview
  33536. PluginServices
  33537. PropertyListServices
  33538. StringServices
  33539. UtilityServicesK
  33540. Sep 00NFCore Foundation, DP4, technical documentation, developer documentationO=Dev.CD Sep 00 RL Disk 2:TechnicalPublications:corefoundation:PBDev.CD Sep 00 RL Disk 2
  33541.  - TechnicalPublications
  33542.  - corefoundationV
  33543. 90594X
  33544. Sep 00^    RL Disk 2
  33545. e    No Change
  33546. sentials
  33547. established
  33548. establishing
  33549. ethernetR
  33550. ethernets
  33551. ethertalkB
  33552. european{
  33553. evaluated
  33554. evaluates
  33555. evangelical{
  33556. evangelism
  33557. All Packages
  33558. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  33559. Dev.CD Jan 94
  33560. Dev.CD Oct 93
  33561. Dev.CD Jul 93
  33562. Dev.CD Apr 93PDDev.CD Apr 94
  33563. Dev.CD Jan 94
  33564. Dev.CD Oct 93
  33565. Dev.CD Jul 93
  33566. Dev.CD Apr 9V
  33567. 90403X
  33568. Apr 94
  33569. --set theItem to choose file -- uncomment to test in an AS editor
  33570.     tell application "Finder"
  33571.         open item "Dev.CD Apr 94
  33572. Dev.CD Jan 94
  33573. Dev.CD Oct 93
  33574. Dev.CD Jul 93
  33575. Dev.CD Apr 93"
  33576.         activate
  33577.     end tell
  33578. on error errMsg number errNum
  33579.     --enter statements to perform when no records are found such as...
  33580.     display dialog "Sorry, the item you selected could not be found."
  33581.     return
  33582. end try
  33583. All Packages
  33584. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  33585. Dev.CD Jan 94
  33586. Dev.CD Oct 93
  33587. Dev.CD Jul 93
  33588. Dev.CD Apr 93PDDev.CD Apr 94
  33589. Dev.CD Jan 94
  33590. Dev.CD Oct 93
  33591. Dev.CD Jul 93
  33592. Dev.CD Apr 9V
  33593. 90404X
  33594. Apr 94
  33595. 89615X
  33596. Aug 00^    TC Disk 1
  33597. --set theItem to choose file -- uncomment to test in an AS editor
  33598.     tell application "Finder"
  33599.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MacGamma:"
  33600.         activate
  33601.     end tell
  33602. on error errMsg number errNum
  33603.     --enter statements to perform when no records are found such as...
  33604.     display dialog "Sorry, the item you selected could not be found."
  33605.     return
  33606. end try
  33607. e    No Changeq
  33608. Dev.CD Aug 00 TC Disk 1
  33609. All Packages
  33610. Macintosh CD-ROM Setup 5.3.2IHSummary: This folder contains the net-install for Apple's CD-ROM driver.JHApple CD-ROM
  33611. Apple CD-ROM Read Me
  33612. CD Install Script
  33613. CD SW Tome
  33614. InstallerK
  33615. Feb 93L
  33616. Jun 97O?Dev.CD Sep 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Sep 00 RL Disk 1
  33617.  - Utilities
  33618.  - Macintosh CD-ROM Setup 5.3.2V
  33619. 89616X
  33620. Sep 00^    RL Disk 1
  33621. e    No Change
  33622. hows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  33623. holiday{
  33624. holland
  33625. hooking
  33626. hooks
  33627. hooper
  33628. hopes
  33629. hoping
  33630. horizon
  33631. horizontal
  33632. horizontally
  33633. hotrect
  33634. hotsauce
  33635. hours
  33636. hours/minutes
  33637. house
  33638. printing
  33639. carbon
  33640. carbon
  33641. printing
  33642. carbon
  33643. printing
  33644. manager
  33645. printing
  33646. postscript
  33647. filter
  33648. private
  33649. private
  33650. stack
  33651. switch
  33652. sniffer
  33653. leScript 1.3.4 SDK.smiK
  33654. Apr 93L
  33655. Mar 99N2AppleScript, scripting, Apple Event,Folder ActionsO;Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AppleScript SDK:PCDev.CD Oct 00 SDK1
  33656.  - Development Kits
  33657.  - Mac OS
  33658.  - AppleScript SDKWu
  33659. O7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:Ad Lib 2.6.5:P?Dev.CD Aug 00 TC Disk 1
  33660.  - Tool Chest
  33661.  - MacApp
  33662.  - Ad Lib 2.6.5V
  33663. 89149X
  33664. Aug 00^    TC Disk 1
  33665. --set theItem to choose file -- uncomment to test in an AS editor
  33666.     tell application "Finder"
  33667.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:Ad Lib 2.6.5:"
  33668.         activate
  33669.     end tell
  33670. on error errMsg number errNum
  33671.     --enter statements to perform when no records are found such as...
  33672.     display dialog "Sorry, the item you selected could not be found."
  33673.     return
  33674. end try
  33675. e    No Changef
  33676. AdLib
  33677.  MacApp
  33678. /A(http://developer.apple.com/tools/macapp/
  33679. Dev.CD Aug 00 TC Disk 1
  33680. All Packages
  33681. AdLib 3.0.1
  33682. 89150X
  33683. ObjectsCategories&Posers.pdf
  33684. WebObjectsPerformanceTuning
  33685. Working with WebObjects.pdf
  33686. Writing for Interactive Media
  33687. ample
  33688. 89395X
  33689. Jan 00^
  33690. --set theItem to choose file -- uncomment to test in an AS editor
  33691.     tell application "Finder"
  33692.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:macos8_and_9:"
  33693.         activate
  33694.     end tell
  33695. on error errMsg number errNum
  33696.     --enter statements to perform when no records are found such as...
  33697.     display dialog "Sorry, the item you selected could not be found."
  33698.     return
  33699. end try
  33700. e    No Change
  33701. Display Manager
  33702. window arrangement
  33703. display mode
  33704. pixel depth
  33705. scan timing
  33706. display
  33707. display ID
  33708. video device
  33709. monitor
  33710. HTML rendering
  33711. web browser
  33712. HTML tags
  33713. Apple Help
  33714. World Wide Web
  33715. Help Center
  33716. HTML link
  33717. Unicode Utilities
  33718. Unicode
  33719. locales
  33720. collation
  33721. characters
  33722. Window Manager
  33723. windows
  33724. structure region
  33725. content region
  33726. window class
  33727. window classes
  33728. window layers
  33729. window attributes
  33730. scrolling
  33731. Menu Manager
  33732. menus
  33733. Carbon
  33734. Apple menu
  33735. menu items
  33736. /developer.apple.com/techpubs/index.html
  33737. have[
  33738. 89774X
  33739. Nov 99^
  33740. --set theItem to choose file -- uncomment to test in an AS editor
  33741.     tell application "Finder"
  33742.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:
  33743.  Other Platforms:PCCTS 1.31:"
  33744.         activate
  33745.     end tell
  33746. on error errMsg number errNum
  33747.     --enter statements to perform when no records are found such as...
  33748.     display dialog "Sorry, the item you selected could not be found."
  33749.     return
  33750. end try
  33751. Deletedf9ANTLR
  33752. PCCTS
  33753. parser generator
  33754. compiler toolsq
  33755. Dev.CD Nov 99 TC
  33756. D!All Packages
  33757. Mac OS SDK Edition
  33758. PCI DDK 3.0I
  33759. This DDK (Driver Development Kit) will enable you to create both OpenFirmware (FCode) and MacOS drivers for PCI cards. Included is Documentation, Samples, and Tools to get you started.J
  33760. PCI DDK 3.0K
  33761. Sep 95L
  33762. Jan 00M
  33763. See comments in the code.N%PCI OpenFirmware FCode Forth tokenizeO9Dev.CD Oct 00 SDK1:Development Kits:Hardware:PCI DDK 3.0:ngeoBftp://ftp.apple.com/developer/Development_Kits/PCI_DDK_3.0.sit.hqx
  33764. $FSpCompat.c
  33765. FSpCompat.h
  33766. GetFolder.rsrc
  33767. MoreDesktopMgr.c
  33768. MoreDesktopMgr.h
  33769. MoreFiles.c
  33770. MoreFiles.h
  33771. MoreFilesExtras.c
  33772. MoreFilesExtras.h
  33773. Optimization.h
  33774. OptimizationEnd.h
  33775. Search.c
  33776. Search.h
  33777. StandardGetFolder(PPC)
  33778. StandardGetFolder.c
  33779. StandardGetFolder.h
  33780. StandardGetFolder.mcp
  33781. StandardGetFolderMain.c
  33782. System 7N+Standard File StandardFile SF Choose FolderOJDev.CD Aug 00 TC Disk 1:Sample Code:Files:Standard File:StandardGetFolder:PUDev.CD Aug 00 TC Disk 1
  33783.  - Sample Code
  33784.  - Files
  33785.  - Standard File
  33786.  - StandardGetFolder-by-step
  33787. steps
  33788. stereo
  33789. steve
  33790. stevens
  33791. stickers
  33792. sticky
  33793. still[
  33794. p--set theItem to choose file -- uncomment to test in an AS editor
  33795.     tell application "Finder"
  33796.         open item "Dev.CD Apr 94
  33797. Dev.CD Jan 94"
  33798.         activate
  33799.     end tell
  33800. on error errMsg number errNum
  33801.     --enter statements to perform when no records are found such as...
  33802.     display dialog "Sorry, the item you selected could not be found."
  33803.     return
  33804. end try
  33805. muchi
  33806. mueller
  33807. mulitple
  33808. multi-digit
  33809. multi-documment
  33810. multi-frame
  33811. multi-homing
  33812. multi-interface
  33813. multi-platform
  33814. multibuffering
  33815. compress
  33816. decompress
  33817. sample
  33818. illustrates
  33819. video
  33820. effects
  33821. sample
  33822. illustrates
  33823. create
  33824. shortcut
  33825. device
  33826. drivers
  33827. device
  33828. manager
  33829. devices
  33830. devnotes
  33831. dialog
  33832. dialog
  33833. dialog
  33834. manager
  33835. dictation
  33836. dictionary
  33837. dictionary
  33838. manager
  33839. digital
  33840. digital
  33841. camera
  33842. digital
  33843. video
  33844. digital
  33845. video
  33846. output
  33847. digitizer
  33848. digitizing
  33849. dimmed
  33850. dimming
  33851. direct
  33852. direct
  33853. pixel
  33854. access
  33855. dirid
  33856. disable
  33857. disable
  33858. disabled
  33859. disassembler
  33860. disassembly
  33861. device
  33862. driver
  33863. drivers
  33864. image
  33865. inserted
  33866. events
  33867. display
  33868. display
  33869. folder
  33870. display
  33871. beused
  33872. beware
  33873. beyond
  33874. bezier
  33875. bidirectional
  33876. big-endian
  33877. bigscrolling
  33878. biheight
  33879. Qe    No Changef
  33880. QuickTime
  33881. Dev.CD Aug 00 TC Disk 2
  33882. All Packages
  33883. CreatePictFileIeThis demo program shows how to create a PICT and PICT file from drawing operations into a QDGraphics J7CreatePictFile
  33884. CreatePictFile.zip
  33885. pt.bat
  33886. README.txt
  33887. Feb 00
  33888. - Common
  33889.     - Sun Compliant Java Runtime Environment 1.1
  33890.     - QuickTime 3 
  33891.     - QTJava.zip
  33892.     - QTJava media samples
  33893. - Mac OS:
  33894.     - System 8 or later
  33895.     - Macintosh Runtime for Java (MRJ) 2.1
  33896. - Windows 95, 98, or NT::
  33897.     - JRE/JDK from Sun Microsystems, Inc. recommended
  33898. QuickTime, Java, MRJOPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:CreatePictFile:P[Dev.CD Aug 00 TC Disk 2
  33899.  - Sample Code
  33900.  - QuickTime
  33901.  - QuickTime for Java
  33902.  - CreatePictFileV
  33903. 89330X
  33904. Aug 00^    TC Disk 2
  33905. e    No Change
  33906. of the LAP Manager call to determine the current connection type i.e LocalTalk, EtherTalk phase 1/2, or TokenTalk phase 2.
  33907. Neighborhood Watch:  Neighborhood Watch is a MultiFinder friendly application which allows people 
  33908. while
  33909. accepts
  33910. accesory
  33911. accessA
  33912. accessed
  33913. accesses
  33914. accessible
  33915. accessing
  33916. accessorj
  33917. accessoriese
  33918. acclaimed
  33919. accolades
  33920. accommodates
  33921. accompanied
  33922. accompanies
  33923. accompany
  33924. accompanying
  33925. accomplish
  33926. accurate
  33927. accurately
  33928. accurately
  33929. print
  33930. image
  33931. scanned
  33932. accurately
  33933. print
  33934. image
  33935. viewed
  33936. monitor
  33937. acgis
  33938. achieve
  33939. achieved
  33940. e    No Changef-testing
  33941. debugging
  33942. networking & communicationsq
  33943. Dev.CD Aug 00 TC Disk 1
  33944. All Packages
  33945. N&C TMON Pro Macros/Templates
  33946. lSummary: This package provides a TMON Pro 3.0 User Area for AppleTalk.  The templates and macros simplify trapping on AppleTalk calls and provide templates for viewing the parameter blocks and associated data structures used by these calls.
  33947. Features: TMON Pro User Area for AppleTalk plus source code for the resource fork of the user area, and listing of macros.
  33948. Networks.imgK
  33949. Apr 92M,System 6.0.x, 7.0, and 7.0.1, TMON Pro 3.0.xO@Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:PHDev.CD Aug 00 TC Disk 1
  33950.  - Tool Chest
  33951.  - Testing & Debugging
  33952.  - NetworksV
  33953. 89701X
  33954. Aug 00^    TC Disk 1
  33955. e    No Change
  33956. 3-076
  33957. csmp-digest-v3-077
  33958. csmp-digest-v3-078
  33959. csmp-digest-v3-079
  33960. csmp-digest-v3-080
  33961. csmp-digest-v3-081
  33962. csmp-digest-v3-082
  33963. csmp-digest-v3-083
  33964. csmp-digest-v3-084
  33965. csmp-digest-v3-085
  33966. csmp-digest-v3-086
  33967. csmp-digest-v3-087
  33968. csmp-digest-v3-088
  33969. csmp-digest-v3-089
  33970. csmp-digest-v3-090
  33971. csmp-digest-v3-091
  33972. csmp-digest-v3-092
  33973. csmp-digest-v3-093
  33974. csmp-digest-v3-094
  33975. csmp-digest-v3-095
  33976. csmp-digest-v3-096
  33977. csmp-digest-v3-097
  33978. csmp-digest-v3-098
  33979. csmp-digest-v3-099
  33980. csmp-digest-v3-100
  33981. csmp-digest-v3-101
  33982. csmp-digest-v
  33983. 3-102
  33984. csmp-digest-v3-103
  33985. csmp-digest-v3-104
  33986. csmp-digest-v3-105
  33987. csmp-digest-v3-106
  33988. csmp-digest-v3-107
  33989. csmp-digest-v3-108
  33990. csmp-digest-v3-109
  33991. csmp-digest-v3-110
  33992. csmp-digest-v3-111
  33993. csmp-digest-v3-112
  33994. csmp-digest-v3-113
  33995. csmp-digest-v3-114
  33996. csmp-digest-v3-115
  33997. csmp-digest-v3-116
  33998. csmp-digest-v3-117
  33999. csmp-digest-v3-118
  34000. csmp-digest-v3-119
  34001. csmp-digest-v3-120
  34002. csmp-digest-v3-121
  34003. csmp-digest-v3-122
  34004. csmp-digest-v3-123
  34005. csmp-digest-v3-125
  34006. csmp-digest-v3-126
  34007. csmp-digest-v3-127
  34008. csmp-digest-v3-128
  34009. csmp-digest-v
  34010. 89176X
  34011. Jul 99^
  34012. --set theItem to choose file -- uncomment to test in an AS editor
  34013.     tell application "Finder"
  34014.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:Apple Color OneScanner SDK:"
  34015.         activate
  34016.     end tell
  34017. on error errMsg number errNum
  34018.     --enter statements to perform when no records are found such as...
  34019.     display dialog "Sorry, the item you selected could not be found."
  34020.     return
  34021. end try
  34022. Deletedq
  34023. Dev.CD Jul 99 SDK1
  34024. 9D!All Packages
  34025. Mac OS SDK Edition
  34026. Apple Data Detectors SDK
  34027.     All Packages
  34028. TV-Man
  34029. /Summary: An application which provides various test video and audio patterns. This includes color bars, gray scale and concentric ring patterns.
  34030. Features: All adjustable parameters are held in the resource fork. ResEdit templates and "Types.r" fragments are included to make the resource work friendly.
  34031. Hardware tools.imgK
  34032. Vol XIV
  34033. 89042X
  34034. 1e    No Change
  34035. audiocodec
  34036. audioconverter
  34037. audit
  34038. audited
  34039. All Packages
  34040. System 7.5 Update 2.0O
  34041. Dev.CD Jul 96 SSWP
  34042. Dev.CD Jul 96 SSV
  34043. 90335X
  34044. Jul 96
  34045. f--set theItem to choose file -- uncomment to test in an AS editor
  34046.     tell application "Finder"
  34047.         open item "Dev.CD Jul 96 SSW"
  34048.         activate
  34049.     end tell
  34050. on error errMsg number errNum
  34051.     --enter statements to perform when no records are found such as...
  34052.     display dialog "Sorry, the item you selected could not be found."
  34053.     return
  34054. end try
  34055. All Packages
  34056. System 7.5 Update 2.0O
  34057. Dev.CD Jul 96 SSWP
  34058. Dev.CD Jul 96 SSV
  34059. 90336X
  34060. Jul 96
  34061. f--set theItem to choose file -- uncomment to test in an AS editor
  34062.     tell application "Finder"
  34063.         open item "Dev.CD Jul 96 SSW"
  34064.         activate
  34065.     end tell
  34066. on error errMsg number errNum
  34067.     --enter statements to perform when no records are found such as...
  34068.     display dialog "Sorry, the item you selected could not be found."
  34069.     return
  34070. end try
  34071. All Packages
  34072. System 7.5 Update 2.0V
  34073. 90337X
  34074. All Packages
  34075. F)System Enabler 131 (PB 160/165c/180/180c)O)Dev.CD Apr 94
  34076. Dev.CD Jan 94
  34077. Dev.CD Oct 93P(Dev.CD Apr 94
  34078. Dev.CD Jan 94
  34079. Dev.CD Oct 9V
  34080. 90484X
  34081. Apr 94
  34082. ~--set theItem to choose file -- uncomment to test in an AS editor
  34083.     tell application "Finder"
  34084.         open item "Dev.CD Apr 94
  34085. Dev.CD Jan 94
  34086. Dev.CD Oct 93"
  34087.         activate
  34088.     end tell
  34089. on error errMsg number errNum
  34090.     --enter statements to perform when no records are found such as...
  34091.     display dialog "Sorry, the item you selected could not be found."
  34092.     return
  34093. end try
  34094. All Packages
  34095. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  34096. Dev.CD Jan 94
  34097. Dev.CD Oct 93
  34098. Dev.CD Jul 93P6Dev.CD Apr 94
  34099. Dev.CD Jan 94
  34100. Dev.CD Oct 93
  34101. Dev.CD Jul 9V
  34102. 90485X
  34103. Apr 94
  34104. learning{
  34105. learning/testing
  34106. least
  34107. lengths
  34108. less{
  34109. lesser
  34110. letters
  34111. letting_
  34112. levela
  34113. OUDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestaltExplorer:P`Dev.CD Aug 00 TC Disk 1
  34114.  - Sample Code
  34115.  - Devices and Hardware
  34116.  - Disks
  34117.  - DriverGestaltExplorerV
  34118. 89424X
  34119. Aug 00^    TC Disk 1
  34120. --set theItem to choose file -- uncomment to test in an AS editor
  34121.     tell application "Finder"
  34122.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Disks:DriverGestaltExplorer:"
  34123.         activate
  34124.     end tell
  34125. on error errMsg number errNum
  34126.     --enter statements to perform when no records are found such as...
  34127.     display dialog "Sorry, the item you selected could not be found."
  34128.     return
  34129. end try
  34130. e    No Changef]device
  34131. driver
  34132. block
  34133. storage
  34134. Driver Gestalt
  34135. CD-ROM
  34136. CD ROM
  34137. hard disk
  34138. DriverGestaltExplorerq
  34139. Dev.CD Aug 00 TC Disk 1
  34140. All Packages
  34141. F    DroneZone
  34142. 89425X
  34143.  - QuickTime
  34144.  - QuickTime for Java
  34145.  - QTJava media samplesV
  34146. 88294X
  34147. Aug 00^    TC Disk 2
  34148. e    No Change
  34149. 4JrAnima
  34150. Anima.make
  34151. AnimationTest.c
  34152. AnimationTest.c.o
  34153. SpriteMgr.a
  34154. SpriteMgr.a.o
  34155. SpriteMgr.c
  34156. SpriteMgr.c.o
  34157. SpriteMgr.hK
  34158. Aug 00M
  34159. Color QuickDrawN5Sprite, NewGWorld, GWorld, off screen, CopyBits, BlitO6Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Anima:P>Dev.CD Aug 00 TC Disk 1
  34160.  - Sample Code
  34161.  - Graphics 2D
  34162.  - AnimaV
  34163. 89172X
  34164. Aug 00^    TC Disk 1
  34165. --set theItem to choose file -- uncomment to test in an AS editor
  34166.     tell application "Finder"
  34167.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Anima:"
  34168.         activate
  34169.     end tell
  34170. on error errMsg number errNum
  34171.     --enter statements to perform when no records are found such as...
  34172.     display dialog "Sorry, the item you selected could not be found."
  34173.     return
  34174. end try
  34175. e    No Changef0Sprite
  34176. NewGWorld
  34177. GWorld
  34178. off screen
  34179. CopyBits
  34180. Blitq
  34181. Dev.CD Aug 00 TC Disk 1
  34182. 5D!All Packages
  34183. Mac OS SDK Edition
  34184. Appearance & CMM SDK 1.0.2
  34185.     , Mac OS 9, QuickTimeOEDev.CD Oct 00 SDK1:Development Kits:Mac OS:Universal Interfaces3.3.2:ngeW
  34186. thinks
  34187. third
  34188. third-party
  34189. systems[
  34190. systemsoft
  34191. t-shirt
  34192. tab-delimited
  34193. tabbed
  34194. table^
  34195. tables^
  34196. tantek
  34197. targetS
  34198. targeted
  34199. targetingw
  34200. targets
  34201. tasksj
  34202. tcp/ip
  34203. tcp/ip/lpr
  34204. teamw
  34205. tech{
  34206. technicalT
  34207. Summary:  Apple designed MacCheck
  34208.  as a suport tool that provides configuration and software problem detection for the use of Apple phone support people and knowledgable consumers. Intended for 7.1 users, though it will run on all 7.0 and above systems.
  34209.   Provides configuration information, Disk First Aid (7.2) verification code,  system file corruption detection, duplicate System Folder detection, and a logic board test.
  34210. Features:
  34211. Hardware configuration
  34212. Software configuration of startu
  34213. p device (and limited information about other on-line volumes)
  34214. Software problem detection
  34215.   -Directory corruption detection (Disk First Aid 7.2 verification
  34216.      code)
  34217.   -System file (System, Finder, System Enabler, Launcher)
  34218.     corruption detection
  34219.   -Duplicate System Folder detection
  34220.  Logic board test
  34221. Recommended for System 7.1; it will run on System 7.0 and above.
  34222. Issues:
  34223. Not to be licenced with any other products
  34224. Incompatible with Thunder
  34225. Some printing incompatibilities:
  34226. he version information in the problem description and send to:
  34227.            Internet:  apple.bugs@applelink.apple.com
  34228.            AppleLink:  APPLE.BUGS
  34229. See the document " READ ME FIRST!" for details.
  34230.  READ ME FIRST!
  34231. Bug Reporting
  34232. English SR 1.5 Installer
  34233. Speech Recognition Manager Docs
  34234. SR 1.5 Interfaces & Lib
  34235. SR Files
  34236. SR Sample Code
  34237. SRLanguageModeler
  34238. What's new in SR 1.5.1K
  34239. Feb 96L
  34240. Jan 97M
  34241. Power Macintosh computers with 16-bit sound-in running System 7.5 or later, and on PowerPC-based PowerBooks with 16-bit sound-in running System 7.5 or later.N"PlainTalk, Speech Recognition, ASROFDev.CD Oct 00 SDK1:Development Kits:Mac OS:Speech Recognition Manager:PNDev.CD Oct 00 SDK1
  34242.  - Development Kits
  34243.  - Mac OS
  34244.  - Speech Recognition Manager
  34245. switches
  34246. switching
  34247. sybaseeoadaptor
  34248. symantec
  34249. symbolh
  34250. symbols
  34251. Display Manager, window arrangement, display mode, pixel depth, scan timing, display, display ID, video device, monitor, HTML, HTML rendering, web browser, URL, HTML tags, Apple Help, World Wide Web, Help Center, HTML link, Unicode Utilities, Unicode, locales, text, collation, characters, Window Manager, windows, structure region, content region, window class, window classes, window layers, window attributes, scrolling, Menu Manager, menus, Carbon, Apple menu, MDEF, menu items
  34252. p--set theItem to choose file -- uncomment to test in an AS editor
  34253.     tell application "Finder"
  34254.         open item "Dev.CD Apr 95
  34255. Dev.CD Jan 95"
  34256.         activate
  34257.     end tell
  34258. on error errMsg number errNum
  34259.     --enter statements to perform when no records are found such as...
  34260.     display dialog "Sorry, the item you selected could not be found."
  34261.     return
  34262. end try
  34263. All Packages
  34264. QuickDraw GXO
  34265. Dev.CD Apr 95
  34266. Dev.CD Jan 95P
  34267. Dev.CD Apr 95
  34268. Dev.CD Jan 9V
  34269. 88392X
  34270. Apr 95
  34271. adopting
  34272. interface
  34273. adopting
  34274. carbon
  34275. printing
  34276. manager
  34277. carbon
  34278. developer
  34279. documentation
  34280. suite
  34281. fcode
  34282. tokenizer
  34283. board
  34284. fcode
  34285. driver
  34286. development
  34287. inside
  34288. system
  34289. overview
  34290. revised
  34291. new/updated
  34292. newccursor
  34293. 'e    No Changeq
  34294. Dev.CD Aug 00 TC Disk 1
  34295. All Packages
  34296. Clipboard Magician 0.76
  34297. Summary:  This is a DA/application that allows you to examine the content of the clipboard and applies various operation to the data. It can also acts as an Apple Event server that the user can use from other applications or AppleScript.
  34298. Features:
  34299. Examine data in clipboard.
  34300. Manipulate data in clipboard.
  34301. Applying various code resource to data, code resource supported includs its own CNVT resource, XCMD, AppleScript's scpt, FKEY and any other type of code resource that can be supported bB
  34302. y adding a glue CNVT code resource.
  34303. Can act as AppleEvent server to be used by AppleScript or edit and execute AppleScript right from Clipboard Magician.
  34304. Sep 92L
  34305. Sep 93V
  34306. 89288X
  34307. 1e    No Change
  34308. end tell
  34309. on error errMsg number errNum
  34310.     --enter statements to perform when no records are found such as...
  34311.     display dialog "Sorry, the item you selected could not be found."
  34312.     return
  34313. end try
  34314. OGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:PRDev.CD Aug 00 TC Disk 2
  34315.  - Sample Code
  34316.  - QuickTime
  34317.  - QuickTime for Java
  34318.  - MusicV
  34319. 89694X
  34320. Aug 00^    TC Disk 2
  34321. --set theItem to choose file -- uncomment to test in an AS editor
  34322.     tell application "Finder"
  34323.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Music:"
  34324.         activate
  34325.     end tell
  34326. on error errMsg number errNum
  34327.     --enter statements to perform when no records are found such as...
  34328.     display dialog "Sorry, the item you selected could not be found."
  34329.     return
  34330. end try
  34331. e    No Changef
  34332. QuickTime
  34333. Dev.CD Aug 00 TC Disk 2
  34334. All Packages
  34335. MusicMixerI
  34336. This demo program shows the introspection of a Movie and the presentation of mixer channels to edit the playback volumes and balance of audio media.J/mm.bat
  34337. MusicMixer
  34338. MusicMixer.zip
  34339. readme.txt
  34340. Feb 00
  34341. 9695X
  34342. 1e    No Change
  34343. wer Mac G4 computer and its features, which include a
  34344.    fast Powe
  34345. somewhere
  34346. somobjects
  34347. sophisticated
  34348. sorry
  34349. sorted
  34350. sorting
  34351. sound
  34352. hardware
  34353. output
  34354. component
  34355. samplek
  34356. sound-producingl
  34357. soundconverter
  34358. sounds
  34359. soundsprocket
  34360. sourceO
  34361. sourcemenu
  34362. sources
  34363. space
  34364. space-saving
  34365. spacing
  34366. sparcstations
  34367. spatial
  34368. spawed
  34369. spawn
  34370. spawns
  34371. spbgetdeviceinfo
  34372. spbsetdeviceinfo
  34373. speak{
  34374. speakers
  34375. speaking
  34376. speaks{
  34377. specialU
  34378. f--set theItem to choose file -- uncomment to test in an AS editor
  34379.     tell application "Finder"
  34380.         open item "Dev.CD Jun 97 SSW"
  34381.         activate
  34382.     end tell
  34383. on error errMsg number errNum
  34384.     --enter statements to perform when no records are found such as...
  34385.     display dialog "Sorry, the item you selected could not be found."
  34386.     return
  34387. end try
  34388. translation
  34389. manager
  34390. translation
  34391. editorO
  34392. eenie
  34393. effect
  34394. effects
  34395. eject
  34396. electronics
  34397. elements
  34398. email
  34399. embed
  34400. embedding
  34401. emulator
  34402. enable
  34403. enable/disable
  34404. enabled
  34405. enabler
  34406. encoding
  34407. encodingid
  34408. endpoint
  34409. engine
  34410. engine
  34411. internet
  34412. sherlock
  34413. enterprise
  34414. entertainment
  34415. getrectdevicerect
  34416. getscrap
  34417. getversion
  34418. above
  34419. take advantage of Apple installation tools.
  34420. Version 1.2.3 of the SDK includes released versions of Upgrader (1.2.3) and Installer Engine (4.5.2).  We also include the shipping version of Installer 4.0.8.
  34421. This SDK is split into two folders: Upgrader and its engines, and old Installer 4.0.8.  Upgrader in conjunction with Installer Engine or ASR will replace the old Instaler 4.0.X application as Appl
  34422. s primary installation user experience.  Most Installer scripts written for Installer 4.0.X can be used with Upgrader and Installer Engine, so switching should be easy for most of you.
  34423. Installer
  34424. Note:  Some items are pre-release versions and cannot be licensed for distribution.  They are clearly marked as such.  It is should be understood that these items may have some bugs.
  34425. You must obtain a separate license from Apple to ship Installer-related tools with your product.  See the docume
  34426. --set theItem to choose file -- uncomment to test in an AS editor
  34427.     tell application "Finder"
  34428.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:DisplayVideo:"
  34429.         activate
  34430.     end tell
  34431. on error errMsg number errNum
  34432.     --enter statements to perform when no records are found such as...
  34433.     display dialog "Sorry, the item you selected could not be found."
  34434.     return
  34435. end try
  34436. Dev.CD Jan 96 SSWP
  34437. Dev.CD Jan 96 SSV
  34438. 88323X
  34439. Jan 96
  34440. f--set theItem to choose file -- uncomment to test in an AS editor
  34441.     tell application "Finder"
  34442.         open item "Dev.CD Jan 96 SSW"
  34443.         activate
  34444.     end tell
  34445. on error errMsg number errNum
  34446.     --enter statements to perform when no records are found such as...
  34447.     display dialog "Sorry, the item you selected could not be found."
  34448.     return
  34449. end try
  34450. All Packages
  34451. QuickDraw 3DO
  34452. Dev.CD Jan 96 SSWP
  34453. Dev.CD Jan 96 SSV
  34454. 88324X
  34455. Jan 96
  34456. ~--set theItem to choose file -- uncomment to test in an AS editor
  34457.     tell application "Finder"
  34458.         open item "Dev.CD Apr 94
  34459. Dev.CD Jan 94
  34460. Dev.CD Oct 93"
  34461.         activate
  34462.     end tell
  34463. on error errMsg number errNum
  34464.     --enter statements to perform when no records are found such as...
  34465.     display dialog "Sorry, the item you selected could not be found."
  34466.     return
  34467. end try
  34468. mapped
  34469. mapper
  34470. mappingV
  34471. mapping
  34472. physical
  34473. codes
  34474. virtual
  34475. codesV
  34476. mappings
  34477. marathi
  34478. marathon
  34479. march{
  34480. marching
  34481. marinkovich
  34482. mark_
  34483. markc
  34484. marked
  34485. market{
  34486. marketing{
  34487. marketplace
  34488. markets
  34489. Code:Overview:MoreIsBetter:V
  34490. 86481X
  34491. 1e    No Change
  34492. they'll
  34493. they're{
  34494. thick
  34495. thing{
  34496. thingies
  34497. things
  34498. think
  34499. heralds
  34500. here{
  34501. here's
  34502. here's
  34503. function
  34504. setindstring
  34505. which
  34506. takes
  34507. parame
  34508. here's
  34509. snippet
  34510. returns
  34511. vrefnum
  34512. dirid
  34513. hereafter
  34514. hereby
  34515. hersey
  34516. hewlett-packard
  34517. hexedit
  34518. hidden
  34519. hidemenubar
  34520. hidemenubar
  34521. shows
  34522. simply
  34523. creatin
  34524. hiding
  34525. hierarchical
  34526. hierarchies
  34527. hiermenus
  34528.  more.
  34529. s Up: Catch the Comm Toolbox Wave  by Rob Berkowitz and Alex Kazim.  An introduction to three Communications Toolbox managers, illustrated by a look at a simple te
  34530. anyone
  34531. anything[
  34532. anywhere
  34533. apart
  34534. pearanceu
  34535. appeared
  34536. appearing
  34537. appleP
  34538. apple
  34539. detectors
  34540. technology
  34541. scans
  34542. searchiy
  34543. apple
  34544. location
  34545. manager
  34546. allows
  34547. users
  34548. switch
  34549. groups
  34550. apple
  34551. system
  34552. profiler
  34553. gather
  34554. information
  34555. about
  34556. apple'sj
  34557. apple-related
  34558. applecd
  34559. appleeventh
  34560. appleevents
  34561. appleglot
  34562. appleguidegluelib
  34563. applelink{
  34564. applemodemtool
  34565. applescriptb
  34566. applescript's
  34567. applescriptsO
  34568. applesearchT
  34569. appleshareT
  34570. applesingle/appledou
  34571. relase
  34572. related
  34573. related
  34574. paper
  34575. release
  34576. release
  34577. extensions
  34578. release
  34579. installer
  34580. release
  34581. notes
  34582. relstring
  34583. remoteT
  34584. remote
  34585. control
  34586. remote
  34587. control
  34588. remote
  34589. control
  34590. removefile
  34591. removefile
  34592. removefolder
  34593. removefolder
  34594. removevmsversionnumb
  34595. renderinglib
  34596. renderingwindow
  34597. renderingwindow
  34598. renderingwindow
  34599. rep-iso
  34600. rep-iso/ccitt
  34601. rep-mm
  34602. replaceattributes
  34603. replaceattributes
  34604. replacecharset
  34605. replacecharset
  34606. indercolors
  34607. requiredfindercolors
  34608. requiredfindercolors
  34609. requiredfindercolors
  34610. reseditc
  34611. resedit
  34612. editor
  34613. 1.0b4c
  34614. resedit
  34615. editorc
  34616. resolverelativealias
  34617. resolverelativealias
  34618. resolverelativealias
  34619. resolverelativealias
  34620. atsui
  34621. audio
  34622. audio
  34623. audioconvert
  34624. audioconvert
  34625. audioconvert
  34626. audioconvert
  34627. audioconvert
  34628. audioconvert
  34629. audioconvert
  34630. audioconvert
  34631. audioconvert
  34632. audioconvert
  34633. audiomidi
  34634. audiomidi
  34635. auntiedialog
  34636. auntiedialog
  34637. auntiedialog
  34638. auntiedialog
  34639. auntiedialogdemo
  34640. auntiedialogdemo
  34641. auntiedialogdemo
  34642. auntiedialogdemo
  34643. auntiedialogdemoclas
  34644. auntiedialogprefixca
  34645. auntiedialogprefixin
  34646. compilable
  34647. authentication
  34648. authenticator
  34649.  "Finder"
  34650.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  34651.         activate
  34652.     end tell
  34653. on error errMsg number errNum
  34654.     --enter statements to perform when no records are found such as...
  34655.     display dialog "Sorry, the item you selected could not be found."
  34656.     return
  34657. end try
  34658. Moved
  34659. setprojector
  34660. intra
  34661. intranets
  34662. intricacies
  34663. intrinsic
  34664. intro
  34665. introduce
  34666. introducedu
  34667. introduces
  34668. introducing
  34669. 89392X
  34670. Jan 00^
  34671. --set theItem to choose file -- uncomment to test in an AS editor
  34672.     tell application "Finder"
  34673.         open item "Dev.CD Jan 00 SDK1:What's New:Technical Documentation:Technical Publications:DeveloperDocumentation:corefoundation:"
  34674.         activate
  34675.     end tell
  34676. on error errMsg number errNum
  34677.     --enter statements to perform when no records are found such as...
  34678.     display dialog "Sorry, the item you selected could not be found."
  34679.     return
  34680. end try
  34681. e    No Change
  34682. o.http://developer.apple.com/techpubs/index.html
  34683. eject
  34684. ejected
  34685. elaborates
  34686. elapsed
  34687. electric
  34688. oOpenGL for Macintosh enables your computer to display three-dimensional graphics using applications designed to take advantage of OpenGL.
  34689. What's New in OpenGL
  34690.  1.1.2:
  34691.  Internal texture format hint is now supported
  34692.  Better AGP texture management
  34693.  Added support for Velocity Engine
  34694.  Support for the EXT_texture_env_add extension
  34695.  Lots of performance optimizations
  34696. J4Install OpenGL
  34697. Installer
  34698. OpenGL Parts
  34699. OpenGL Read MeK
  34700. Jul 99L
  34701. Jan 00M
  34702.  A PowerPC
  34703.  based computer with a minimum of 32 megabytes of memory (RAM)
  34704.  Mac OS System 8.1 or later
  34705.  QuickDraw3D 1.6 or laterN
  34706. OpenGL, 3D, graphics
  34707. O2Dev.CD Oct 00 SDK1:Development Kits:Mac OS:OpenGL:P:Dev.CD Oct 00 SDK1
  34708.  - Development Kits
  34709.  - Mac OS
  34710.  - OpenGL
  34711. Speech Recognition sample: This sample, which uses Speech Recognition Manager, provides a flexible framework for basing other applications on this code.
  34712. SquareWave:  These snippets show how to use waveTableSynth and squareWaveSynth.
  34713. 'vox ' recording:  This application uses Q
  34714. mJQHeader
  34715. readme
  34716. ReKeyTrans
  34717. ReKey
  34718. ReKey.68K.
  34719. ReKey.PPC.
  34720. ReKeyTrans
  34721. Resource
  34722. SourceOGDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ReKeyTrans:PODev.CD Aug 00 TC Disk 2
  34723.  - Sample Code
  34724.  - Human Interface Toolbox
  34725.  - ReKeyTransV
  34726. 90125X
  34727. Aug 00^    TC Disk 2
  34728. --set theItem to choose file -- uncomment to test in an AS editor
  34729.     tell application "Finder"
  34730.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ReKeyTrans:"
  34731.         activate
  34732.     end tell
  34733. on error errMsg number errNum
  34734.     --enter statements to perform when no records are found such as...
  34735.     display dialog "Sorry, the item you selected could not be found."
  34736.     return
  34737. end try
  34738. e    No Changeq
  34739. Dev.CD Aug 00 TC Disk 2
  34740. All Packages
  34741. Remove VMS Version NumbersIAPW Script for removing VMS style version numbers from file names
  34742. RemoveVMSVersionNumbersM
  34743. MPWOWDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MPW:Remove VMS Version Numbers:V
  34744. 90126X
  34745. 1e    No Change
  34746. 90230X
  34747. Apr 98^
  34748. --set theItem to choose file -- uncomment to test in an AS editor
  34749.     tell application "Finder"
  34750.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):SOMobjects
  34751.  for Mac OS:"
  34752.         activate
  34753.     end tell
  34754. on error errMsg number errNum
  34755.     --enter statements to perform when no records are found such as...
  34756.     display dialog "Sorry, the item you selected could not be found."
  34757.     return
  34758. end try
  34759. e    No Changeq
  34760. Dev.CD Apr 98 SDK2
  34761. D!All Packages
  34762. Mac OS SDK Edition
  34763. Sound Manager
  34764. sample
  34765. demonstrates
  34766. no-copy
  34767. receives
  34768. under
  34769. sample
  34770. demonstrates
  34771. methods
  34772. printing
  34773. sample
  34774. currently
  34775. selected
  34776. printer
  34777. sample
  34778. shows
  34779. quicktime
  34780. faster
  34781. simple
  34782. demonstrates
  34783. force
  34784. preview
  34785. enables
  34786. snippet
  34787. demonstrates
  34788. create
  34789. directory
  34790. snippet
  34791. demonstrates
  34792. determine
  34793. whether
  34794. All Packages
  34795. System 7.5 Update 1.0O
  34796. Dev.CD Jul 95P
  34797. Dev.CD Jul 9V
  34798. 90318X
  34799. Jul 95
  34800. b--set theItem to choose file -- uncomment to test in an AS editor
  34801.     tell application "Finder"
  34802.         open item "Dev.CD Jul 95"
  34803.         activate
  34804.     end tell
  34805. on error errMsg number errNum
  34806.     --enter statements to perform when no records are found such as...
  34807.     display dialog "Sorry, the item you selected could not be found."
  34808.     return
  34809. end try
  34810. All Packages
  34811. System 7.5 Update 1.0O
  34812. Dev.CD Jul 95P
  34813. Dev.CD Jul 9V
  34814. 90319X
  34815. Jul 95
  34816. b--set theItem to choose file -- uncomment to test in an AS editor
  34817.     tell application "Finder"
  34818.         open item "Dev.CD Jul 95"
  34819.         activate
  34820.     end tell
  34821. on error errMsg number errNum
  34822.     --enter statements to perform when no records are found such as...
  34823.     display dialog "Sorry, the item you selected could not be found."
  34824.     return
  34825. end try
  34826. All Packages
  34827. System 7.5 Update 1.0O
  34828. Dev.CD Jul 95P
  34829. Dev.CD Jul 9V
  34830. 90320X
  34831. 89614X
  34832. Aug 00^    TC Disk 1
  34833. --set theItem to choose file -- uncomment to test in an AS editor
  34834.     tell application "Finder"
  34835.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  34836.         activate
  34837.     end tell
  34838. on error errMsg number errNum
  34839.     --enter statements to perform when no records are found such as...
  34840.     display dialog "Sorry, the item you selected could not be found."
  34841.     return
  34842. end try
  34843. e    No Changef    MacCheck
  34844. Dev.CD Aug 00 TC Disk 1
  34845. All Packages
  34846. MacGamma
  34847. 89615X
  34848.  item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Instrumentation SDK:"
  34849.         activate
  34850.     end tell
  34851. on error errMsg number errNum
  34852.     --enter statements to perform when no records are found such as...
  34853.     display dialog "Sorry, the item you selected could not be found."
  34854.     return
  34855. end try
  34856. e    No Changef(instrumentation
  34857. performance analysisq
  34858. Dev.CD Oct 00 SDK1
  34859. #D!All Packages
  34860. Tool Chest Edition
  34861. Int'l Developer Contacts 2/96
  34862. e    No Changef
  34863. MultiTasking
  34864. MultiProcessingo0http://developer.apple.com/samplecode/index.htmlq
  34865. Dev.CD Aug 00 TC Disk 2
  34866. All Packages
  34867. MPPeriodicalTestI5This is an application to test/demo the MT/MP timers.J:MPPeriodicalTest
  34868. MPPeriodicalTest.c
  34869. MPPeriodicalTest.
  34870. Pro2K
  34871. May 00M
  34872. Mac OS 8.6 or later, MP 2.0N
  34873. MultiTasking, MultiProcessingO?Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:PGDev.CD Aug 00 TC Disk 2
  34874.  - Sample Code
  34875.  - Processes
  34876.  - MPPeriodicalTestV
  34877. 89681X
  34878. Aug 00^    TC Disk 2
  34879. --set theItem to choose file -- uncomment to test in an AS editor
  34880.     tell application "Finder"
  34881.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MPPeriodicalTest:"
  34882.         activate
  34883.     end tell
  34884. on error errMsg number errNum
  34885.     --enter statements to perform when no records are found such as...
  34886.     display dialog "Sorry, the item you selected could not be found."
  34887.     return
  34888. end try
  34889. e    No Changeo0http://developer.apple.com/samplecode/index.html
  34890. ?ot a 100%, but some reports
  34891.   -HP DeskWriter (550, 550C)
  34892.   -Possibly LaserWriter 8.0
  34893. Each log holds only 32K of information
  34894. If the user has many applications, fonts, or files with creation dates > modification dates, not all of the config
  34895. information will fit in the logs.
  34896. MacCheck
  34897.  is a trademark of Apple Computer
  34898. General tools.imgK
  34899. Oct 93M
  34900. MacPlus or aboveN    MacCheck
  34901. OEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  34902.  - Tool Chest
  34903.  - Testing & Debugging
  34904.  - General tools which have been with us since System 7.0.0. With this API yo
  34905. 86480X
  34906. D Apr 98 SDK1:Development Kits (Disc 1):ColorSync SDK:Documentation:Embedding Profile Documentation:"
  34907.         activate
  34908.     end tell
  34909. on error errMsg number errNum
  34910.     --enter statements to perform when no records are found such as...
  34911.     display dialog "Sorry, the item you selected could not be found."
  34912.     return
  34913. end try
  34914. e    No Change
  34915. recordable
  34916. recording
  34917. recordretrievepictin
  34918. redbook
  34919. redbook
  34920. audio
  34921. redistribution
  34922. reference
  34923. reference
  34924. counting
  34925. reference
  34926. counts
  34927. referential
  34928. referential
  34929. integrity
  34930. rules
  34931. reformatting
  34932. region
  34933. registration
  34934. registry
  34935. related
  34936. relative
  34937. relative
  34938. alias
  34939. release
  34940. remove
  34941. remove
  34942. version
  34943. numbers
  34944. rename
  34945. renderer
  34946. rendering
  34947. rendering
  34948. unicode
  34949. replace
  34950. replace
  34951. replacement
  34952. reports
  34953. resedit
  34954. resedit
  34955. 2.1.1
  34956. disassembly
  34957. disassembler
  34958. viewer
  34959. edito
  34960. resolution
  34961. resource
  34962. resource
  34963. management
  34964. resources
  34965. restoredeviceclut
  34966. retrievepictinfo
  34967. return
  34968. return
  34969. investment
  34970. reverb
  34971. rgbbackcolor
  34972. rgbforecolor
  34973. rhapsody
  34974. router
  34975. routines
  34976. routing
  34977. rowbytes
  34978. setrect
  34979. column
  34980. columned
  34981. columns
  34982. tools
  34983. visual
  34984. visual
  34985. projects
  34986. vmsify
  34987. vmsify
  34988. vmsify
  34989. debug
  34990. vmsify
  34991. vmsifydebug
  34992. vmsifydebug
  34993. prefix
  34994. voxii
  34995. voxii
  34996. voxii
  34997. voxii
  34998. voxii
  34999. readme
  35000. voxiippc
  35001. voxiippc
  35002. voxiippc
  35003. bit-depth
  35004. explnd
  35005. please
  35006. vrbackbuffer
  35007. vrbackbuffer
  35008. vrbackbuffer
  35009. vrbackbuffer
  35010. vrbackbuffer
  35011. vrbackbuffer
  35012. vrbackbuffer
  35013. vrbackbuffer
  35014. vrbackbuffer
  35015. vrbackbuffer
  35016. vrcursors
  35017. vrcursors
  35018. vrcursors
  35019. vrcursors
  35020. vu-meter
  35021. vu-meter
  35022. vu-meter
  35023. vu-meter
  35024. Dev.CD Jan 96 SDKV
  35025. 89940X
  35026. Jan 96
  35027. g--set theItem to choose file -- uncomment to test in an AS editor
  35028.     tell application "Finder"
  35029.         open item "Dev.CD Jan 96 SDK1"
  35030.         activate
  35031.     end tell
  35032. on error errMsg number errNum
  35033.     --enter statements to perform when no records are found such as...
  35034.     display dialog "Sorry, the item you selected could not be found."
  35035.     return
  35036. end try
  35037. All Packages
  35038. QuickDraw GXO Dev.CD Jan 96 SDK1
  35039. Dev.CD Jul 95P
  35040. Dev.CD Jan 96 SDK1
  35041. Dev.CD Jul 9V
  35042. 89941X
  35043. Jan 96
  35044. u--set theItem to choose file -- uncomment to test in an AS editor
  35045.     tell application "Finder"
  35046.         open item "Dev.CD Jan 96 SDK1
  35047. Dev.CD Jul 95"
  35048.         activate
  35049.     end tell
  35050. on error errMsg number errNum
  35051.     --enter statements to perform when no records are found such as...
  35052.     display dialog "Sorry, the item you selected could not be found."
  35053.     return
  35054. end try
  35055. All Packages
  35056. QuickDraw GXO
  35057. Dev.CD Jan 96 SDK1P
  35058. Dev.CD Jan 96 SDKV
  35059. 89942X
  35060. small
  35061. snapshot
  35062. snapshot
  35063. snapshot
  35064. snapshot
  35065. snapshot
  35066. snapshotsample
  35067. snapshotsample
  35068. snapshotsample
  35069. snapshotsample
  35070. snarfer
  35071. sndforever
  35072. sndforever
  35073. sndforever
  35074. sndforever
  35075. sndforever
  35076. sndmemrecord
  35077. sndplaydblbuffer
  35078. sndplaydoublebuffer
  35079. sndplaydoublebuffer
  35080. sndrecord
  35081. sneak3view
  35082. agent
  35083. specific
  35084. files
  35085. transports
  35086. softvdig
  35087. softvdig
  35088. softvdig
  35089. sortpicts
  35090. sortpicts
  35091. sortpicts
  35092. sortpictsapp
  35093. sortpictsapp
  35094. sortpictsthreads
  35095. sortpictsthreads
  35096. sound
  35097. cfdictionary
  35098. cfequal
  35099. cfhash
  35100. cfhashcode
  35101. cfindex
  35102. fragment
  35103. manager
  35104. cfm-68k
  35105. cfm-68k
  35106. mixed
  35107. thread
  35108. objectsupportlib
  35109. cfoptionflags
  35110. cfpropertylist
  35111. cfrange
  35112. cfrelease
  35113. cfretain
  35114. cfset
  35115. cfstring
  35116. cfstringencodingsext
  35117. cftree
  35118. cftype
  35119. cftypeid
  35120. chained
  35121. chained
  35122. completion
  35123. routines
  35124. asynchronous
  35125. manager
  35126. character
  35127. characters
  35128. charset
  35129. cheap
  35130. checkbox
  35131. checkgestalt
  35132. chinese
  35133. chinese
  35134. dictation
  35135. speech
  35136. input
  35137. keyboard
  35138. chinese
  35139. handwriting
  35140. input
  35141. keyboard
  35142. tablet
  35143. chinese
  35144. language
  35145. traditional
  35146. simplified
  35147. choose
  35148. chooser
  35149. chooser
  35150. chooser
  35151. package
  35152. printer
  35153. driver
  35154. packman
  35155. cliprect
  35156. getnextdevice
  35157. getdevicelist
  35158. clouseau
  35159. cmchoose
  35160. cmgetconfig
  35161. 89612X
  35162. Sep 00^    RL Disk 1
  35163. --set theItem to choose file -- uncomment to test in an AS editor
  35164.     tell application "Finder"
  35165.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:"
  35166.         activate
  35167.     end tell
  35168. on error errMsg number errNum
  35169.     --enter statements to perform when no records are found such as...
  35170.     display dialog "Sorry, the item you selected could not be found."
  35171.     return
  35172. end try
  35173. e    No Changeq
  35174. Dev.CD Sep 00 RL Disk 1
  35175. All Packages
  35176. MacCalendar 1.1b1I
  35177. Summary:  MacCalendar is a control strip module that displays a calendar when you click on it in the control strip.  The calendar display is configured using a separate application, MacCalendar Setup.
  35178. Aug 94L
  35179. May 97V
  35180. 89613X
  35181. Moved
  35182. ntation:PEDev.CD Dec 99 RL
  35183.  - Technical Documentation
  35184.  - More SSW Documentation
  35185. 89188X
  35186. Aug 00^    TC Disk 1
  35187. --set theItem to choose file -- uncomment to test in an AS editor
  35188.     tell application "Finder"
  35189.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:Apple International Glossaries:"
  35190.         activate
  35191.     end tell
  35192. on error errMsg number errNum
  35193.     --enter statements to perform when no records are found such as...
  35194.     display dialog "Sorry, the item you selected could not be found."
  35195.     return
  35196. end try
  35197. e    No Changef
  35198. International
  35199. Glossariesq
  35200. Dev.CD Aug 00 TC Disk 1
  35201. ED!All Packages
  35202. Mac OS SDK Edition
  35203. Apple Location Manager
  35204. hApple Location Manager allows users to switch groups of settings all at the same time in one step (such as when moving from location to location). This SDK contains a complete Location Manager Module with source, and documentation on other ways developers can integrate ALM support into their products.
  35205. Contains a new version of ALM (2.0.1) for developer use.
  35206. 89189X
  35207. 1e    No Change
  35208. xtEdit
  35209. Text Enc
  35210. --set theItem to choose file -- uncomment to test in an AS editor
  35211.     tell application "Finder"
  35212.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Contributed:strlist:"
  35213.         activate
  35214.     end tell
  35215. on error errMsg number errNum
  35216.     --enter statements to perform when no records are found such as...
  35217.     display dialog "Sorry, the item you selected could not be found."
  35218.     return
  35219. end try
  35220. llows
  35221. declaration
  35222. slotvinstall
  35223. slower
  35224. small[
  35225. smalldaemon
  35226. smaller
  35227. smallest
  35228. smart
  35229. smith
  35230. smooth
  35231. snapshot
  35232.     C`tp://www.tiac.net/biz/bbsw/
  35233. Internet:    bbsw@netcom.com
  35234. CIS:    73051,3255
  35235. eWorld:    BareBones
  35236. JY!NOT AN APPLE PRODUCT!
  35237. PopupFuncs 2.6.1 Installer
  35238. PopupFuncs Notes.c
  35239. Source Masher
  35240. xPop 
  35241. Sep 95L
  35242. Jan 96OHDev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:PopupFuncs 2.6.1:PPDev.CD Aug 00 TC Disk 1
  35243.  - Tool Chest
  35244.  - Developer Utilities
  35245.  - PopupFuncs 2.6.1orry, the item you selected could not be found."
  35246.     return
  35247. end try
  35248. e    No Changeq
  35249. Dev.CD Aug 00 TC Disk 1
  35250. YD!All Packages
  35251. Mac OS SDK Edition
  35252. AppleTalk SDK
  35253.     s...
  35254.     display dialog "Sorry, the item you selected could not be found."
  35255.     return
  35256. end try
  35257. All Packages
  35258. F"System Enabler 401 (Color Classic)O7Dev.CD Apr 94
  35259. Dev.CD Jan 94
  35260. Dev.CD Oct 93
  35261. Dev.CD Aug 93P6Dev.CD Apr 94
  35262. Dev.CD Jan 94
  35263. Dev.CD Oct 93
  35264. Dev.CD Aug 9V
  35265. 87369X
  35266. Apr 94
  35267. Communications Toolbox
  35268. Contributed
  35269. Devices and Hardware
  35270. Files
  35271. Games
  35272. Graphics 2D
  35273. Graphics 3D
  35274. Help Systems
  35275. Human Interface Toolbox
  35276. Interapplication Comm
  35277. Memory
  35278. Networking
  35279. OS Utilities
  35280. Overview
  35281. Platforms and Tools
  35282. Printing
  35283. Processes
  35284. QuickTime
  35285. Runtime Architecture
  35286. Sound
  35287. istribution GuidesV
  35288. 87947X
  35289. May 98^
  35290. --set theItem to choose file -- uncomment to test in an AS editor
  35291.     tell application "Finder"
  35292.         open item "Dev.CD May 98 TC:Programs & Marketing:Market & Distribution Guides:"
  35293.         activate
  35294.     end tell
  35295. on error errMsg number errNum
  35296.     --enter statements to perform when no records are found such as...
  35297.     display dialog "Sorry, the item you selected could not be found."
  35298.     return
  35299. end try
  35300. e    No Changeq
  35301. Dev.CD May 98 TC
  35302. $D!All Packages
  35303. Mac OS SDK Edition
  35304. Interactive Corp Success Guide
  35305.     ents to the Finder. 
  35306. - Load and execute AppleScript scripts from an application.
  35307. 86478X
  35308. 1e    No Change
  35309. 89868X
  35310. Aug 00^    TC Disk 1
  35311. --set theItem to choose file -- uncomment to test in an AS editor
  35312.     tell application "Finder"
  35313.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:PutAwayVolumes:"
  35314.         activate
  35315.     end tell
  35316. on error errMsg number errNum
  35317.     --enter statements to perform when no records are found such as...
  35318.     display dialog "Sorry, the item you selected could not be found."
  35319.     return
  35320. end try
  35321. e    No Changef.unmount
  35322. put away
  35323. Finder Apple Events
  35324. MoreFilesq
  35325. Dev.CD Aug 00 TC Disk 1
  35326. All Packages
  35327. QDGX Spooler Patch 1.0.2
  35328. 89869X
  35329. menu from the right and is indicated by a Question mark icon.)
  35330. Adobe encourages you to register as an Acrobat Reader user; letting us know who you are helps us continue to provide you with better products, better service, and the most up-to-date information on Adobe Acrobat. If you have not already registered, please do so at:
  35331.     http://www.adobe.com/acrobat/register.html
  35332. To view the latest information
  35333. qttimecode
  35334. qttimecode
  35335. qttimecode
  35336. qttimecode
  35337. qttojavaimage
  35338. qttojavaimage
  35339. qtvector
  35340. qtvector
  35341. qtvectors
  35342. qtvectors
  35343. qtvectors
  35344. qtvectors
  35345. qtvectors
  35346. qtvectors
  35347. qtvectors
  35348. qtvectors
  35349. qtvectors
  35350. qtvectors
  35351. qtvideo
  35352. qtvideo
  35353. qtvideo
  35354. qtwiredsprites
  35355. qtwiredsprites
  35356. qtwiredsprites
  35357. qtwiredsprites
  35358. qtwiredsprites
  35359. qtwiredsprites
  35360. qtwiredsprites
  35361. qtwiredsprites
  35362. qtwiredsprites
  35363. qtwiredsprites
  35364. qtwiredsprites
  35365. qtzoo
  35366. odec.rM    QuickTimeN
  35367. QuickTime, codecOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:ExampleCodec:PMDev.CD Aug 00 TC Disk 2
  35368.  - Sample Code
  35369.  - QuickTime
  35370.  - Codecs
  35371.  - ExampleCodecV
  35372. 84671X
  35373. Aug 00^    TC Disk 2
  35374. e    No Change
  35375. Aug 94L
  35376. May 97M9Requires the Control Strip control panel to be installed.O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  35377.  - Sample CodeV
  35378. 89613X
  35379. Aug 00^    TC Disk 2
  35380. y--set theItem to choose file -- uncomment to test in an AS editor
  35381.     tell application "Finder"
  35382.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  35383.         activate
  35384.     end tell
  35385. on error errMsg number errNum
  35386.     --enter statements to perform when no records are found such as...
  35387.     display dialog "Sorry, the item you selected could not be found."
  35388.     return
  35389. end try
  35390. Movedq
  35391. Dev.CD Aug 00 TC Disk 2
  35392. All Packages
  35393. MacCheck
  35394.  1.0.4
  35395. 89614X
  35396.  lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  35397. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  35398. maccalendar
  35399. macdebugprefixl
  35400. macdebugprefix
  35401. macframework
  35402. macframework
  35403. macframework
  35404. macframework
  35405. macgamma
  35406. macgamma
  35407. macgamma
  35408. macgamma
  35409. macgamma
  35410. machack
  35411. macintosh
  35412. macmain
  35413. macmain
  35414. macos8and9
  35415. macos8documentation
  35416. macprefixl
  35417. macprefix
  35418. macsbugc
  35419. macsbug
  35420. resourcesc
  35421. datasheet
  35422. white
  35423. paper
  35424. mag'n
  35425. magic
  35426. magic
  35427. magic
  35428. utility
  35429. magican
  35430. magician
  35431. mail~
  35432. suite
  35433. makeN
  35434. makefile
  35435. makefilealias
  35436. makefilehelp
  35437. makeout
  35438. makethefolder
  35439. making
  35440. making
  35441. mamake
  35442. management
  35443. p--set theItem to choose file -- uncomment to test in an AS editor
  35444.     tell application "Finder"
  35445.         open item "Dev.CD Oct 93
  35446. Dev.CD Jul 93"
  35447.         activate
  35448.     end tell
  35449. on error errMsg number errNum
  35450.     --enter statements to perform when no records are found such as...
  35451.     display dialog "Sorry, the item you selected could not be found."
  35452.     return
  35453. end try
  35454.  selected could not be found."
  35455.     return
  35456. end try
  35457. e    No Changeq
  35458. Dev.CD Aug 00 TC Disk 2
  35459. All Packages
  35460. Audit app & dcmd
  35461. Summary:  Audit is a small library of functions that provide an unobtrusive event tracing capability to applications, drivers, code-resources, call-backs, and any other "flavor" of Macintosh software.
  35462. The DisplayAudit application may be used to follow the execution of a program being audited.  It can display auditing from several sources, and allows logging the audited data to a text file.
  35463. General tools.imgK
  35464. Feb 94N
  35465. testing, debugginge
  35466. 89381X
  35467. Sep 00^    RL Disk 1
  35468. --set theItem to choose file -- uncomment to test in an AS editor
  35469.     tell application "Finder"
  35470.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 28:"
  35471.         activate
  35472.     end tell
  35473. on error errMsg number errNum
  35474.     --enter statements to perform when no records are found such as...
  35475.     display dialog "Sorry, the item you selected could not be found."
  35476.     return
  35477. end try
  35478. e    No Changeq
  35479. Dev.CD Sep 00 RL Disk 1
  35480. All Packages
  35481. develop Issue 29
  35482. 89382X
  35483.  SDK2
  35484. ZD!All Packages
  35485. Mac OS SDK Edition
  35486. QuickTime
  35487.  IC SDK 1.01
  35488. debug
  35489. sound
  35490. manager
  35491. 3.2.1
  35492. debugger
  35493. compressionQ
  35494. decompressors
  35495. delete
  35496. delsearch
  35497. demos
  35498. dependency
  35499. depth
  35500. design
  35501. designing
  35502. desktop
  35503. detection
  35504. detectory
  35505. detector
  35506. contextual
  35507. apple
  35508. detectors
  35509. detectorsy
  35510. developerz
  35511. setting
  35512. setup
  35513. setwakeuptimer
  35514. share
  35515. shared
  35516. shared
  35517. volumes
  35518. sharing
  35519. shell
  35520. sherlock
  35521. showballoon
  35522. showballoon
  35523. showdraghilite
  35524. signals
  35525. simpletext
  35526. simplified
  35527. single-link
  35528. slideshow
  35529. manager
  35530. sndplaydoublebuffer
  35531. socket
  35532. softwareR
  35533. solaris
  35534. solutions
  35535. sound
  35536. sound
  35537. input
  35538. driver
  35539. soundconvert
  35540. soundsprocket
  35541. space
  35542. spbrecord
  35543. speach
  35544. specification
  35545. speech
  35546. spinning
  35547. spinning
  35548. cursors
  35549. splice
  35550. spooler
  35551. sprite
  35552. sprocket
  35553. sprockets
  35554. srccopy
  35555. srcxor
  35556. stacks
  35557. standard
  35558. standard
  35559. standards
  35560. standards
  35561. based
  35562. starmax
  35563. state
  35564. statements
  35565. status
  35566. Dev.CD Aug 00 TC Disk 1
  35567.  - Tool Chest
  35568.  - Interapplication Communication
  35569.  - Data Access Manager
  35570.  - Data Access Manager French DemoV
  35571. 89345X
  35572. Aug 00^    TC Disk 1
  35573. --set theItem to choose file -- uncomment to test in an AS editor
  35574.     tell application "Finder"
  35575.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:Data Access Manager:Data Access Manager French Demo:"
  35576.         activate
  35577.     end tell
  35578. on error errMsg number errNum
  35579.     --enter statements to perform when no records are found such as...
  35580.     display dialog "Sorry, the item you selected could not be found."
  35581.     return
  35582. end try
  35583. e    No Changeq
  35584. Dev.CD Aug 00 TC Disk 1
  35585. All Packages
  35586. Data Access Manager US Demo
  35587. 89346X
  35588. Summary: MacBinary Standard
  35589. Features: MacBinary II Conf is a dialog of those defining the MacBinary II standard.  It is interesting if you want to know how the MacBinary II protocol evolved from the original MacBinary.  It also provides  answers to questions regarding implimentation can be found in here.
  35590. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  35591. le compression packages.  
  35592. JMmacbinary-II-conf
  35593. macbinary-II-conf2
  35594. macbinary-II-standard
  35595. macbinary-standardK
  35596. May 93M
  35597. Adobe Acrobat Reader.OJDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Sep 00 RL Disk 1
  35598.  - Technical Documentation
  35599.  - Misc. Standards
  35600.  - MacBinaryle Sharing, shared volumesO8Dev.CD Aug 00 TC Disk 1:Sample Code:Files:FileSharingOn:P@Dev.CD Aug 00 TC Disk 1
  35601.  - Sample Code
  35602.  - Files
  35603.  - FileSharingOnV
  35604. 84675X
  35605. Aug 00^    TC Disk 1
  35606. e    No Change
  35607. ets the volume to 1. On the following startup, the saved setting is restored, and the Shutdown procedure is re-installed for next time. And so on...
  35608. Notification Hacks:  A collection of sick Notification Manager hacks.
  35609. OpenWindow:  Shows basic initialization calls and how to open a window for drawing.
  35610. OtherResInfo-MungeDeamon:  This sample demonstrates how to use a background-only application and AppleEvents to safely open and query another application's (or other file's) resource fork.
  35611. Password:  This is a simple demo of three ways to implement a password dialog, where characters typed are not drawn; instead, anonymous characters such as bullets are drawn, keeping the password secure.
  35612. PBAllocate:  This MPW tool shows how to work around a bug in PBAllocate.
  35613. PopUpMenuWithCurFont:  PopUpMenuSelectWithCurFont demonstrates which low memory globals (and possibly even nastier things) one must twiddle in order to control the font used by MDEF 0 during PopUpMenuSelect. Note t
  35614. Dev.CD Apr 95
  35615. Dev.CD Jan 9V
  35616. 89987X
  35617. Apr 95
  35618. p--set theItem to choose file -- uncomment to test in an AS editor
  35619.     tell application "Finder"
  35620.         open item "Dev.CD Apr 95
  35621. Dev.CD Jan 95"
  35622.         activate
  35623.     end tell
  35624. on error errMsg number errNum
  35625.     --enter statements to perform when no records are found such as...
  35626.     display dialog "Sorry, the item you selected could not be found."
  35627.     return
  35628. end try
  35629. All Packages
  35630. QuickDraw GXO
  35631. Dev.CD Apr 95
  35632. Dev.CD Jan 95P
  35633. Dev.CD Apr 95
  35634. Dev.CD Jan 9V
  35635. 89988X
  35636. Apr 95
  35637. p--set theItem to choose file -- uncomment to test in an AS editor
  35638.     tell application "Finder"
  35639.         open item "Dev.CD Apr 95
  35640. Dev.CD Jan 95"
  35641.         activate
  35642.     end tell
  35643. on error errMsg number errNum
  35644.     --enter statements to perform when no records are found such as...
  35645.     display dialog "Sorry, the item you selected could not be found."
  35646.     return
  35647. end try
  35648. All Packages
  35649. QuickDraw GXO
  35650. Dev.CD Apr 95P
  35651. Dev.CD Apr 9V
  35652. 89989X
  35653. foreground
  35654. forever
  35655. forget
  35656. forks
  35657. formati
  35658. formatasdos
  35659. formatasdos
  35660. snippet
  35661. demonstrating
  35662. newer
  35663. formats
  35664. formattedi
  35665. formatters
  35666. formatting
  35667. formerlyj
  35668. formerly
  35669. appearance
  35670. contextual
  35671. menumanager
  35672. formrelativeposition
  35673. formsU
  35674. formulate
  35675. forrest
  35676. forth
  35677. fortran
  35678. fortune
  35679. forward
  35680. forwards
  35681. found^
  35682. platforms
  35683. toolsQ
  35684. play1
  35685. play1
  35686. play2
  35687. play2
  35688. player
  35689. playing
  35690. playit
  35691. playit
  35692. playmovie
  35693. playmovie
  35694. playqteffectapp
  35695. playqteffectapp
  35696. playtune
  35697. playtune
  35698. playvideo
  35699. playvideo
  35700. playvideo
  35701. time-based
  35702. time-consuming
  35703. timecode
  35704. timed
  35705. timers
  35706. timertst
  35707. times
  35708. timestamps
  35709. timezone
  35710. timing
  35711. timings
  35712. tipsT
  35713. tiresome
  35714. title
  35715. 89936X
  35716. Oct 00^
  35717. --set theItem to choose file -- uncomment to test in an AS editor
  35718.     tell application "Finder"
  35719.         open item "Dev.CD Oct 00 SDK1:Development Kits:
  35720.  Obsolete/Unsupported:QuickDraw GX:"
  35721.         activate
  35722.     end tell
  35723. on error errMsg number errNum
  35724.     --enter statements to perform when no records are found such as...
  35725.     display dialog "Sorry, the item you selected could not be found."
  35726.     return
  35727. end try
  35728. e    No Changef
  35729. QuickDraw GX
  35730. Graphicsq
  35731. Dev.CD Oct 00 SDK1
  35732. All Packages
  35733. QuickDraw GXO Dev.CD Jan 96 SDK1
  35734. Dev.CD Jul 95P
  35735. Dev.CD Jan 96 SDK1
  35736. Dev.CD Jul 9V
  35737. 89937X
  35738. Jan 96
  35739. u--set theItem to choose file -- uncomment to test in an AS editor
  35740.     tell application "Finder"
  35741.         open item "Dev.CD Jan 96 SDK1
  35742. Dev.CD Jul 95"
  35743.         activate
  35744.     end tell
  35745. on error errMsg number errNum
  35746.     --enter statements to perform when no records are found such as...
  35747.     display dialog "Sorry, the item you selected could not be found."
  35748.     return
  35749. end try
  35750. human
  35751. interface
  35752. guidelines@
  35753. macapp@
  35754. machine@
  35755. macintosh@
  35756. macintosh
  35757. powerbook
  35758. series
  35759. developer
  35760. note@
  35761. macos@
  35762. mainly@
  35763. makefiles@
  35764. makes
  35765. makethefolder@
  35766. manager@
  35767. manipulating@
  35768. markpascal@
  35769. match@
  35770. materials@
  35771. mdev@
  35772. meant@
  35773. member@
  35774. mentioned@
  35775. menubar@
  35776. metrowerks@
  35777. mike@
  35778. miller@
  35779. mode@
  35780. modifymouseaccl@
  35781. modular@
  35782. monitoring@
  35783. morefiles@
  35784. mosaic@
  35785. mousedrag@
  35786. movie
  35787. movie's@
  35788. movieplayer@
  35789. mpw-related@
  35790. multifinder@
  35791. must@
  35792. mystery@
  35793. nasty@
  35794. needed@
  35795. networks@
  35796. newer@
  35797. newsgroups@
  35798. no-so-subtle@
  35799. non-open@
  35800. non-system@
  35801. official@
  35802. olson@
  35803. on-line@
  35804. once@
  35805. evised@
  35806. routinedescriptor@
  35807. PSDev.CD Aug 00 TC Disk 2
  35808.  - Sample Code
  35809.  - QuickTime
  35810.  - Streaming
  35811.  - QTStreamSplicer
  35812. macsbug
  35813. mactcp
  35814. mactcp
  35815. development
  35816. transport
  35817. zaptcp
  35818. magic
  35819. magic
  35820. oracle
  35821. suite
  35822. bundle
  35823. object
  35824. panorama
  35825. makeicon
  35826. management
  35827. manuals
  35828. mapper
  35829. mapperref
  35830. marching
  35831. marching
  35832. marquee
  35833. storage
  35834. class
  35835. driver
  35836. mathlib
  35837. mdata
  35838. media
  35839. memhell
  35840. memory
  35841. memory
  35842. manager
  35843. memory
  35844. monitor
  35845. menuy
  35846. items
  35847. manager
  35848. menus
  35849. messages
  35850. metafile
  35851. metertest
  35852. metrics
  35853. System Enabler 111 (PB 160/180)O
  35854. Dev.CD Apr 93P
  35855. Dev.CD Apr 9V
  35856. 90473X
  35857. Apr 93
  35858. b--set theItem to choose file -- uncomment to test in an AS editor
  35859.     tell application "Finder"
  35860.         open item "Dev.CD Apr 93"
  35861.         activate
  35862.     end tell
  35863. on error errMsg number errNum
  35864.     --enter statements to perform when no records are found such as...
  35865.     display dialog "Sorry, the item you selected could not be found."
  35866.     return
  35867. end try
  35868. All Packages
  35869. System Enabler 111 (PB 160/180)O
  35870. Dev.CD Apr 93P
  35871. Dev.CD Apr 9V
  35872. 90474X
  35873. Apr 93
  35874. b--set theItem to choose file -- uncomment to test in an AS editor
  35875.     tell application "Finder"
  35876.         open item "Dev.CD Apr 93"
  35877.         activate
  35878.     end tell
  35879. on error errMsg number errNum
  35880.     --enter statements to perform when no records are found such as...
  35881.     display dialog "Sorry, the item you selected could not be found."
  35882.     return
  35883. end try
  35884. All Packages
  35885. System Enabler 111 (PB 160/180)O
  35886. Dev.CD Apr 93V
  35887. 90475X
  35888. 89371X
  35889. Sep 00^    RL Disk 1
  35890. --set theItem to choose file -- uncomment to test in an AS editor
  35891.     tell application "Finder"
  35892.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 19:"
  35893.         activate
  35894.     end tell
  35895. on error errMsg number errNum
  35896.     --enter statements to perform when no records are found such as...
  35897.     display dialog "Sorry, the item you selected could not be found."
  35898.     return
  35899. end try
  35900. e    No Changeq
  35901. Dev.CD Sep 00 RL Disk 1
  35902. |D(All Packages
  35903. Reference Library Edition
  35904. develop Issue  2
  35905.     ditor
  35906.     tell application "Finder"
  35907.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:Rotated Thingies:"
  35908.         activate
  35909.     end tell
  35910. on error errMsg number errNum
  35911.     --enter statements to perform when no records are found such as...
  35912.     display dialog "Sorry, the item you selected could not be found."
  35913.     return
  35914. end try
  35915. e    No Changef-PostScript
  35916. print
  35917. rotate
  35918. object
  35919. PrGeneralq
  35920. Dev.CD Aug 00 TC Disk 2
  35921. {e    No Changef
  35922. QuickTime
  35923. Dev.CD Aug 00 TC Disk 2
  35924. All Packages
  35925. VelEng FFT
  35926. G4 Velocity Engine implementation of fast Fourier transform (FFT) and associated convolution/correlation routines. 
  35927. Though arbitrary signal lengths (i.e. all powers of 2) are handled, our design emphasis is on very long signals (length N >= 2^16 and on into the millions), for which cache considerations are paramount. The core of the library is a particular variant of full-complex FFT that for signal length N = 2^10 executes at 1.15 giga ops (500 MHz G4). This cache-friendly, core FFT play
  35928. .s a dominant role in the long-signal cases such as two-dimensional FFT and convolution. More important perhaps than the core performance benchmark is the manner in which one can sift through the myriad prevailing (and new) FFT frameworks, to arrive at a suitable such framework for the Velocity Engine.
  35929. J?G4 FFT.pdf
  35930. Test vBigDSP
  35931. Test vBigDSP.c
  35932. Test vBigDSP.out
  35933. vBigDSPM
  35934. G4652X
  35935. 1e    No Change
  35936. postscript
  35937. sample
  35938. gxgraphics
  35939. gxifier
  35940. gxifier
  35941. gxoverridetool
  35942. hacktv
  35943. hairlines
  35944.  find localized resources and dynamically load code into your program.
  35945. Core Foundation CollectionServices [NEW]
  35946. ---------------------------
  35947. This document explains the characteristics of collections and describes how to use specific kinds: arrays, dictionaries, sets, bags, and trees. It also describes Core Foundation's data object (CFData).
  35948. Core Foundation Overview [NEW]
  35949. ---------------------------
  35950. This document summarizes the benefits of Core Foundation and explains some of the key conce
  35951. pts, such as opaque types, reference counting, and memory management.
  35952. Core Foundation PropertyList [NEW]
  35953. ---------------------------
  35954. This document describes how to convert between XML property lists and objects of compatible Core Foundation types.
  35955. Core Foundation StringServices [NEW]
  35956. --------------------------- 
  35957. This document describes how the Unicode storage of character data is optimized. It also shows how to convert strings between encodings and perform other operations with string o
  35958. f--set theItem to choose file -- uncomment to test in an AS editor
  35959.     tell application "Finder"
  35960.         open item "Dev.CD Jul 96 SSW"
  35961.         activate
  35962.     end tell
  35963. on error errMsg number errNum
  35964.     --enter statements to perform when no records are found such as...
  35965.     display dialog "Sorry, the item you selected could not be found."
  35966.     return
  35967. end try
  35968. two-byte@
  35969. type@
  35970. typical@
  35971. under
  35972. memory
  35973. conditions
  35974. often
  35975. necessary
  35976. unified@
  35977. university@
  35978. unobtrusive@
  35979. up-to-date@
  35980. updatemovies@
  35981. updater@
  35982. usage@
  35983. use-nvramrc@
  35984. used@
  35985. training
  35986. using
  35987. verilog
  35988. without@
  35989. words@
  35990. wprocasm@
  35991. writes@
  35992. you'll@
  35993. you'll
  35994. access
  35995. documentation
  35996. software
  35997. technolo@
  35998. zooming@
  35999. 04/95@
  36000. 1.4.2@
  36001. 3dmf@
  36002. install
  36003. macapp
  36004. r14b1
  36005. install
  36006. macapp
  36007. r15d1
  36008. install
  36009. install
  36010. opengl
  36011. install
  36012. quicktime
  36013. conferencing
  36014. install
  36015. quickview
  36016. installcoercionsf
  36017. installcoercions
  36018. installcoercions
  36019. installer_
  36020. installer
  36021. 4.0.8
  36022. installer
  36023. drivers
  36024. installer
  36025. licensing
  36026. installer
  36027. 1.2.3
  36028. installer
  36029. source
  36030. installers
  36031. installing
  36032. installing
  36033. opendoc
  36034. instance
  36035. instance
  36036. variable
  36037. instance
  36038. variables
  36039. instructions
  36040. instrumenpicker
  36041. instrumenpicker
  36042. interactive
  36043. interactive
  36044. success
  36045. interapplicationQ
  36046. interapplication
  36047. commQ
  36048. alphaselector
  36049. alphaselector
  36050. sprocketsample
  36051. sprocketsample
  36052. sprocketsample
  36053. sprocketsample
  36054. squarewave
  36055. squarewave
  36056. squarewave
  36057. squarewavesynthplay
  36058. squarewavesynthplay
  36059. interfaces
  36060. files
  36061. sample
  36062. sresource
  36063. srlanguagemodeler
  36064. stackc
  36065. standalone
  36066. quick
  36067. start
  36068. standard
  36069. standardgetfolder
  36070. standardgetfolder
  36071. standardgetfolder
  36072. standardgetfolder
  36073. standardgetfolder
  36074. standardgetfoldermai
  36075. standardgetfoldermai
  36076. standardmenus
  36077. standardmenus
  36078. standards
  36079. start
  36080. start
  36081. started
  36082. starter
  36083. startup
  36084. PDDev.CD Aug 00 TC Disk 2
  36085.  - Sample Code
  36086.  - Networking
  36087.  - OTPingSampleV
  36088. 89755X
  36089. Aug 00^    TC Disk 2
  36090. --set theItem to choose file -- uncomment to test in an AS editor
  36091.     tell application "Finder"
  36092.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:OTPingSample:"
  36093.         activate
  36094.     end tell
  36095. on error errMsg number errNum
  36096.     --enter statements to perform when no records are found such as...
  36097.     display dialog "Sorry, the item you selected could not be found."
  36098.     return
  36099. end try
  36100. e    No Changef.open transport
  36101. rawip
  36102. OTPingSampleq
  36103. Dev.CD Aug 00 TC Disk 2
  36104. All Packages
  36105. OTSimpleDownloadHTTPI
  36106. This sample demonstrates the easiest way to use Open Transport to download an HTTP URL from a web server.  The code from this sample is featured in the latest release (v1.3) of the book 
  36107. Inside Macintosh: Open Transport
  36108. Nov 97L
  36109. Sep 98V
  36110. 89756X
  36111. 1e    No Change
  36112. isplay dialog "Sorry, the item you selected could not be found."
  36113.     return
  36114. end try
  36115. p--set theItem to choose file -- uncomment to test in an AS editor
  36116.     tell application "Finder"
  36117.         open item "Dev.CD Oct 93
  36118. Dev.CD Jul 93"
  36119.         activate
  36120.     end tell
  36121. on error errMsg number errNum
  36122.     --enter statements to perform when no records are found such as...
  36123.     display dialog "Sorry, the item you selected could not be found."
  36124.     return
  36125. end try
  36126. scrolling
  36127. control
  36128. appearance
  36129. scroll
  36130. scrolling
  36131. control
  36132. proportional
  36133. scroll
  36134. appearance
  36135. loadable
  36136. loader
  36137. loading
  36138. loadscrap
  36139. locales
  36140. localization
  36141. localized
  36142. location
  36143. location
  36144. configuration
  36145. setting
  36146. preference
  36147. switch
  36148. module
  36149. lockfile
  36150. logical
  36151. double
  36152. codewarrior
  36153. mathlib
  36154. double
  36155. doubles
  36156. series
  36157. developers
  36158. powerpc
  36159. backside
  36160. macsbugi
  36161. macsbug
  36162. appleevent
  36163. apple
  36164. event
  36165. dcmdi
  36166. mactcp
  36167. NCMacApp, Framework, Object-oriented, C++ Standard Library, CarbonLibl application "Finder"
  36168.         open item "Dev.CD Apr 98 SDK1:Development Kits (Disc 1):Network Software Installer:"
  36169.         activate
  36170.     end tell
  36171. on error errMsg number errNum
  36172.     --enter statements to perform when no records are found such as...
  36173.     display dialog "Sorry, the item you selected could not be found."
  36174.     return
  36175. end try
  36176. e    No ChangefSAppleTalk
  36177. EtherTalk
  36178. TokenTalk
  36179. Network
  36180. Ethernet
  36181. Token Ring
  36182. LaserWriter Bridge
  36183. A/ROSEq
  36184. Dev.CD Apr 98 SDK1
  36185. All Packages
  36186. F    IPCLister
  36187. 87950X
  36188. TC Disk 2
  36189. e    No Change
  36190. N!testing, debugging, multiple openOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  36191.  - Tool Chest
  36192.  - Testing & Debugging
  36193.  - General toolsV
  36194. 90712X
  36195. Aug 00^    TC Disk 1
  36196. --set theItem to choose file -- uncomment to test in an AS editor
  36197.     tell application "Finder"
  36198.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:"
  36199.         activate
  36200.     end tell
  36201. on error errMsg number errNum
  36202.     --enter statements to perform when no records are found such as...
  36203.     display dialog "Sorry, the item you selected could not be found."
  36204.     return
  36205. end try
  36206. e    No Changef
  36207. testing
  36208. debugging
  36209. multiple openq
  36210. Dev.CD Aug 00 TC Disk 1
  36211. modular
  36212. moduleN
  36213. modulesR
  36214. mofify
  36215. moment
  36216. momentum{
  36217. money
  36218. monitorU
  36219. aunch the application via a document, or launch the application and print a document.
  36220. Virtual User tools.imgK
  36221. Vol VIIL
  36222. Nov/Dec 92OJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  36223.  - Tool Chest
  36224.  - Testing & Debugging
  36225.  - Virtual User toolsV
  36226. 86472X
  36227. Aug 00^    TC Disk 1
  36228. e    No Change
  36229.  routine provides functionality equivalent to selecting a document/file/application and choosing the open command in the Finder's file menu. This sample allows an application to tell the Finder to open a folder, launch an application, or open a document.
  36230. Nov 99V
  36231. 84680X
  36232. 1e    No Change
  36233. kO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:P?Dev.CD Aug 00 TC Disk 1
  36234.  - Tool Chest
  36235.  - MacApp
  36236.  - MacApp R14a1 in your current zone and puts them in a nice list. Click on one of the machines, and the other list will display all the PPC port names currently open on that machine. This is all the IAC capable applications, plus all the PPC ports that have been open for other reasons (unless they were opened non-Network capable).
  36237. It's what the PPC browsers does, but this shows you how yoB2u can do it silently, without putting up a dialog.
  36238. JlIPCListCode.c
  36239. IPCListCode.h
  36240. IPCLister(PPC)
  36241. IPCLister.main.c
  36242. IPCLister.mcp
  36243. IPCLister.rsrc
  36244. Read Me 
  36245.  IPCListerM
  36246. System 7.0N:ICPListPorts, PPC Toolbox, PPCBrowser, network AppleEventsODDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:IPCLister:PLDev.CD Aug 00 TC Disk 2
  36247.  - Sample Code
  36248.  - Interapplication Comm
  36249.  - IPCListernder
  36250. display folder
  36251. launchq
  36252. Dev.CD Aug 00 TC Disk 2
  36253. All Packages
  36254. FindFamilies
  36255. 84681X
  36256. revised`
  36257. revision
  36258. revisited
  36259. revolution
  36260. reworked
  36261. rewrite
  36262. rewritten
  36263. rights{
  36264. rigorously
  36265. ripple
  36266. risc-based
  36267. rischspater
  36268. riser
  36269. robbins
  36270. roberts
  36271. robust
  36272. robustness
  36273. rocket{
  36274. roger
  36275. roland
  36276. rollin
  36277. romaja
  36278. roman
  36279. romanized
  36280. rosenberg
  36281. rotation
  36282. roughly
  36283. round
  36284. rounded
  36285. rounded-corner
  36286. roundup{
  36287. routej
  36288. router
  36289. routines
  36290. routine
  36291. colorize
  36292. pixmap
  36293. dialog
  36294. hips{
  36295. vucollect
  36296. vumark
  36297. vumeter
  36298. w/mathlib
  36299. w/sound
  36300. w/sys
  36301. waiting
  36302. waitnextevent
  36303. waits
  36304. wake100
  36305. wake100
  36306. sample
  36307. which
  36308. reads
  36309. wakes
  36310. walk-through
  36311. walking
  36312. walks
  36313. walkthrough
  36314. wang's
  36315. wantl
  36316. wanted
  36317. wanting
  36318. wants
  36319. warming
  36320. warning
  36321. warnings
  36322. warns
  36323. warrior
  36324. MacApp Release 14 continues the tradition of modernization established by MacApp Release 13. It is a well-designed, modern, mature application framework that uses the most appropriate and modern programming technologies available. Here is a list of some of the major features which you will find in MacApp Release 14:
  36325. * Support for building applications which run on Mac OS X and under Carbon Lib.
  36326. * Continued adoption of "modern" C++ language features with an emphasis on the Standard Templat
  36327. pe portion of the C++ Standard Library 
  36328. * Additional abstractions of formerly 'heavy weight' classes leading to an ever more modular design, as exhibited in new lighter weight classes found in the Apple Class Suites (ACS) 
  36329. * Support for building MacApp-based applications which run under Mac OS X and CarbonLib 
  36330. * Other Fixes and enhancements 
  36331. * Quality considerations 
  36332. Install MacApp R14a1K
  36333. Apr 00L
  36334. Sep 00
  36335. A8Mac OS 8 or later, including Mac OS X.  68020 or better.
  36336. F! PartMaker readme
  36337. !!! CW builds:
  36338. !!! MPW builds:
  36339. !!! Symantec builds:
  36340. App.defs.h
  36341. App.h
  36342. App.protos.h
  36343. DoEvent.c
  36344. EventLoop.c
  36345. File.c
  36346. FindEverything.c
  36347. IdleTasks.c
  36348. Menu.c
  36349. OBJECT:
  36350. OBJECTPPC:
  36351. PartMaker.68k copy
  36352. Start.c
  36353. TRootObj.c
  36354. WallToWallDialog.WDEF.c
  36355. WallToWallDialog.WDEF.
  36356. Window.c
  36357. WindowDialog.c
  36358. WindowPalette.c
  36359. customization
  36360. es:  This is NOT AN APPLE PRODUCT. It is provided on an AS-IS basis. Apple is not responsible for any problems you may encounter in its use.
  36361. 00csmp-abstracts.txt
  36362. csmp-digest-readme.txt
  36363. csmp-digest-v3-001
  36364. csmp-digest-v3-002
  36365. csmp-digest-v3-003
  36366. csmp-digest-v3-004
  36367. csmp-digest-v3-005
  36368. csmp-digest-v3-006
  36369. csmp-digest-v3-007
  36370. csmp-digest-v3-008
  36371. csmp-digest-v3-009
  36372. csmp-digest-v3-010
  36373. csmp-digest-v3-011
  36374. csmp-digest-v3-012
  36375. csmp-digest-v3-013
  36376. csmp-digest-v3-014
  36377. csmp-digest-v3-015
  36378. csmp-digest-v3-016
  36379. csmp-digest-v3-017
  36380. csmp-digest-v3-018
  36381. csmp-digest-v3-019
  36382. csmp-digest-v3-020
  36383. csmp-digest-v3-021
  36384. csmp-digest-v3-022
  36385. csmp-digest-v3-023
  36386. csmp-digest-v
  36387. printdialogmagic
  36388. printdialogmagic
  36389. printing
  36390. printingutils
  36391. printingutils
  36392. printondemand
  36393. printondemand
  36394. printpict
  36395. printpict
  36396. printpictlist
  36397. printpictlist
  36398. end tell
  36399. on error errMsg number errNum
  36400.     --enter statements to perform when no records are found such as...
  36401.     display dialog "Sorry, the item you selected could not be found."
  36402.     return
  36403. end try
  36404. e    No Changef    QuickTimeq
  36405. Dev.CD Aug 00 TC Disk 2
  36406. All Packages
  36407. AlternateBufferDisplayIoShows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  36408. JeAltBufferDisplay(PPC)
  36409. AlternateBufferDisplay.c
  36410. AlternateBufferDisplay.mcp
  36411. AlternateBufferDisplay.rsrcM
  36412. Color QuickDrawange
  36413. --set theItem to choose file -- uncomment to test in an AS editor
  36414.     tell application "Finder"
  36415.         open item "Dev.CD Apr 94
  36416. Dev.CD Jan 94
  36417. Dev.CD Oct 93
  36418. Dev.CD Jul 93
  36419. Dev.CD Apr 93"
  36420.         activate
  36421.     end tell
  36422. on error errMsg number errNum
  36423.     --enter statements to perform when no records are found such as...
  36424.     display dialog "Sorry, the item you selected could not be found."
  36425.     return
  36426. end try
  36427. ample
  36428. illustrates
  36429. About Rinaldi Collection 95/02
  36430. Align 2.7 (US)
  36431. ArchiveContent 1.1 (US)
  36432. ATalkZones 1.5 (US)
  36433. Calendoid 1.6 (US)
  36434. CapsLock 1.0 (US)
  36435. Chartoid 1.4 (US)
  36436. ChooseColor 1.1 (US)
  36437. Chooser 2.2 (US)
  36438. ClipInfo 1.0 (US)
  36439. ClipToPict 1.5 (US)
  36440. CompressPictFile 1.2 (US)
  36441. CopyFolder 2.5 (US)
  36442. CopyRes 2.1 (US)
  36443. CreateAlias 1.0 (US)
  36444. CreateCustomIcon 1.1 (US)
  36445. CreateFolder 1.2 (US)
  36446. CreateMenuHelp 1.0 (US)
  36447. CreateThumbnail 1.2 (US)
  36448. DataMaster 1.3 (US)
  36449. DateConverter 1.2 (US)
  36450. DocCreator 1.5 (US)
  36451. DocTypes 1.6 (US)
  36452. DoMenu 1.0 
  36453. EraseFile 1.2 (US)
  36454. ExtractItems 1.4 (US)
  36455. FileCopy 2.7 (US)
  36456. FileIsOpen 1.2 (US)
  36457. FileMaker 1.3 (US)
  36458. FileSharingMaster 1.0 (US)
  36459. FindFolder 1.1 (US)
  36460. FolderSize 1.5 (US)
  36461. FontMaster 1.3 (US)
  36462. FormatNum 1.0 (US)
  36463. FullBalloons 1.0 (US)
  36464. FullDrag 1.3 (US)
  36465. FullFind 1.5 (US)
  36466. FullHPop 1.7 (US)
  36467. FullMove 1.2 (US)
  36468. FullOffset 1.0 (US)
  36469. FullRemove 1.1 (US)
  36470. FullRename 1.4 (US)
  36471. FullReplace 1.1 (US)
  36472. FullResList 2.2 (US)
  36473. FullSFPack 1.7 (US)
  36474. FullSort 3.9 (US)
  36475. FullText 2.1 (US)
  36476. GetBootVol 1.1 (US)
  36477. GetDInfo 1.1 
  36478. 12x16
  36479. 140/170X
  36480. 16-bit
  36481. 16384
  36482. 16x16
  36483. 17000
  36484. 1991-94
  36485. 1992-1995
  36486. 1995{
  36487. accelerated
  36488. power
  36489. macintosh
  36490. artwork
  36491. program
  36492. 1996S
  36493. 1999{
  36494. 2.0.4
  36495. 2.0.6
  36496. 2.0a1
  36497. 2.0v2
  36498. fe    No Changeq
  36499. Dev.CD Aug 00 TC Disk 1
  36500. All Packages
  36501. RaveEngineInfoSampleIfThis sample cycles through all available RAVE engines and returns gestalt information for each engine.J(RaveEngineInfo
  36502. RaveEngineInfo.mcp
  36503. SourceOEDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:RaveEngineInfoSample:PMDev.CD Aug 00 TC Disk 1
  36504.  - Sample Code
  36505.  - Graphics 3D
  36506.  - RaveEngineInfoSampleV
  36507. 90119X
  36508. Aug 00^    TC Disk 1
  36509. --set theItem to choose file -- uncomment to test in an AS editor
  36510.     tell application "Finder"
  36511.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 3D:RaveEngineInfoSample:"
  36512.         activate
  36513.     end tell
  36514. on error errMsg number errNum
  36515.     --enter statements to perform when no records are found such as...
  36516.     display dialog "Sorry, the item you selected could not be found."
  36517.     return
  36518. end try
  36519. e    No Changeq
  36520. Dev.CD Aug 00 TC Disk 1
  36521. All Packages
  36522. readLocationV
  36523. 90120X
  36524. writing
  36525. interactive
  36526. media
  36527. doneB
  36528. dormant
  36529. dos-formatted
  36530. dosetupmenus
  36531. double
  36532. double-click
  36533. doubler
  36534. doubles
  36535. doubletrouble
  36536. downh
  36537. downfall
  36538. download
  36539. download
  36540. directory
  36541. listing
  36542. download
  36543. given
  36544. download/upload
  36545. download/upload
  36546. entire
  36547. directory
  36548. shell
  36549. simple
  36550. shell
  36551. drag-and-drop
  36552. dragable
  36553. dragged
  36554. dragging
  36555. draghook
  36556. draglib
  36557. draglow
  36558. dragwindow
  36559. dragwindowgrid
  36560. dragwindowgrid
  36561. sample
  36562. showing
  36563. write
  36564. function
  36565. ed an invalid state. These warnings will drop you into MacsBug; you can just continue execution by typing 
  36566.  in MacsBug followed by the return key. There is no need to kill the target application (
  36567. ) since user breaks are not crashes!  
  36568. MRJLib has been compiled with PowerPC 
  36569. traceback tables
  36570.  enabled. This results in much more accurate native stack crawls that correctly display the names of functions/methods. This is of great help to us in debugging if you send us MacsBug logs when a 
  36571. crash or user break occurs.
  36572. This version of MRJLib has been compiled without optimizations; therefore, performance will be slower than in the official (optimized) version of MRJ 2.2.
  36573. To use the debug version of MRJ 2.2, you must have already installed the corresponding pre-release version of MRJ 2.2. The components in this debugging package will replace only a few of the components that are installed with MRJ 2.2. This package does not come with its own installer; therefore, you will hav
  36574. All Packages
  36575. CPU SE 406O
  36576. Dev.CD Jul 95P
  36577. Dev.CD Jul 9V
  36578. 89325X
  36579. Jul 95
  36580. b--set theItem to choose file -- uncomment to test in an AS editor
  36581.     tell application "Finder"
  36582.         open item "Dev.CD Jul 95"
  36583.         activate
  36584.     end tell
  36585. on error errMsg number errNum
  36586.     --enter statements to perform when no records are found such as...
  36587.     display dialog "Sorry, the item you selected could not be found."
  36588.     return
  36589. end try
  36590. All Packages
  36591. CPU SE 406O
  36592. Dev.CD Jul 95P
  36593. Dev.CD Jul 9V
  36594. 89326X
  36595. Jul 95
  36596. b--set theItem to choose file -- uncomment to test in an AS editor
  36597.     tell application "Finder"
  36598.         open item "Dev.CD Jul 95"
  36599.         activate
  36600.     end tell
  36601. on error errMsg number errNum
  36602.     --enter statements to perform when no records are found such as...
  36603.     display dialog "Sorry, the item you selected could not be found."
  36604.     return
  36605. end try
  36606. All Packages
  36607. CPUGestaltV
  36608. 89327X
  36609.  This simple example does not deal with QuickDraw
  36610. GrayT
  36611. 2NSOffscreen, CopyBits, NewGWorld,GWorld, blit, pixmap, bitmap, alternatebufferdisplay in an AS editor
  36612.     tell application "Finder"
  36613.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Files:UnmountIt 1.2:"
  36614.         activate
  36615.     end tell
  36616. on error errMsg number errNum
  36617.     --enter statements to perform when no records are found such as...
  36618.     display dialog "Sorry, the item you selected could not be found."
  36619.     return
  36620. end try
  36621. e    No Changef2AppleShare
  36622. File Sharing
  36623. File Manager
  36624. Drag and Dropq
  36625. Dev.CD Aug 00 TC Disk 1
  36626. vD!All Packages
  36627. Tool Chest Edition
  36628. URL Access 1.0.1 SDK
  36629. reboot
  36630. rebooting
  36631. rebuild^
  36632. rebuilding
  36633. rebuilds
  36634. rebuilt^
  36635. receivee
  36636. received
  36637. receiver
  36638. receives
  36639. receiving
  36640. recent
  36641. recently
  36642. reception
  36643. recipes
  36644. recognition
  36645. recognize
  36646. recognizes
  36647. recognizing
  36648. recommend
  36649. recommendations
  36650. recommended
  36651. ber formatting
  36652. ResEdit
  36653. localizationq
  36654. Dev.CD Aug 00 TC Disk 1
  36655. All Packages
  36656. Folder Watching
  36657. 84686X
  36658. packagetool
  36659. packman
  36660. palette
  36661. palette
  36662. gworld
  36663. palette&gworld
  36664. palette&gworld
  36665. paletteanimation
  36666. paletteanimation
  36667. paper
  36668. parserW
  36669. parsing
  36670. partmaker
  36671. partmaker
  36672. pascal
  36673. pascal
  36674. sample
  36675. 3.0b10
  36676. password
  36677. patch
  36678. manager
  36679. pccardnetworksample
  36680. pccts
  36681. pccts
  36682. sound
  36683. input
  36684. driver
  36685. pdlog
  36686. receive
  36687. reference
  36688. references
  36689. region
  36690. registratiS
  36691. registration
  36692. registry~
  36693. reinstaller
  36694. rekey
  36695. rekey
  36696. rekey
  36697. rekeytrans
  36698. release
  36699. extensions
  36700. release
  36701. installer
  36702. release
  36703. notes
  36704. relstring
  36705. remoteT
  36706. removefile
  36707. removefile
  36708. renderinglib
  36709. renderingwindow
  36710. renderingwindow
  36711. renderingwindow
  36712. rep-iso
  36713. rep-iso/ccitt
  36714. rep-mm
  36715. report
  36716. reporting
  36717. request
  36718. requests
  36719. requestvideo
  36720. requestvideo
  36721. requestvideo
  36722. requestvideo
  36723. reseditc
  36724. resedit
  36725. editor
  36726. 1.0b4c
  36727. resedit
  36728. editorc
  36729. resourced
  36730. resource
  36731. resourceconstants
  36732. resourceconstants
  36733. bo&http://developer.apple.com/samplecode/q
  36734. Dev.CD Aug 00 TC Disk 2
  36735. All Packages
  36736. Tracer
  36737. Summary:  PowerTracer is a system ATrap and PowerPC function tracing and timing tool. Its objective is to show calling patterns and timing information for the Macintosh Toolbox. PowerTracer patches a very large list of system ATraps as well as functions in the PowerPC public interface library. The tool configures itself appropriately on 68k machines as well as PowerPC machines.
  36738. Features:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  36739. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  36740. General tools.imgK
  36741. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  36742. 90627X
  36743. 1e    No Change
  36744. Summary:  The Communications Toolbox SDK contains:
  36745. The Basic Connectivity Set 1.1.1 folder contains  CTB tools, including
  36746.         
  36747. XMODEM 1.1 Tool
  36748.         
  36749. Serial 1.0.2 Tool
  36750. The AppleModemTool v1.5.1 folder contains the latest version of the Apple Modem Tool, including developer documentation.
  36751. The CommToolbox 1.1 folder contains the latest interface and library files needed for building CTB 1.1 savvy tools and applications.
  36752. The Communications 1 folder contains the 1.0.2 installer scr
  36753. ipt for installing the CTB 1.0 resources on system 6.0.x machines. 
  36754. The 1.1 script does a live install, and does better error checking on the system software. There are no differences between the CTB 1.0 resources which the Communications 1 v1.0 and v1.1 disks install. The CTB team recommends, however, that developers update their products to include the Communications 1 version 1.1 software.
  36755. NOTE:  Developers should do all new development with Open Transport where possible.
  36756. Aug 93L
  36757. various
  36758. --set theItem to choose file -- uncomment to test in an AS editor
  36759.     tell application "Finder"
  36760.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Color Picker:"
  36761.         activate
  36762.     end tell
  36763. on error errMsg number errNum
  36764.     --enter statements to perform when no records are found such as...
  36765.     display dialog "Sorry, the item you selected could not be found."
  36766.     return
  36767. end try
  36768. button was dimmed will suddenly have the OK button enabled!
  36769. This is a behaviour of
  36770.  the standard filter.  When the standard filter gets an Activate event, it will automatically enable the default and cancel buttons (set with SetDialogDefaultItem and SetDialogCancelItem), it is assuming that the only reason those buttons were disabled was because they were in a deactivated window.
  36771. The filter has no state-saving routines or caches to remember what the old state of the buttons was, so it just slams them active again.
  36772. This may not be what you want.  If you disable an OK or
  36773. --set theItem to choose file -- uncomment to test in an AS editor
  36774.     tell application "Finder"
  36775.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:SCSI:SCSI Find Devices:"
  36776.         activate
  36777.     end tell
  36778. on error errMsg number errNum
  36779.     --enter statements to perform when no records are found such as...
  36780.     display dialog "Sorry, the item you selected could not be found."
  36781.     return
  36782. end try
  36783. networkingot
  36784. networks
  36785. networks
  36786. networksetup
  36787. 1.5.1
  36788. first
  36789. nubus
  36790. nubus
  36791. board
  36792. registration
  36793. object
  36794. objectcode
  36795. objecthelpers
  36796. objecthelpers
  36797. objecthelpers
  36798. objects
  36799. objects68k
  36800. objectsppc
  36801. objectsupportlib
  36802. obsolete
  36803. obsolete
  36804. pre-asip
  36805. e    No Changeq
  36806. Dev.CD Aug 00 TC Disk 1
  36807. All Packages
  36808. F    StreamNOPIrStreamNOP is a sample STREAMS module that was designed for you to use as a template when creating STREAMS modules.J@Read Me About StreamNOP
  36809. StreamNOP(PPC)
  36810. StreamNOP.c
  36811. StreamNOP.mcpK
  36812. Oct 97L
  36813. Sep 98M
  36814. Open Transport 1.1.1 or higherN2Open Transport, STREAMS, module, driver, StreamNOPO9Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:StreamNOP:PADev.CD Aug 00 TC Disk 2
  36815.  - Sample Code
  36816.  - Networking
  36817.  - StreamNOPV
  36818. 90260X
  36819. Aug 00^    TC Disk 2
  36820. --set theItem to choose file -- uncomment to test in an AS editor
  36821.     tell application "Finder"
  36822.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:StreamNOP:"
  36823.         activate
  36824.     end tell
  36825. on error errMsg number errNum
  36826.     --enter statements to perform when no records are found such as...
  36827.     display dialog "Sorry, the item you selected could not be found."
  36828.     return
  36829. end try
  36830. e    No Changef.Open Transport
  36831. STREAMS
  36832. module
  36833. driver
  36834. StreamNOPq
  36835. Dev.CD Aug 00 TC Disk 2
  36836. 89611X
  36837. Aug 00^    TC Disk 1
  36838. --set theItem to choose file -- uncomment to test in an AS editor
  36839.     tell application "Finder"
  36840.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R14a1:"
  36841.         activate
  36842.     end tell
  36843. on error errMsg number errNum
  36844.     --enter statements to perform when no records are found such as...
  36845.     display dialog "Sorry, the item you selected could not be found."
  36846.     return
  36847. end try
  36848. Deletedf?MacApp
  36849. Framework
  36850. Object-oriented
  36851. C++ Standard Library
  36852. CarbonLib
  36853. /A1ftp://ftp.apple.com//developer/Tool_Chest/MacApp/
  36854. Dev.CD Aug 00 TC Disk 1
  36855. All Packages
  36856. F    MacBinary
  36857. 89612X
  36858. ion "Finder"
  36859.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:IsImageWriter:"
  36860.         activate
  36861.     end tell
  36862. on error errMsg number errNum
  36863.     --enter statements to perform when no records are found such as...
  36864.     display dialog "Sorry, the item you selected could not be found."
  36865.     return
  36866. end try
  36867. This installs the complete MacApp Release 15d1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  36868. This is a early development release and as such you should probably not utilize it for building final quality commercial applications.  This release contains the new CarbonPlus framework which provides convenient helper classes for working with sB
  36869. ome CoreFoundation components.
  36870. Installation on a 'Mac OS Extended' volume requires approximately 44MB of space (56 MB bytes used).   "Your mileage may vary."
  36871. Please be sure to read the License Agreement.
  36872. The Apple C++ Frameworks Team
  36873. July 27, 2000
  36874. Install MacApp R15d1K
  36875. Sep 00OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:PMDev.CD Sep 00 RL Disk 1
  36876.  - What's New
  36877.  - Tool Chest
  36878.  - MacApp
  36879.  - MacApp R15d1
  36880. quicktime
  36881. movie
  36882. convert
  36883. track
  36884. quicktime
  36885. movie
  36886. export
  36887. quicktime
  36888. movie
  36889. structures
  36890. quicktime
  36891. movie
  36892. toolbox
  36893. quicktime
  36894. music
  36895. quicktime
  36896. music
  36897. instruments
  36898. notes
  36899. tunes
  36900. quicktime
  36901. packetizer
  36902. reassembler
  36903. component
  36904. quicktime
  36905. compression
  36906. quicktime
  36907. picture
  36908. streaming
  36909. splice
  36910. image
  36911. quicktime
  36912. preview
  36913. customgetfilepreviews
  36914. quicktime
  36915. quicktime
  36916. conferencing
  36917. video
  36918. conferencing
  36919. apple
  36920. quicktime
  36921. quicktime
  36922. image
  36923. capture
  36924. digital
  36925. camera
  36926. tween
  36927. quicktime
  36928. sprite
  36929. track
  36930. quicktime
  36931. sprite
  36932. track
  36933. wired
  36934. events
  36935. triggered
  36936. events
  36937. quicktime
  36938. streaming
  36939. messages
  36940. controller
  36941. quicktime
  36942. media
  36943. sample
  36944. search
  36945. quicktime
  36946. track
  36947. actionsZ
  36948. quicktime
  36949. timecode
  36950. track
  36951. media
  36952. handler
  36953. quicktime
  36954. handler
  36955. quicktime
  36956. vector
  36957. picture
  36958. quicktime
  36959. video
  36960. digitizing
  36961. quicktime
  36962. video
  36963. sound
  36964. track
  36965. movie
  36966. create
  36967. quicktime
  36968. video
  36969. streaming
  36970. audio
  36971. quicktime
  36972. framework
  36973. shell
  36974. viewer
  36975. e    No Changeq
  36976. Dev.CD Aug 00 TC Disk 1
  36977. All Packages
  36978. SimpleEditSDII
  36979. SimpleEditSDI is a sample application that demonstrates how to display and edit QuickTime movies using the SDI (single document interface).J
  36980. mssccprj.scc
  36981. QTime.c
  36982. QTime.h
  36983. README.txt
  36984. resource.h
  36985. SimpleEditSDI.c
  36986. SimpleEditSDI.dsp
  36987. SimpleEditSDI.dsw
  36988. SimpleEditSDI.exe
  36989. SimpleEditSDI.h
  36990. SimpleEditSDI.mak
  36991. SimpleEditSDI.rc
  36992. STDWIN.C
  36993. STDWIN.HOGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:SimpleEditSDI.win:PRDev.CD Aug 00 TC Disk 2
  36994.  - Sample Code
  36995.  - QuickTime
  36996.  - Basics
  36997.  - SimpleEditSDI.winV
  36998. 90198X
  36999. Aug 00^    TC Disk 2
  37000. e    No Change
  37001. dialogcode
  37002. dialogcode
  37003. dialogs
  37004. dialogs
  37005. dialogstuff
  37006. dialogstuff
  37007. dialogstuff
  37008. dialogtest
  37009. dialogtest
  37010. dialogtest
  37011. dialogtest
  37012. dialogutils
  37013. dialogutils
  37014. dialogutils
  37015. dialogutils
  37016. dialogwindow
  37017. dialogwindow
  37018. dialogwindow
  37019. dictionary
  37020. summary
  37021. package
  37022. provides
  37023. something
  37024. replacement
  37025. summary
  37026. piece
  37027. intended
  37028. assist
  37029. non-us
  37030. developers
  37031. summary
  37032. program
  37033. illustrates
  37034. menus
  37035. window
  37036. summary
  37037. resedit
  37038. editor
  37039. prepare
  37040. localized
  37041. numbe
  37042. summary
  37043. resedit
  37044. contains
  37045. macsbug
  37046. summary
  37047. sample
  37048. demonstrates
  37049. compress
  37050. decompr
  37051. summary
  37052. sample
  37053. demonstrates
  37054. write
  37055. simple
  37056. summary
  37057. sample
  37058. extracts
  37059. finder
  37060. strings
  37061. summary
  37062. sample
  37063. shows
  37064. manager
  37065. summary
  37066. support
  37067. quicktake
  37068. quicktake
  37069. summary
  37070. software
  37071. improves
  37072. float-to-int
  37073. conversion
  37074. summary
  37075. stack
  37076. contains
  37077. collection
  37078. apple
  37079. event
  37080. summary
  37081. stack
  37082. allow
  37083. users
  37084. register
  37085. creator
  37086. summary
  37087. submission
  37088. contains
  37089. virtual
  37090. external
  37091. summary
  37092. application
  37093. demonstrates
  37094. highx
  37095. high-end
  37096. high-levelu
  37097. high-performance
  37098. high-quality
  37099. high-visibility
  37100. higher
  37101. higher-quality
  37102. highest
  37103. highlighting
  37104. highlights{
  37105. highlited
  37106. highly
  37107. highly-successful
  37108. hilighted
  37109. hilighting
  37110. hilite
  37111. hindi
  37112. hints
  37113. historically
  37114. history
  37115. hitec
  37116. hittin
  37117. hitting
  37118. hmshowballoon
  37119. hoddie
  37120. hokum
  37121. holcomb
  37122. huxham
  37123. hypercardn
  37124. 86467X
  37125. 1e    No Change
  37126. roperly support the standard event loop
  37127. Dev.CD Jul 93
  37128. Dev.CD Apr 9V
  37129. 90074X
  37130. Jul 93
  37131. p--set theItem to choose file -- uncomment to test in an AS editor
  37132.     tell application "Finder"
  37133.         open item "Dev.CD Jul 93
  37134. Dev.CD Apr 93"
  37135.         activate
  37136.     end tell
  37137. on error errMsg number errNum
  37138.     --enter statements to perform when no records are found such as...
  37139.     display dialog "Sorry, the item you selected could not be found."
  37140.     return
  37141. end try
  37142. All Packages
  37143. F    QuickTimeO
  37144. Dev.CD Jul 93
  37145. Dev.CD Apr 93P
  37146. Dev.CD Jul 93
  37147. Dev.CD Apr 9V
  37148. 90075X
  37149. Jul 93
  37150. p--set theItem to choose file -- uncomment to test in an AS editor
  37151.     tell application "Finder"
  37152.         open item "Dev.CD Jul 93
  37153. Dev.CD Apr 93"
  37154.         activate
  37155.     end tell
  37156. on error errMsg number errNum
  37157.     --enter statements to perform when no records are found such as...
  37158.     display dialog "Sorry, the item you selected could not be found."
  37159.     return
  37160. end try
  37161. All Packages
  37162. F    QuickTimeO
  37163. Dev.CD Jul 93P
  37164. Dev.CD Jul 9V
  37165. 90076X
  37166. Jul 93
  37167. README - AudioConverter
  37168. AudioConverter is a sample application that illustrates how to use 
  37169. the Sound Manager's SoundConverter routines to convert AIFF and AIFC 
  37170. files (hereafter referred to as "AIFF/AIFC files") into either 
  37171. AIFF/AIFC files or QuickTime movies. It also illustrates how to parse 
  37172. AIFF/AIFC files.
  37173. You should note in particular that the AudioConverter source code shows 
  37174. how to handle the compression parameters chunk that might be present in 
  37175. an AIFF/AIFC file. The compressi
  37176. on parameters chunk contains parameters 
  37177. that are required to decompress the audio data in the file. See the 
  37178. electronic document MacOS_Sound.pdf for more information about the 
  37179. compression parameters chunk and the audio atoms list it contains.
  37180. Enjoy,
  37181. QuickTime team
  37182. AudioConvert
  37183. AudioConvert 68k
  37184. AudioConvert PPC
  37185. AudioConvert.c
  37186. AudioConvert.EXE
  37187. AudioConvert.h
  37188. AudioConvert.mak
  37189. AudioConvert.mcp
  37190. AudioConvert.r
  37191. AudioConvert.rez.bat
  37192. README
  37193. p--set theItem to choose file -- uncomment to test in an AS editor
  37194.     tell application "Finder"
  37195.         open item "Dev.CD Apr 95
  37196. Dev.CD Jan 95"
  37197.         activate
  37198.     end tell
  37199. on error errMsg number errNum
  37200.     --enter statements to perform when no records are found such as...
  37201.     display dialog "Sorry, the item you selected could not be found."
  37202.     return
  37203. end try
  37204. es, and controls. In response to feedback from developers and users regarding the difficulty of distinguishing activ
  37205. e windows from inactive windows, we have changed the appearance of all inactive windows and disabled controls. This updated appearance gives users better feedback about inactive windows and dialog boxes. It also provides more affordance in the active windows and enabled controls. 
  37206. This version of the document also contains the appearance for tab panels (tabs and content panes) which appear in dialog boxes. It shows tabs in small and large sizes. 
  37207. Use of the Grayscale Appearance design in
  37208. PostScript printerN%PostScript, printer, PostScriptHandleOBDev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:PJDev.CD Aug 00 TC Disk 2
  37209.  - Sample Code
  37210.  - Printing
  37211.  - PostScriptHandleDemoV
  37212. 89799X
  37213. Aug 00^    TC Disk 2
  37214. --set theItem to choose file -- uncomment to test in an AS editor
  37215.     tell application "Finder"
  37216.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:PostScriptHandleDemo:"
  37217.         activate
  37218.     end tell
  37219. on error errMsg number errNum
  37220.     --enter statements to perform when no records are found such as...
  37221.     display dialog "Sorry, the item you selected could not be found."
  37222.     return
  37223. end try
  37224. e    No Changef#PostScript
  37225. printer
  37226. PostScriptHandleq
  37227. Dev.CD Aug 00 TC Disk 2
  37228. All Packages
  37229. Power Mac Debugger
  37230. 89800X
  37231.     end tell
  37232. on error errMsg number errNum
  37233.     --enter statements to perform when no records are found such as...
  37234.     display dialog "Sorry, the item you selected could not be found."
  37235.     return
  37236. end try
  37237. continuing
  37238. offer
  37239. traditional
  37240. server
  37241. software
  37242. suite
  37243. continuous
  37244. continuously
  37245. contrast
  37246. contrgn
  37247. contribute
  37248. contributed
  37249. controlA
  37250. coprocessorR
  37251. copy{
  37252. copy-and-paste
  37253. copybitsr
  37254. copydeepmask
  37255. copying
  37256. copymask
  37257. copyright
  37258. coreb
  37259. correct
  37260. corrected
  37261. correctly
  37262. correspondence
  37263. cosmetic[
  37264. costs{
  37265. could]
  37266. counter
  37267. countersA
  37268. courseS
  37269. coursesS
  37270. cpu's
  37271. crashX
  37272. crashed
  37273. crashesW
  37274. create]
  37275. created
  37276. This snippet shows how to write a device loop that works under System 7 and pre-7.0 systems.  As described on pages 21-23 and 21-24 of Inside Mac volume VI, a device loop procedure searches all active screen devices, calling a drawing procedure whenever it encounters a screen that intersects the drawing region.  In this app the drawing region is the app's window bounds and the chosen drawing procedure simply displays the screen's colors for every device the window bounds intersect.
  37277. J1MyDeviceLoop.c
  37278. MyDeviceLoop.mcp
  37279. MyDeviceLopp(PPC)M
  37280. N&ClipRect, GetNextDevice, GetDeviceListO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:MyDeviceLoop:PEDev.CD Aug 00 TC Disk 1
  37281.  - Sample Code
  37282.  - Graphics 2D
  37283.  - MyDeviceLoopacintosh applications meant to run under A/UX, explaining the basics and pointing out some potential gotchas.
  37284. Print Hints From Luke & Zz: CopyMask, CopyDeepMask, and LaserWriter Driver 7.0  by Pete 
  37285.  Alexander.   How do you print graphics that use CopyMask an
  37286. --set theItem to choose file -- uncomment to test in an AS editor
  37287.     tell application "Finder"
  37288.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW etc.:"
  37289.         activate
  37290.     end tell
  37291. on error errMsg number errNum
  37292.     --enter statements to perform when no records are found such as...
  37293.     display dialog "Sorry, the item you selected could not be found."
  37294.     return
  37295. end try
  37296.  not be found."
  37297.     return
  37298. end try
  37299. e    No Changef
  37300. Disk I/O
  37301. Performanceq
  37302. Dev.CD Aug 00 TC Disk 1
  37303. All Packages
  37304. DiskFiller
  37305. 87815X
  37306. :PHDev.CD Apr 99 SDK1
  37307.  - Development Kits
  37308.  - QuickDraw 3D for Windows 1.5.2
  37309. solution
  37310. solutions
  37311. solve
  37312. solved
  37313. solves
  37314. W open and perform other operations on image files. Essentially, you can use the graphics import routines to insulate your application from the n
  37315. mitty gritty details of image file format and compression used in the image.
  37316. In this sample code, we allow the user to open an image file; then we draw it into a window on the screen. Your application, of course, will probably want to do more interesting things with the image. We also allow the user to save an image using JPEG compression.
  37317. Enjoy,
  37318. QuickTime Team
  37319. J4Building QT Samples
  37320. QTGraphImp.c
  37321. QTGraphImp.h
  37322. READMEOADev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtgraphimp:
  37323. framework-based
  37324. frameworks
  37325. francois
  37326. franke
  37327. free_
  37328. freeware
  37329. french
  37330. frequently
  37331. fresh
  37332. friend
  37333. friendly
  37334. friends
  37335. from_
  37336. This installs the complete MacApp Release 14b1 product into a location of your choosing.  It is installed as a folder called 'Apple C++ Frameworks' and contains everything you need to developer MacApp-based applications for Mac OS 9 and Mac OS X.
  37337. This is a beta release and as such calls for extreme care when building final quality commercial applications.
  37338. Installation on a 'Mac OS Extended' volume requires approximately 29 MB of space (36 MB bytes used).   "Your mileage may vary."
  37339. PleasBVe be sure to read the License Agreement.
  37340. The Apple C++ Frameworks Team
  37341. July 20, 2000
  37342. Install MacApp R14b1K
  37343. Nov 97L
  37344. Sep 00N'MacApp, Framework, Object-oriented, C++OBDev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:PMDev.CD Sep 00 RL Disk 1
  37345.  - What's New
  37346.  - Tool Chest
  37347.  - MacApp
  37348.  - MacApp R14b1cket, InputSprocket, NetSprocket, SoundSprocketO=Dev.CD Oct 00 SDK1:Development Kits:Mac OS:GameSprocket SDKs:PEDev.CD Oct 00 SDK1
  37349.  - Development Kits
  37350.  - Mac OS
  37351.  - GameSprocket SDKs
  37352. Vol IIIL
  37353. Jan 93MDMPW and some free disk space. This package is System 7.0 compatible.OEDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Tags:PPDev.CD Aug 00 TC Disk 1
  37354.  - Tool Chest
  37355.  - Development Kits
  37356.  - MPW Related
  37357.  - TagsV
  37358. 90589X
  37359. Aug 00^    TC Disk 1
  37360. --set theItem to choose file -- uncomment to test in an AS editor
  37361.     tell application "Finder"
  37362.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Tags:"
  37363.         activate
  37364.     end tell
  37365. on error errMsg number errNum
  37366.     --enter statements to perform when no records are found such as...
  37367.     display dialog "Sorry, the item you selected could not be found."
  37368.     return
  37369. end try
  37370. e    No Changeq
  37371. Dev.CD Aug 00 TC Disk 1
  37372. All Packages
  37373. F$Taiwan Chinese Font Option Kit 6.0.3O/Dev CD Vol. V
  37374. Dev CD Vol. IV
  37375. Developer CD (III)P.Dev CD Vol. V
  37376. Dev CD Vol. IV
  37377. Developer CD (IIIV
  37378. 90590X
  37379. Vol. V
  37380. network
  37381. postscripthandle
  37382. power
  37383. power
  37384. kiosk
  37385. nopoweroffkey
  37386. power
  37387. macintosh
  37388. debugger
  37389. power
  37390. manager
  37391. power
  37392. manager
  37393. sleep
  37394. queue
  37395. setwakeuptimer
  37396. powerbook
  37397. wake100
  37398. powerbook
  37399. powerbook
  37400. powerpcA
  37401. powerplant
  37402. toolboxe
  37403. ppcbrowser
  37404. pre-mixer
  37405. pre-mixer
  37406. component
  37407. vu-meter
  37408. sound
  37409. premixer
  37410. effect
  37411. precision
  37412. preference
  37413. preferences
  37414. preliminary
  37415. premixer
  37416. previews
  37417. prgeneral
  37418. print
  37419. print
  37420. appletalk
  37421. print
  37422. dialog
  37423. print
  37424. postscript
  37425. quickdraw
  37426. print
  37427. hairline
  37428. postscript
  37429. quickdraw
  37430. setlinewidth
  37431. prgeneral
  37432. print
  37433. piccomments
  37434. drivers
  37435. print
  37436. postscript
  37437. print
  37438. record
  37439. print
  37440. 89610X
  37441. Sep 00^    RL Disk 1
  37442. --set theItem to choose file -- uncomment to test in an AS editor
  37443.     tell application "Finder"
  37444.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R15d1:"
  37445.         activate
  37446.     end tell
  37447. on error errMsg number errNum
  37448.     --enter statements to perform when no records are found such as...
  37449.     display dialog "Sorry, the item you selected could not be found."
  37450.     return
  37451. end try
  37452. e    No Change
  37453. /A(http://developer.apple.com/tools/macapp/
  37454. Dev.CD Sep 00 RL Disk 1
  37455. All Packages
  37456. MacApp Release 14a1
  37457. 89611X
  37458. ences). If you intend to use the OSA then it is recommended that you read these articles.
  37459. Jan 96L
  37460. May 97V
  37461. 86465X
  37462. 1e    No Change
  37463. EasyView)
  37464. UpdatesK
  37465. May 95L
  37466. Dec 98M7Any word processor capable of reading a 400K text file.OKDev.CD Aug 00 TC Disk 1:Tool Chest:OS Utilities:Gestalt Selectors List 4.3:V
  37467. 84692X
  37468. 1e    No Change
  37469. e    No Changef"DrawSprocket
  37470. GSpGetVersion
  37471. Toolboxq
  37472. Dev.CD Aug 00 TC Disk 1
  37473. All Packages
  37474. SimpleApp 1.0.2
  37475. Summary: SimpleApp is a general utility for handling TEXT, PICT and movie editing. Its purpose is to demonstrate the human interface features with QuickTime
  37476.  and hold the basic functions of text editing and PICT viewing. There are no new features to v1.0.2, just some bug fixes.
  37477. Features:
  37478. Viewing, editing and saving text files.
  37479. Viewing picture files.
  37480. Viewing, editing and saving movie files.
  37481. Clipboard window supports TEXT,PICT and MooV.
  37482. Preference settings.
  37483. J'Sample PICT
  37484. SimpleApp
  37485. SimpleApp Read MeK
  37486. Aug 93MYAny Macintosh, running System 7.0 on up.  QuickTime
  37487.  1.0  or 1.5 needed but not required.O=Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:SimpleApp 1.0.2:PEDev.CD Aug 00 TC Disk 1
  37488.  - Tool Chest
  37489.  - QuickTime
  37490.  - SimpleApp 1.0.2V
  37491. 90197X
  37492. Aug 00^    TC Disk 1
  37493. e    No Change
  37494. Deletedf
  37495. Multi-processing
  37496.  MP Pascalq
  37497. Dev.CD Aug 00 TC Disk 2
  37498. All Packages
  37499. F    MPing 1.1
  37500. Summary: MPing is a network testing tool.  It uses ICMP protocol's ECHO_REQUEST datagram to elicit an ICMP ECHO_RESPONSE from a host or gateway.  This program is intended for use in network testing, measurement and management.  It should be used primarily for manual fault isolation.
  37501. J&***** Readme first *****
  37502. MPing
  37503. SourcesK
  37504. Vol XO?Dev.CD Aug 00 TC Disk 1:Tool Chest:Networking:MacTCP:MPing 1.1:PJDev.CD Aug 00 TC Disk 1
  37505.  - Tool Chest
  37506.  - Networking
  37507.  - MacTCP
  37508.  - MPing 1.1V
  37509. 89679X
  37510. Aug 00^    TC Disk 1
  37511. e    No Change
  37512. rendering
  37513. hypercard
  37514. cardbus
  37515. ibook
  37516. icons
  37517. identification
  37518. image
  37519. imaging
  37520. index
  37521. plist
  37522. information
  37523. information
  37524. property
  37525. infoscrap
  37526. input
  37527. inputsprocket
  37528. interaction
  37529. interleaving
  37530. 89874X
  37531. Aug 00^    TC Disk 2
  37532. --set theItem to choose file -- uncomment to test in an AS editor
  37533.     tell application "Finder"
  37534.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT3DTween.win:"
  37535.         activate
  37536.     end tell
  37537. on error errMsg number errNum
  37538.     --enter statements to perform when no records are found such as...
  37539.     display dialog "Sorry, the item you selected could not be found."
  37540.     return
  37541. end try
  37542. e    No Changeq
  37543. Dev.CD Aug 00 TC Disk 2
  37544. All Packages
  37545. qtaddeffectsegI
  37546. This sample code illustrates how to use add video effects to segments of movies. See the top of the file AddEffectSegment.c for more details.J@AddEffectSegment.c
  37547. AddEffectSegment.h
  37548. Building QT Samples
  37549. READMEOEDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtaddeffectseg:PPDev.CD Aug 00 TC Disk 2
  37550.  - Sample Code
  37551.  - QuickTime
  37552.  - Goodies
  37553.  - qtaddeffectsegV
  37554. 89875X
  37555. Aug 00^    TC Disk 2
  37556. e    No Change
  37557. 1 Demo.
  37558. A list of client (word processor) and server (spelling a
  37559. v1.5.2
  37560. v1.5.3
  37561. validator
  37562. validator
  37563. validator
  37564. documentation
  37565. validator
  37566. documentation
  37567. variable
  37568. variables
  37569. vbigdsp
  37570. vblsample
  37571. vblsnippet
  37572. vblsnippet
  37573. vblsnippet
  37574. vblsnippet
  37575. vblsnippet
  37576. vectors
  37577. verbose
  37578. verbose
  37579. debug
  37580. verifier
  37581. verifier
  37582. version
  37583. version
  37584. history
  37585. version
  37586. history
  37587. version
  37588. versionedit
  37589. versioninfo
  37590. versioninfo
  37591. versionsv
  37592. count
  37593. vertest
  37594. vertest
  37595. vertest
  37596. vertest
  37597. vertest
  37598. vfactor
  37599. vfactor
  37600. vfactor
  37601. vfactor
  37602. source
  37603. victim
  37604. video
  37605. videoframetogworld
  37606. videoframetogworld
  37607. ppclist
  37608. ppclist
  37609. ppcnumerics
  37610. ppcsicn
  37611. ppcsicn
  37612. ppcsimpletext
  37613. ppcsimpletext
  37614. ppcsoftware
  37615. software
  37616. licensing
  37617. someunicodestuff
  37618. someunicodestuff
  37619. someunicodestuff
  37620. somobjects
  37621. somobjects
  37622. first
  37623. sortpicts
  37624. sortpicts
  37625. sortpicts
  37626. sortpicts
  37627. sortpictsapp
  37628. sortpictsapp
  37629. sortpictsthreads
  37630. sortpictsthreads
  37631. sound
  37632. demonstration
  37633. implement
  37634. sample
  37635. quick
  37636. demonstration
  37637. implement
  37638. sample
  37639. simple
  37640. server
  37641. demonstrat
  37642. sample
  37643. designed
  37644. simple
  37645. drawsprocket
  37646. macapp
  37647. behaviors
  37648. miller
  37649. million{
  37650. millions
  37651. mimics
  37652. mini-framework
  37653. minilauncher
  37654. minimal
  37655. minimising
  37656. minimize
  37657. minimizing
  37658. minimum
  37659. minor
  37660. minow
  37661. minute
  37662. minutes
  37663. mirrorz
  37664. misaligned
  37665. misalignment
  37666. miscellaneous
  37667. miscreant
  37668. misdemeanors
  37669. misguided
  37670. mismatched
  37671. misnamed
  37672. misrecognized
  37673. missing
  37674. mistake
  37675. mixed
  37676. mixed-mode
  37677. mixed-partition
  37678. mixerl
  37679. mixing
  37680. mobile
  37681. mockup
  37682. modals
  37683. modallist
  37684. modernized
  37685. modes
  37686. modification
  37687. modified`
  37688. modifier
  37689. modifiers
  37690. modify
  37691. modifying
  37692. hO7Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:P?Dev.CD Aug 00 TC Disk 1
  37693.  - Tool Chest
  37694.  - MacApp
  37695.  - MacApp R13u5V
  37696. 89608X
  37697. Aug 00^    TC Disk 1
  37698. --set theItem to choose file -- uncomment to test in an AS editor
  37699.     tell application "Finder"
  37700.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:MacApp:MacApp R13u5:"
  37701.         activate
  37702.     end tell
  37703. on error errMsg number errNum
  37704.     --enter statements to perform when no records are found such as...
  37705.     display dialog "Sorry, the item you selected could not be found."
  37706.     return
  37707. end try
  37708. Deletedf$MacApp
  37709. Framework
  37710. Object-oriented
  37711. /A(http://developer.apple.com/tools/macapp/
  37712. Dev.CD Aug 00 TC Disk 1
  37713. All Packages
  37714. MacApp R14 b1
  37715. 89609X
  37716. 7957X
  37717. Moved
  37718. All Packages
  37719. QuickDraw GXO
  37720. Dev.CD Jan 96 SDK1P
  37721. Dev.CD Jan 96 SDKV
  37722. 89945X
  37723. Jan 96
  37724. g--set theItem to choose file -- uncomment to test in an AS editor
  37725.     tell application "Finder"
  37726.         open item "Dev.CD Jan 96 SDK1"
  37727.         activate
  37728.     end tell
  37729. on error errMsg number errNum
  37730.     --enter statements to perform when no records are found such as...
  37731.     display dialog "Sorry, the item you selected could not be found."
  37732.     return
  37733. end try
  37734. All Packages
  37735. QuickDraw GXO Dev.CD Jan 96 SDK1
  37736. Dev.CD Jul 95P
  37737. Dev.CD Jan 96 SDK1
  37738. Dev.CD Jul 9V
  37739. 89946X
  37740. Jan 96
  37741. u--set theItem to choose file -- uncomment to test in an AS editor
  37742.     tell application "Finder"
  37743.         open item "Dev.CD Jan 96 SDK1
  37744. Dev.CD Jul 95"
  37745.         activate
  37746.     end tell
  37747. on error errMsg number errNum
  37748.     --enter statements to perform when no records are found such as...
  37749.     display dialog "Sorry, the item you selected could not be found."
  37750.     return
  37751. end try
  37752. All Packages
  37753. 89947
  37754. dropmounter
  37755. dropprint
  37756. dropprint
  37757. dropprint
  37758. dropprint
  37759. dropprint
  37760. dropshell
  37761. dropshell
  37762. dropshell
  37763. dropshell
  37764. dropshell
  37765. dropshell
  37766. dropshell
  37767. drvrs
  37768. dsappleevents
  37769. dsappleevents
  37770. dsappleevents
  37771. dsglobals
  37772. dsglobals
  37773. context
  37774. switch
  37775. context
  37776. switch
  37777. context
  37778. switch
  37779. dtsqtutilities
  37780. dtsqtutilities
  37781. dtsqtutilities
  37782. development
  37783. primer
  37784. dzautodrone
  37785. dzautodrone
  37786. dzautodroneburn
  37787. dzautodroneburn
  37788. dzautodroneexpl
  37789. dzautodroneexpl
  37790. dzdisplay
  37791. dzdisplay
  37792. dzdisplay
  37793. dzdrone
  37794. dzdrone
  37795. dzdrone
  37796. dzevenmoreresources
  37797. 1.4.2c
  37798. 1.4.6b2
  37799. 1.4mb
  37800. 1.5.1
  37801. 1.5b16
  37802. 10-newton
  37803. 10/95{
  37804. 10/96|
  37805. 10/97}
  37806. files
  37807. intro
  37808. 11-12/96|
  37809. 11-otherS
  37810. 11-other
  37811. topicsS
  37812. 11/95{
  37813. 11/97}
  37814. 12-trainingS
  37815. 12-training
  37816. schedule
  37817. 12/95{
  37818. 13-du
  37819. training
  37820. sites
  37821. 17.203.23.112
  37822. 2.0.1
  37823. 2.0.2
  37824. 2.0.6
  37825. 2.0.6
  37826. files
  37827. 2.1.1
  37828. 2.1.2
  37829. 2.2.2
  37830. 2.4b6
  37831. 2.6.1
  37832. 2.6.5]
  37833. 2300c
  37834. 2400c
  37835. 247226
  37836. 248426
  37837. 89609X
  37838. Sep 00^    RL Disk 1
  37839. --set theItem to choose file -- uncomment to test in an AS editor
  37840.     tell application "Finder"
  37841.         open item "Dev.CD Sep 00 RL Disk 1:What's New:Tool Chest:MacApp:MacApp R14b1:"
  37842.         activate
  37843.     end tell
  37844. on error errMsg number errNum
  37845.     --enter statements to perform when no records are found such as...
  37846.     display dialog "Sorry, the item you selected could not be found."
  37847.     return
  37848. end try
  37849. e    No Changef$MacApp
  37850. Framework
  37851. Object-oriented
  37852. /A(http://developer.apple.com/tools/macapp/
  37853. Dev.CD Sep 00 RL Disk 1
  37854. All Packages
  37855. MacApp R15d1
  37856. 89610X
  37857. ' fun(PPC)
  37858. menu 'cicn' fun.c
  37859. Menu 'cicn' fun.mcp
  37860. Menu 'cicn' fun.rsrcOLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:Menu 'cicn' fun:PTDev.CD Aug 00 TC Disk 2
  37861.  - Sample Code
  37862.  - Human Interface Toolbox
  37863.  - Menu 'cicn' funV
  37864. 86463X
  37865. Aug 00^    TC Disk 2
  37866. e    No Change
  37867. A@Mac OS 8 or later.  68020 or better.  Mac OS X is not supported.
  37868. N'MacApp, Framework, Object-oriented, C++ary documentation, a README file, and an example V.U. script using the external tool. This package will allow developers using V.U. 2.0 to test their applications and perform screen image verification in their V.U. scripts.
  37869. Virtual User tools.imgK
  37870. Jul 93L
  37871. Oct 93M.Virtual User version 2.0 or greater, System 7.N0Tool, Virtual User, External Tool, V.U., VU, IvyOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:PRDev.CD Aug 00 TC Disk 1
  37872.  - Tool Chest
  37873.  - Testing & Debugging
  37874.  - Virtual User toolsl User 2.0 or any AppleScript capable environment. Memory Monitor runs on all Macintosh models including and after the Macintosh Plus. 
  37875. N(Testing, Memory, Virtual User, DebuggingOJDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Virtual User tools:
  37876. draganddrop
  37877. draganddrop
  37878. shell
  37879. draggingsprites
  37880. dragwindowgrid
  37881. drawing
  37882. drawline
  37883. drawsprocket
  37884. drawsprocket
  37885. drawsprockettest
  37886. drawtextcodec
  37887. drive
  37888. drive
  37889. utilities
  37890. driveid
  37891. ustrates how to create a movie that contains a track from another movie. It also shows how to save the new movie as self-contained (without any references to the media in the source movie).
  37892. Application Files
  37893. Building QT Samples
  37894. Common Files
  37895. QTStreamSplicer 68k
  37896. QTStreamSplicer 68k.mcp
  37897. QTStreamSplicer PPC
  37898. QTStreamSplicer PPC.mcp
  37899. QTStreamSplicer Win.mcp
  37900. QTStreamSplicer.c
  37901. QTStreamSplicer.exe
  37902. QTStreamSplicer.h
  37903. READMEM
  37904. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N,QuickTime, Picture, Streaming, Splice, ImageOHDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Streaming:QTStreamSplicer:
  37905. no-so-subtle{
  37906. noacclcurve
  37907. noble
  37908. node\
  37909. node-entering
  37910. node-leaving
  37911. node-specific\
  37912. nogrowdocproc
  37913. non-7.0
  37914. non-apple
  37915. non-blessed
  37916. non-compressed
  37917. non-disclosure
  37918. non-ethernet
  37919. non-floppy
  37920. non-lowercase
  37921. non-macintosh
  37922. non-modal
  37923. non-native
  37924. non-network
  37925. note_
  37926. apple
  37927. guide
  37928. intended
  37929. those
  37930. developers
  37931. notesR
  37932. nothing
  37933. notice
  37934. notification
  37935. notifies
  37936. notify
  37937. notions
  37938. november{
  37939. novice
  37940. OWDev.CD Aug 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:PbDev.CD Aug 00 TC Disk 2
  37941.  - Sample Code
  37942.  - Runtime Architecture
  37943.  - Component Manager
  37944.  - MyComponentV
  37945. 89696X
  37946. Aug 00^    TC Disk 2
  37947. --set theItem to choose file -- uncomment to test in an AS editor
  37948.     tell application "Finder"
  37949.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Runtime Architecture:Component Manager:MyComponent:"
  37950.         activate
  37951.     end tell
  37952. on error errMsg number errNum
  37953.     --enter statements to perform when no records are found such as...
  37954.     display dialog "Sorry, the item you selected could not be found."
  37955.     return
  37956. end try
  37957. e    No Changef
  37958. Component Managerq
  37959. Dev.CD Aug 00 TC Disk 2
  37960. All Packages
  37961. MyDeviceLoop
  37962. 89697X
  37963.     end tell
  37964. on error errMsg number errNum
  37965.     --enter statements to perform when no records are found such as...
  37966.     display dialog "Sorry, the item you selected could not be found."
  37967.     return
  37968. end try
  37969. All Packages
  37970. f--set theItem to choose file -- uncomment to test in an AS editor
  37971.     tell application "Finder"
  37972.         open item "Dev.CD Jun 97 SSW"
  37973.         activate
  37974.     end tell
  37975. on error errMsg number errNum
  37976.     --enter statements to perform when no records are found such as...
  37977.     display dialog "Sorry, the item you selected could not be found."
  37978.     return
  37979. end try
  37980. All Packages
  37981. QuickDraw 3DO
  37982. Dev.CD Jun 97 SSWP
  37983. Dev.CD Jun 97 SSV
  37984. 88339X
  37985. Jun 97
  37986. display
  37987. folder
  37988. display
  37989. lains what the extension does.  (Technogeek for "minor concern"; my definition of the UniversalProcPtr for the PowerOff gestalt function didn't include space for a return code.  I was using a prerelease of the System 7.5.3 tech note.  It shouldn't have caused any problems, but I'm being anal.)
  37990. PackMan C:  This snippet shows how to implement a simpleChooser Package in C, based on Scott 
  37991.  Zimmerman's PACKman pascal sample
  37992. PBxxx Serial Demo:  Shows how to use the serial ports correctly. 
  37993.  Connect your macs up with a serial cable if you want to see it in action.  Or just look at the code to see how things ought to be done.
  37994. Play:  With this program on your hard disk; you can double click on a track on an Audio CD and the CD SC drive will start playing the audio track and will continue until the end of the disk
  37995. ReadSector MSDOS:  This snippet shows how to read and write physical sectors on MS-DOS floppies within your application (as Apple File Exchange does), rather than wr
  37996. kernel
  37997. kevin
  37998. olor ribbonN;QuickDraw GX raster ImageWriter Halftone Dither Sample CodeO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  37999.  - Sample CodeV
  38000. 87957X
  38001. Aug 00^    TC Disk 2
  38002. y--set theItem to choose file -- uncomment to test in an AS editor
  38003.     tell application "Finder"
  38004.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  38005.         activate
  38006.     end tell
  38007. on error errMsg number errNum
  38008.     --enter statements to perform when no records are found such as...
  38009.     display dialog "Sorry, the item you selected could not be found."
  38010.     return
  38011. end try
  38012. Movedf;QuickDraw GX raster ImageWriter Halftone Dither Sample Codeq
  38013. Dev.CD Aug 00 TC Disk 2
  38014. All Packages
  38015. Japanese Language KitOTDev.CD May 97 TC
  38016. Dev.CD Nov 96 TC
  38017. Dev.CD Aug 96 TC
  38018. Dev.CD May 96 TC
  38019. Dev.CD Feb 96 TCPSDev.CD May 97 TC
  38020. Dev.CD Nov 96 TC
  38021. Dev.CD Aug 96 TC
  38022. Dev.CD May 96 TC
  38023. Dev.CD Feb 96 TV
  38024. 87958X
  38025. May 97
  38026. 84697X
  38027. 1e    No Change
  38028. 4400/200
  38029. program
  38030. control
  38031. access
  38032. 512-919-2645
  38033. 512-bit
  38034. 5300{
  38035. 5300c/1005300ce/1173
  38036. 58.1.5
  38037. 5thcolumnB
  38038. 6-158
  38039. 6-164
  38040. 6-bits
  38041. 6.0.4
  38042. 6.0.5
  38043. ischeckedout
  38044. iscii-compatible
  38045. isimagewriter
  38046. sue 24 highlights:
  38047. Speeding Up whose Clause Resolution in Your Scriptable Application by Greg Anderson. Although the Object Support Library will resolve complex AppleScript clauses for you, if you take on some of the work yourself the performance gains can be dramatic.
  38048. Getting Started With OpenDoc Storage by Vincent Lo. OpenDoc storage is a departure from what you
  38049. re used to: it needs to support storing different kinds of 
  38050. data, written by different part editors, in the same file or container.
  38051. Sound Secrets by Kip Olson. These less obvious features of the Sound Manager will help improve your application
  38052. s use of sound.
  38053. Guidelines for Effective Alerts by Paige K. Parsons. This article elaborates and expands on the guidelines for the consistent and correct usage of alerts.
  38054. Printing Images Faster With Data Compression by David Gelphman. PostScript Level 2 printers can accept JPEG-compressed image data direct
  38055. whats
  38056. wherecds
  38057. wherecds
  38058. wherecds
  38059. white
  38060. windname
  38061. windname
  38062. windoid
  38063. windoid
  38064. mamake
  38065. windoid
  38066. windoidrez
  38067. windoidrez
  38068. windowpositioner
  38069. windowpositioner
  38070. windows
  38071. windows
  38072. windows
  38073. system
  38074. files
  38075. winprefixl
  38076. winprefix
  38077. wiredp
  38078. wired
  38079. movies
  38080. spritesp
  38081. wiredspriteutilities
  38082. wiredspriteutilities
  38083. wiredspriteutilities
  38084. withv
  38085. workgroupT
  38086. working
  38087. working
  38088. webobjects
  38089. worksheet
  38090. wprocasm
  38091. wprocasm
  38092. wrapcommenttext
  38093. writerk
  38094. writing
  38095. writing
  38096. driver
  38097. writing
  38098. interactive
  38099. media
  38100. 89166X
  38101. Aug 00^    TC Disk 1
  38102. --set theItem to choose file -- uncomment to test in an AS editor
  38103.     tell application "Finder"
  38104.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:HyperCard Related:XCMDs & XFCNs:Alias XFCN 1.3:"
  38105.         activate
  38106.     end tell
  38107. on error errMsg number errNum
  38108.     --enter statements to perform when no records are found such as...
  38109.     display dialog "Sorry, the item you selected could not be found."
  38110.     return
  38111. end try
  38112. e    No Changef
  38113. Alias
  38114. HyperCard
  38115. System 7q
  38116. Dev.CD Aug 00 TC Disk 1
  38117. All Packages
  38118. All JavaI3A collection of all the QuickTime for Java samples.J
  38119. QuickTime for Java
  38120. - Common
  38121.     - Sun Compliant Java Runtime Environment 1.1
  38122.     - QuickTime 3 
  38123.     - QTJava.zip
  38124.     - QTJava media samples
  38125. - Mac OS:
  38126.     - System 8 or later
  38127.     - Macintosh Runtime for Java (MRJ) 2.1
  38128. - Windows 95, 98, or NT::
  38129.     - JRE/JDK from Sun Microsystems, Inc. recommended
  38130. O8Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:V
  38131. 89167X
  38132. 1e    No Change
  38133. Mac OS 9N!packages, Mac OS 9, package awareOHDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:PackageTool:PPDev.CD Aug 00 TC Disk 2
  38134.  - Sample Code
  38135.  - Human Interface Toolbox
  38136.  - PackageTool (Code Fragment Manager) to provide shared library support for 68K Macintoshes. CFM-68K runtime applications and shared libraries can coexist and run simultaneously with classic 68K runtime applications.
  38137. Version 4.0 of the CFM-68K Runtime Enabler fixes the problem described in Technote #1084 and u
  38138. pdates the interfaces required for pre-emptively threaded applications. The SDK includes documentation describing the changes.
  38139. This package includes:
  38140.  CFM-68K 4.0, Code Fragment Manager for 680x0 Macintoshes
  38141.  ObjectSupportLib, version 1.2
  38142.  Updated Apple Thread Manager, now included in the CFM-68K Runtime Enabler.
  38143. Requirements:  The CFM-68K runtime software requires System 7.1 or later, 32-bit addressing to be turned on, and a 68020, 68030, or 68040 Macintosh system.
  38144. NOTE:  This versi
  38145.  AppleII File and Auxiliary Type
  38146. Before you ship your application, you must request file type and auxiliary type assignments for files you create from Apple Developer Technical Support. File type and auxiliary type combinations are used to identify files and their contents.  The limited supply of file types requires that file types be defined generically and that specific auxiliary types be assigned by Apple for application use.
  38147.  C/F Registration Requests
  38148. This stack will allow users to 
  38149. register creator and file type IDs for their applications, and will alert the developer if the creator ID has already been reserved.  NOTE:  Using this stack does not guarantee that the creator requested has not been reserved after we went to press.
  38150.   The stack can check to see if the creator ID being requested has already been taken, using the most recent information from Developer Support's creator/file type database.  It also automatically creates an AppleLink to send to DEVSUPPORT.  Re
  38151. 89228X
  38152. Aug 00^    TC Disk 2
  38153. --set theItem to choose file -- uncomment to test in an AS editor
  38154.     tell application "Finder"
  38155.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:AudioCodec:"
  38156.         activate
  38157.     end tell
  38158. on error errMsg number errNum
  38159.     --enter statements to perform when no records are found such as...
  38160.     display dialog "Sorry, the item you selected could not be found."
  38161.     return
  38162. end try
  38163. e    No Changeq
  38164. Dev.CD Aug 00 TC Disk 2
  38165. All Packages
  38166. AudioConverter
  38167. 89229X
  38168. W the item you selected could not be found."
  38169.     return
  38170. end try
  38171. e    No Changef@Open Transport
  38172. OTOptionManagment
  38173. option management
  38174. GetSetOptionsq
  38175. Dev.CD Aug 00 TC Disk 2
  38176. All Packages
  38177. GiMeDaPalette with Sound
  38178. 84699X
  38179. All Packages
  38180. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  38181. Dev.CD Jan 94
  38182. Dev.CD Oct 93
  38183. Dev.CD Jul 93
  38184. Dev.CD Apr 93PDDev.CD Apr 94
  38185. Dev.CD Jan 94
  38186. Dev.CD Oct 93
  38187. Dev.CD Jul 93
  38188. Dev.CD Apr 9V
  38189. 90518X
  38190. Apr 94
  38191. --set theItem to choose file -- uncomment to test in an AS editor
  38192.     tell application "Finder"
  38193.         open item "Dev.CD Apr 94
  38194. Dev.CD Jan 94
  38195. Dev.CD Oct 93
  38196. Dev.CD Jul 93
  38197. Dev.CD Apr 93"
  38198.         activate
  38199.     end tell
  38200. on error errMsg number errNum
  38201.     --enter statements to perform when no records are found such as...
  38202.     display dialog "Sorry, the item you selected could not be found."
  38203.     return
  38204. end try
  38205. All Packages
  38206. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  38207. Dev.CD Jan 94
  38208. Dev.CD Oct 93
  38209. Dev.CD Jul 93
  38210. Dev.CD Apr 93PDDev.CD Apr 94
  38211. Dev.CD Jan 94
  38212. Dev.CD Oct 93
  38213. Dev.CD Jul 93
  38214. Dev.CD Apr 9V
  38215. 90519X
  38216. Apr 94
  38217. 90629X
  38218. Aug 00^    TC Disk 2
  38219. --set theItem to choose file -- uncomment to test in an AS editor
  38220.     tell application "Finder"
  38221.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Networking:TransferProvider:"
  38222.         activate
  38223.     end tell
  38224. on error errMsg number errNum
  38225.     --enter statements to perform when no records are found such as...
  38226.     display dialog "Sorry, the item you selected could not be found."
  38227.     return
  38228. end try
  38229. e    No Changef>OTTransferProviderOwnership client library OT
  38230. TransferProviderq
  38231. Dev.CD Aug 00 TC Disk 2
  38232. All Packages
  38233. TransitionsIkThis demo shows how to use the QuickTime effects architecture applied to a character in an animation scene.J6Readme.txt
  38234. te.bat
  38235. TransitionEffect.zip
  38236. TransitionsK
  38237. Feb 00
  38238. OMDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:Transitions:V
  38239. 90630X
  38240. 1e    No Change
  38241. brief
  38242. brigham
  38243. brightness
  38244. brink
  38245. broadcast
  38246. broadcast-ready
  38247. brochure
  38248. bryan
  38249. e    No Changeq
  38250. Dev.CD Aug 00 TC Disk 2
  38251. All Packages
  38252. qtmoviefromprocs
  38253. QuickTime 3.0 provides functions that allow you to create a movie using data supplied by one  or more application-defined procedures. In particular, you use the function MovieExportAddDataSource to add a track-generating procedure and you use the function MovieExportFromProceduresToDataRef to do the actual movie exporting.
  38254. In this example, we will create a QuickTime movie with a video track and an audio track; we generate the video track by drawing a series of individual frames, and we geBRnerate the audio track by generating 10 seconds of silence.
  38255. Enjoy,
  38256. QuickTime Team
  38257. J@Building QT Samples
  38258. QTMovieFromProcs.c
  38259. QTMovieFromProcs.h
  38260. READMEOGDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmoviefromprocs:PRDev.CD Aug 00 TC Disk 2
  38261.  - Sample Code
  38262.  - QuickTime
  38263.  - Goodies
  38264.  - qtmoviefromprocsV
  38265. 89888X
  38266. Aug 00^    TC Disk 2
  38267. e    No Change
  38268. gamesprocket
  38269. gamesprocket
  38270. gdevvideo
  38271. germany
  38272. gestalt
  38273. gestalt
  38274. selectors
  38275. config
  38276. getdraghilitecolor
  38277. getenetaddrdirect
  38278. getenetaddrdirect
  38279. gethelpstrings
  38280. getpppstatus
  38281. getsetoptions
  38282. gimedapalette
  38283. gimedapalette
  38284. sound
  38285. globals
  38286. glossaries
  38287. glyphaiv
  38288. goodies
  38289. graphic
  38290. graphicimporter
  38291. graphics
  38292. grayishoutline
  38293. grayscale
  38294. graytext
  38295. gridwindowgrow
  38296. groupdrawing
  38297. guide
  38298. gworld
  38299. G4Utilities.c
  38300. Glypha IV
  38301. GlyphaIV.CW2.
  38302. GlyphaIV.CW5.
  38303. Feb 00O3Dev.CD Aug 00 TC Disk 1:Sample Code:Games:GlyphaIV:V
  38304. 84700X
  38305. 1e    No Change
  38306. utility
  38307. application
  38308. mount
  38309. disk-inserted
  38310. diskfiller
  38311. diskrestore
  38312. disks
  38313. diskscripts
  38314. dismiss
  38315. disparate
  38316. classes
  38317. utedocument
  38318. utedocument
  38319. utedocument
  38320. utesample
  38321. utesample
  38322. utesample
  38323. utilitiesQ
  38324. ZN8QuickTime, QuickTime IC, image, capture, digital, cameraODDev.CD Apr 98 SDK2:Development Kits (Disc 2):QuickTime
  38325.  IC SDK 1.01:PIDev.CD Apr 98 SDK2
  38326.  - Development Kits (Disc 2)
  38327.  - QuickTime
  38328.  IC SDK 1.01botright
  38329. bottleneck
  38330. bridge
  38331. broadcast
  38332. browse
  38333. browser
  38334. btstbool
  38335. btstq
  38336. bufcallback
  38337. buffer
  38338. buffered
  38339. reports
  38340. error
  38341. reports
  38342. apple
  38343. built-in
  38344. bundle
  38345. burned-in
  38346. business
  38347. button
  38348. buttons
  38349. framework
  38350. rapid
  38351. application
  38352. development
  38353. dtscpluslibrar
  38354. opentransport
  38355. cacheA
  38356. cacheline
  38357. cad/cam
  38358. cad/cam
  38359. design
  38360. calccmask
  38361. calcmask
  38362. calcmask
  38363. calccmask
  38364. bitmap
  38365. copybits
  38366. newgworld
  38367. gworld
  38368. copymask
  38369. calibrator
  38370. callback
  38371. calling
  38372. camera
  38373. capabilities
  38374. capped
  38375. sample
  38376. demonstrates
  38377. folder
  38378. sample
  38379. demonstrates
  38380. variety
  38381. techniques
  38382. using
  38383. sample
  38384. demonstrates
  38385. variety
  38386. transport
  38387. sample
  38388. demonstrates
  38389. access
  38390. contrast
  38391. brightne
  38392. sample
  38393. demonstrates
  38394. ot/ppp
  38395. sample
  38396. demonstrates
  38397. create
  38398. quicktime
  38399. movie
  38400. sample
  38401. demonstrates
  38402. dashed
  38403. objects
  38404. sample
  38405. demonstrates
  38406. handle
  38407. disk-inserted
  38408. events
  38409. e specified HxV resolutions. This FKey will flip between 640x480 and BIG. BI
  38410. 87820X
  38411. tem 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N:QuickTime, Sprite, Track, Wired, Events, Triggered, EventsOVDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTWiredSprites:V
  38412. 86726X
  38413. 1e    No Change
  38414. class
  38415. driver
  38416. editionj
  38417. revised
  38418. 89407X
  38419. Aug 00^    TC Disk 1
  38420. --set theItem to choose file -- uncomment to test in an AS editor
  38421.     tell application "Finder"
  38422.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Stress testing tools:"
  38423.         activate
  38424.     end tell
  38425. on error errMsg number errNum
  38426.     --enter statements to perform when no records are found such as...
  38427.     display dialog "Sorry, the item you selected could not be found."
  38428.     return
  38429. end try
  38430. e    No Changef
  38431. Utility
  38432. Low Disk Spaceq
  38433. Dev.CD Aug 00 TC Disk 1
  38434. D!All Packages
  38435. Tool Chest Edition
  38436. Display Card 4
  38437. Summary: This training stack gives a general overview of the technology and features of the 4/8 bit video card and the 8/24 bit video card. J
  38438. Display Card 4
  38439. Vol IIIONDev.CD Nov 99 TC:Tool Chest:Hardware:Display & Video Hardware:Display Card 4
  38440. 8PYDev.CD Nov 99 TC
  38441.  - Tool Chest
  38442.  - Hardware
  38443.  - Display & Video Hardware
  38444.  - Display Card 4
  38445. 89408X
  38446. Nov 99^
  38447. QuickDraw 3DO
  38448. Dev.CD Jun 97 SSWV
  38449. 88337X
  38450. b--set theItem to choose file -- uncomment to test in an AS editor
  38451.     tell application "Finder"
  38452.         open item "Dev.CD Jan 94"
  38453.         activate
  38454.     end tell
  38455. on error errMsg number errNum
  38456.     --enter statements to perform when no records are found such as...
  38457.     display dialog "Sorry, the item you selected could not be found."
  38458.     return
  38459. end try
  38460. bring
  38461. bring-up
  38462. bringing
  38463. brings
  38464. brink
  38465. british
  38466. broad
  38467. broadcast
  38468. broadcast-ready
  38469. brochure
  38470. broken
  38471. browse
  38472. browser
  38473. browsermaker
  38474. browsermaker
  38475. create
  38476. document
  38477. links
  38478. other
  38479. browsers
  38480. browsing
  38481.  such as...
  38482.     display dialog "Sorry, the item you selected could not be found."
  38483.     return
  38484. end try
  38485. e    No Changeq
  38486. Dev.CD Aug 00 TC Disk 2
  38487. All Packages
  38488. GrayishOutlineV
  38489. 84702X
  38490. q--set theItem to choose file -- uncomment to test in an AS editor
  38491.     tell application "Finder"
  38492.         open item "Dev.CD Sept 92
  38493. Dev.CD Aug 92"
  38494.         activate
  38495.     end tell
  38496. on error errMsg number errNum
  38497.     --enter statements to perform when no records are found such as...
  38498.     display dialog "Sorry, the item you selected could not be found."
  38499.     return
  38500. end try
  38501. quick
  38502. modify
  38503. resources
  38504. scriptx
  38505. scroll
  38506. scrollable
  38507. scrollbars
  38508. unmounted.  It will re-mount any disk that has been dragged to the trash; even non-SCSB
  38509. I disks.  This only works on local volumes; so AppleShare volumes will not be mounted after being dragged to the trash.
  38510. This package is 7.0 compatible
  38511. J(SCSI
  38512. SCSI Tools Info
  38513. SCSI Tools Info.txtK
  38514. Vol IIIL
  38515. Vol VIIO?Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:SCSI:SCSI Tools 1.0:V
  38516. 86981X
  38517. 1e    No Change
  38518. native
  38519. navig
  38520. tracker
  38521. tracking
  38522. tracks
  38523. traddriverloaderlib
  38524. trade
  38525. trade-offs
  38526. trademark
  38527. tradition
  38528. traditional
  38529. traffic
  38530. trained
  38531. training{
  38532. traits
  38533. transaction
  38534. transfer
  38535. transferred
  38536. transferring
  38537. transfers
  38538. transform
  38539. transformation
  38540. transformations
  38541. transition
  38542. session
  38543. coercion
  38544. coercion
  38545. handlers
  38546. collation
  38547. collectcolors
  38548. collection
  38549. collection
  38550. services
  38551. color
  38552. color
  38553. depth
  38554. color
  38555. cursor
  38556. color
  38557. color
  38558. color
  38559. marquee
  38560. color
  38561. picker
  38562. color
  38563. picker
  38564. 2.1.1
  38565. color
  38566. separation
  38567. color
  38568. table
  38569. color2index
  38570. colorize
  38571. colorsync
  38572. colorsync
  38573. photoshop
  38574. plug-ins
  38575. colorsync
  38576. profile
  38577. rename
  38578. colortable
  38579. colour
  38580. colour
  38581. table
  38582. comet
  38583. commands
  38584. communications
  38585. communications
  38586. resource
  38587. manager
  38588. communications
  38589. toolbox
  38590. compare
  38591. compiler
  38592. compiler
  38593. tools
  38594. compilers
  38595. ethernetR
  38596. ethernet
  38597. eventi
  38598. eventsb
  38599. filetool
  38600. folder
  38601. frame
  38602. framework
  38603. functionv
  38604. function
  38605. keysv
  38606. gatewayT
  38607. getcontrolmaximum
  38608.     EMonzalez
  38609. Application Frameworks Product Marketing Manager
  38610. Apple Computer, Inc.
  38611. MacApp Developer Survey
  38612. Nov 94O-Dev.CD Nov 99 TC:Tool Chest:Development Kits:P2Dev.CD Nov 99 TC
  38613.  - Tool Chest
  38614.  - Development Kits5"
  38615.         activate
  38616.     end tell
  38617. on error errMsg number errNum
  38618.     --enter statements to perform when no records are found such as...
  38619.     display dialog "Sorry, the item you selected could not be found."
  38620.     return
  38621. end try
  38622. All Packages
  38623. Japanese Language KitOEDev.CD May 94
  38624. Dev.CD Feb 94
  38625. Dev.CD Oct 93
  38626. Dev.CD Jun 93
  38627. Dev.CD May 93PDDev.CD May 94
  38628. Dev.CD Feb 94
  38629. Dev.CD Oct 93
  38630. Dev.CD Jun 93
  38631. Dev.CD May 9V
  38632. 87960X
  38633. May 94
  38634. er PICT and the 'moov' sequence.  The Finder will show only the Poster PICT.
  38635. Looping:  Both forms of looping blayback are supported : normal and palindrome looping.  Palindrome loop involves playing forwards, then backwards then forwards again.  You can perform this operation on the single active movie or on multiple movies.
  38636. All Packages
  38637. F    QuickTimeO
  38638. Dev.CD Jan 95
  38639. Dev.CD Oct 94P
  38640. Dev.CD Jan 95
  38641. Dev.CD Oct 9V
  38642. 90017X
  38643. Jan 95
  38644. p--set theItem to choose file -- uncomment to test in an AS editor
  38645.     tell application "Finder"
  38646.         open item "Dev.CD Jan 95
  38647. Dev.CD Oct 94"
  38648.         activate
  38649.     end tell
  38650. on error errMsg number errNum
  38651.     --enter statements to perform when no records are found such as...
  38652.     display dialog "Sorry, the item you selected could not be found."
  38653.     return
  38654. end try
  38655. All Packages
  38656. F    QuickTimeO
  38657. Dev.CD Jan 95
  38658. Dev.CD Oct 94P
  38659. Dev.CD Jan 95
  38660. Dev.CD Oct 9V
  38661. 90018X
  38662. Jan 95
  38663. p--set theItem to choose file -- uncomment to test in an AS editor
  38664.     tell application "Finder"
  38665.         open item "Dev.CD Jan 95
  38666. Dev.CD Oct 94"
  38667.         activate
  38668.     end tell
  38669. on error errMsg number errNum
  38670.     --enter statements to perform when no records are found such as...
  38671.     display dialog "Sorry, the item you selected could not be found."
  38672.     return
  38673. end try
  38674. All Packages
  38675. All Packages
  38676. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  38677. Dev.CD Jan 94
  38678. Dev.CD Oct 93
  38679. Dev.CD Jul 93
  38680. Dev.CD Apr 93PDDev.CD Apr 94
  38681. Dev.CD Jan 94
  38682. Dev.CD Oct 93
  38683. Dev.CD Jul 93
  38684. Dev.CD Apr 9V
  38685. 90532X
  38686. Apr 94
  38687. --set theItem to choose file -- uncomment to test in an AS editor
  38688.     tell application "Finder"
  38689.         open item "Dev.CD Apr 94
  38690. Dev.CD Jan 94
  38691. Dev.CD Oct 93
  38692. Dev.CD Jul 93
  38693. Dev.CD Apr 93"
  38694.         activate
  38695.     end tell
  38696. on error errMsg number errNum
  38697.     --enter statements to perform when no records are found such as...
  38698.     display dialog "Sorry, the item you selected could not be found."
  38699.     return
  38700. end try
  38701. All Packages
  38702. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  38703. Dev.CD Jan 94
  38704. Dev.CD Oct 93
  38705. Dev.CD Jul 93
  38706. Dev.CD Apr 93PDDev.CD Apr 94
  38707. Dev.CD Jan 94
  38708. Dev.CD Oct 93
  38709. Dev.CD Jul 93
  38710. Dev.CD Apr 9V
  38711. 90533X
  38712. Apr 94
  38713. incorporates
  38714. incorporating
  38715. incorrect
  38716. increaseu
  38717. increased
  38718. increases
  38719. increasing
  38720. incredibly
  38721. increment
  38722. incrementalj
  38723. incurred
  38724. indeed
  38725. independant
  38726. independent
  38727. independently
  38728. indexj
  38729. index2color
  38730. indexed
  38731. indexes
  38732. indexing
  38733. india
  38734. indian
  38735. indicate[
  38736. indicated_
  38737. 84705X
  38738. Aug 00^    TC Disk 2
  38739. e    No Change
  38740. All Packages
  38741. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38742. Dev.CD Jan 94
  38743. Dev.CD Oct 93
  38744. Dev.CD Jul 93
  38745. Dev.CD Apr 93PDDev.CD Apr 94
  38746. Dev.CD Jan 94
  38747. Dev.CD Oct 93
  38748. Dev.CD Jul 93
  38749. Dev.CD Apr 9V
  38750. 90409X
  38751. Apr 94
  38752. --set theItem to choose file -- uncomment to test in an AS editor
  38753.     tell application "Finder"
  38754.         open item "Dev.CD Apr 94
  38755. Dev.CD Jan 94
  38756. Dev.CD Oct 93
  38757. Dev.CD Jul 93
  38758. Dev.CD Apr 93"
  38759.         activate
  38760.     end tell
  38761. on error errMsg number errNum
  38762.     --enter statements to perform when no records are found such as...
  38763.     display dialog "Sorry, the item you selected could not be found."
  38764.     return
  38765. end try
  38766. All Packages
  38767. F#System Enabler 040 (Centris/Quadra)OEDev.CD Apr 94
  38768. Dev.CD Jan 94
  38769. Dev.CD Oct 93
  38770. Dev.CD Jul 93
  38771. Dev.CD Apr 93PDDev.CD Apr 94
  38772. Dev.CD Jan 94
  38773. Dev.CD Oct 93
  38774. Dev.CD Jul 93
  38775. Dev.CD Apr 9V
  38776. 90410X
  38777. Apr 94
  38778. All Packages
  38779. QuickDraw GXO
  38780. Dev.CD Apr 95P
  38781. Dev.CD Apr 9V
  38782. 89971X
  38783. Apr 95
  38784. b--set theItem to choose file -- uncomment to test in an AS editor
  38785.     tell application "Finder"
  38786.         open item "Dev.CD Apr 95"
  38787.         activate
  38788.     end tell
  38789. on error errMsg number errNum
  38790.     --enter statements to perform when no records are found such as...
  38791.     display dialog "Sorry, the item you selected could not be found."
  38792.     return
  38793. end try
  38794. All Packages
  38795. QuickDraw GXO
  38796. Dev.CD Apr 95
  38797. Dev.CD Jan 95P
  38798. Dev.CD Apr 95
  38799. Dev.CD Jan 9V
  38800. 89972X
  38801. Apr 95
  38802. p--set theItem to choose file -- uncomment to test in an AS editor
  38803.     tell application "Finder"
  38804.         open item "Dev.CD Apr 95
  38805. Dev.CD Jan 95"
  38806.         activate
  38807.     end tell
  38808. on error errMsg number errNum
  38809.     --enter statements to perform when no records are found such as...
  38810.     display dialog "Sorry, the item you selected could not be found."
  38811.     return
  38812. end try
  38813. All Packages
  38814. QuickDraw GXV
  38815. 89973X
  38816. e    No Changef
  38817. QuickTime
  38818. Dev.CD Aug 00 TC Disk 2
  38819. All Packages
  38820. MovieGWorldsI9Sample showing how to use QuickTime and gWorlds together.J
  38821. About DTSQTUtilities
  38822. DTSQTUtilities.c
  38823. DTSQTUtilities.h
  38824. MovieGWorlds(PPC)
  38825. MovieGWorlds.c
  38826. MovieGWorlds.h
  38827. MovieGWorlds.mcp
  38828. MovieProc
  38829. MovieProc.c
  38830. MovieProc.h
  38831. Sample Movie
  38832. TrackGWorlds
  38833. TrackGWorlds.c
  38834. TrackGWorlds.hM    QuickTimeN
  38835. QuickTime, gworld, movieOBDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:PMDev.CD Aug 00 TC Disk 2
  38836.  - Sample Code
  38837.  - QuickTime
  38838.  - Basics
  38839.  - MovieGWorldsV
  38840. 89673X
  38841. Aug 00^    TC Disk 2
  38842. --set theItem to choose file -- uncomment to test in an AS editor
  38843.     tell application "Finder"
  38844.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Basics:MovieGWorlds:"
  38845.         activate
  38846.     end tell
  38847. on error errMsg number errNum
  38848.     --enter statements to perform when no records are found such as...
  38849.     display dialog "Sorry, the item you selected could not be found."
  38850.     return
  38851. end try
  38852. ed with MacApp. Please be as concrete as possible with your answers, so that I can analyze the feedback and be able to make concrete recommendations regarding our framework product strategy.
  38853. Please fill free to forward this document to any other developer, company, and/or integrator who you might know is using MacApp. Also, since many of you will prefer your answers to be kept confidential, please answer directly to me using one of the following mechanisms (e-mail is highly recommended):
  38854. -   AppleLink:  GONZALEZ3
  38855. -   Internet:   gonzalez3@applelink.apple.com
  38856. -   Fax:        (408) 974-9456
  38857. Yes, this will take a couple of minutes, but your feedback is very important and will help us understand more your needs and provide you with better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  38858. Thanks for your feedback.
  38859. Regards,
  38860. Ricardo G
  38861. qOBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  1:PJDev.CD Sep 96 RL
  38862.  - Technical Documentation
  38863.  - develop
  38864.  - develop Issue  1ower PC.N0Keychain, URL Access, Cryptography, File SigningO8Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Security SDK:P@Dev.CD Oct 00 SDK1
  38865.  - Development Kits
  38866.  - Mac OS
  38867.  - Security SDK
  38868. cfbase
  38869. cfbase
  38870. cfbinaryheap
  38871. cfbinaryheap
  38872. cfbitvector
  38873. cfbitvector
  38874. cfbundle
  38875. cfbundle
  38876. cfcharacterset
  38877. cfcharacterset
  38878. cfcomparatorfunction
  38879. cfcomparisonresult
  38880. cfdata
  38881. cfdata
  38882. cfdictionary
  38883. cfdictionary
  38884. cfequal
  38885. cfhash
  38886. cfhashcode
  38887. cfindex
  38888. cfm-68k
  38889. cfoptionflags
  38890. cfpropertylist
  38891. cfpropertylist
  38892. cfrange
  38893. cfrelease
  38894. cfretain
  38895. cfset
  38896. cfset
  38897. cfstring
  38898. cfstring
  38899. cfstringencodingsext
  38900. cfstringencodingsext
  38901. cftree
  38902. cftree
  38903. cftype
  38904. cftypeid
  38905. chained
  38906. chained
  38907. completion
  38908. routines
  38909. character
  38910. character
  38911. encoding
  38912. cheap
  38913. cheap
  38914. studio
  38915. checkbox
  38916. chinese
  38917. chinese
  38918. language
  38919. traditional
  38920. simplified
  38921. choosing
  38922. choosing
  38923. aliases
  38924. ciconhandle
  38925. class
  38926. classes
  38927. client
  38928. clouseau
  38929. cmchoose
  38930. summary
  38931. document
  38932. contains
  38933. helpful
  38934. converti@
  38935.  - For Developers
  38936.  - Debugging Sound ManagerV
  38937. 87760X
  38938. Apr 98^
  38939. --set theItem to choose file -- uncomment to test in an AS editor
  38940.     tell application "Finder"
  38941.         open item "Dev.CD Apr 98 SDK2:Development Kits (Disc 2):Sound Manager:For Developers:Debugging Sound Manager:"
  38942.         activate
  38943.     end tell
  38944. on error errMsg number errNum
  38945.     --enter statements to perform when no records are found such as...
  38946.     display dialog "Sorry, the item you selected could not be found."
  38947.     return
  38948. end try
  38949. e    No Changef
  38950. Debug Sound Manager 3.2.1q
  38951. Dev.CD Apr 98 SDK2
  38952. All Packages
  38953. Declaration ROMsIySummary:  Includes example declaration ROM sources, as well as exploded declaration ROM views of specific Apple products.JuEx Apple EtherNet ROM
  38954. Ex Apple Video ROM
  38955. Example Vid ROM from C&D
  38956. ExROM-1Func sResource
  38957. MinimalDeclROM.a
  38958. ROM diagramsK
  38959. Oct 92V
  38960. 87761X
  38961. 1e    No Change
  38962. exportersp
  38963. All Packages
  38964. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  38965. Dev.CD Jan 94
  38966. Dev.CD Oct 93
  38967. Dev.CD Jul 93
  38968. Dev.CD Apr 93PDDev.CD Apr 94
  38969. Dev.CD Jan 94
  38970. Dev.CD Oct 93
  38971. Dev.CD Jul 93
  38972. Dev.CD Apr 9V
  38973. 90345X
  38974. Apr 94
  38975. --set theItem to choose file -- uncomment to test in an AS editor
  38976.     tell application "Finder"
  38977.         open item "Dev.CD Apr 94
  38978. Dev.CD Jan 94
  38979. Dev.CD Oct 93
  38980. Dev.CD Jul 93
  38981. Dev.CD Apr 93"
  38982.         activate
  38983.     end tell
  38984. on error errMsg number errNum
  38985.     --enter statements to perform when no records are found such as...
  38986.     display dialog "Sorry, the item you selected could not be found."
  38987.     return
  38988. end try
  38989. All Packages
  38990. System Enabler 001 (IIvx, IIvi)OEDev.CD Apr 94
  38991. Dev.CD Jan 94
  38992. Dev.CD Oct 93
  38993. Dev.CD Jul 93
  38994. Dev.CD Apr 93PDDev.CD Apr 94
  38995. Dev.CD Jan 94
  38996. Dev.CD Oct 93
  38997. Dev.CD Jul 93
  38998. Dev.CD Apr 9V
  38999. 90346X
  39000. Apr 94
  39001. menutest
  39002. sample
  39003. sample
  39004. sample
  39005. ispautotest
  39006. ispautotest
  39007. ispcexchangeinstalle
  39008. color
  39009. picker
  39010. palette
  39011. color2index
  39012. colorize
  39013. colorsync
  39014. colorsync
  39015. calibrator
  39016. scripting
  39017. profile
  39018. gamma
  39019. color
  39020. colorsync
  39021. profile
  39022. embed
  39023. colorsync
  39024. profile
  39025. specification
  39026. colorsync
  39027. photoshop
  39028. plug-ins
  39029. colorsync
  39030. profile
  39031. rename
  39032. colortable
  39033. colour
  39034. comet
  39035. commands
  39036. communications
  39037. communications
  39038. resource
  39039. manager
  39040. communications
  39041. toolbox
  39042. communications
  39043. toolbox
  39044. connection
  39045. tools
  39046. cmchoose
  39047. cmgetconfig
  39048. communications
  39049. toolbox
  39050. serial
  39051. ports
  39052. communications
  39053. resource
  39054. compare
  39055. compiler
  39056. compilers
  39057. completion
  39058. componentQ
  39059. computer
  39060. based
  39061. media
  39062. television
  39063. broadcast
  39064. graphics
  39065. conditional
  39066. configuration
  39067. connection
  39068. connectivity
  39069. consumer
  39070. container
  39071. content
  39072. context
  39073. 89607X
  39074. Nov 99^
  39075. --set theItem to choose file -- uncomment to test in an AS editor
  39076.     tell application "Finder"
  39077.         open item "Dev.CD Nov 99 TC:Tool Chest:Development Kits:"
  39078.         activate
  39079.     end tell
  39080. on error errMsg number errNum
  39081.     --enter statements to perform when no records are found such as...
  39082.     display dialog "Sorry, the item you selected could not be found."
  39083.     return
  39084. end try
  39085. Deletedq
  39086. Dev.CD Nov 99 TC
  39087. All Packages
  39088. MacApp R13u5 
  39089. MacApp Release 13 is a significant new release of the venerable MacApp application framework. It has been thoroughly modernized and enhanced in preparation for the computing demands of the next millennium. The advent of more capable C++ compilers has finally allowed the MacApp team to incorporate many new capabilities which you, the MacApp developers, have requested for months or years.
  39090. Install MacApp R13U5K
  39091. Apr 00L
  39092. Apr 00
  39093. 9608X
  39094. Deleted
  39095. Dear MacApp users!
  39096. First of all, I would like to introduce myself. My name is Ricardo Gonzalez, and I am the Application Frameworks Product Marketing Manager at Apple Computer (e.g. MacApp, OPF-OpenDoc Parts Framework, and potentially other future products). As you can imagine, I will be playing a key role in define future directions for MacApp and new plans regarding framework-based development tools that developers will use to incorporate new Apple technologies into their applications (
  39097. e.g. OpenDoc, AppleScript, etc.). In order to do that, I would like to get a sense of who is using MacApp in the market place, what applications are being developed with it (for commercial or in-house use), and what are your priorities in terms of support for specific features that we should take into consideration for future products.
  39098. I would like to ask each one of you, to please spend a couple of minutes filling the enclosed questionnaire regarding your company and the products develop
  39099. fOLDev.CD Oct 00 SDK1:Development Kits:Hardware:Mac OS USB DDK:USB DDK 1.4.6b2:PWDev.CD Oct 00 SDK1
  39100.  - Development Kits
  39101.  - Hardware
  39102.  - Mac OS USB DDK
  39103.  - USB DDK 1.4.6b2 a QuickTime sprite out of the result.J1JavaQTAnimation.zip
  39104. jq.bat
  39105. JQTAnim
  39106. README.txt
  39107. Feb 00
  39108. - Common
  39109.     - Sun Compliant Java Runtime Environment 1.1
  39110.     - QuickTime 3 
  39111.     - QTJava.zip
  39112.     - QTJava media samples
  39113. - Mac OS:
  39114.     - System 8 or later
  39115.     - Macintosh Runtime for Java (MRJ) 2.1
  39116. - Windows 95, 98, or NT::
  39117.     - JRE/JDK from Sun Microsystems, Inc. recommended
  39118. QuickTime, Java, MRJOMDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:JavaSprites:PXDev.CD Aug 00 TC Disk 2
  39119.  - Sample Code
  39120.  - QuickTime
  39121.  - QuickTime for Java
  39122.  - JavaSpritesV
  39123. 87963X
  39124. Aug 00^    TC Disk 2
  39125. e    No Change
  39126. ool:PGDev.CD Aug 00 TC Disk 1
  39127.  - Tool Chest
  39128.  - QuickDraw GX
  39129.  - GXOverrideToolV
  39130. 84709X
  39131. Aug 00^    TC Disk 1
  39132. e    No Change
  39133. unloadscrap
  39134. unmount
  39135. update
  39136. updategworld
  39137. updater
  39138. access
  39139. usage
  39140. ethernet
  39141. usedistanthdwrmem
  39142. uselocalhdwrmem
  39143. items
  39144. userfunction
  39145. userfunction
  39146. gestalt
  39147. useritems
  39148. using
  39149. utilities
  39150. utility
  39151. utils
  39152. validation
  39153. validation
  39154. reformatting
  39155. vector
  39156. velocity
  39157. velocity
  39158. engine
  39159. version
  39160. version
  39161. numbers
  39162. video
  39163. video
  39164. conferencing
  39165. video
  39166. device
  39167. video
  39168. device
  39169. modes
  39170. video
  39171. frame
  39172. video
  39173. output
  39174. component
  39175. video
  39176. toolkit
  39177. enable/disable
  39178. viewenable
  39179. viewer
  39180. virtual
  39181. MjCan be opened by any application which will read PICT files, but looks best when opened with Canvas 3.0.3.O`Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:PkDev.CD Aug 00 TC Disk 1
  39182.  - Tool Chest
  39183.  - Hardware
  39184.  - Display & Video Hardware
  39185.  - VRAM & bit-depth explainedV
  39186. 90665X
  39187. Aug 00^    TC Disk 1
  39188. --set theItem to choose file -- uncomment to test in an AS editor
  39189.     tell application "Finder"
  39190.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Hardware:Display & Video Hardware:VRAM & bit-depth explained:"
  39191.         activate
  39192.     end tell
  39193. on error errMsg number errNum
  39194.     --enter statements to perform when no records are found such as...
  39195.     display dialog "Sorry, the item you selected could not be found."
  39196.     return
  39197. end try
  39198. e    No Changeq
  39199. Dev.CD Aug 00 TC Disk 1
  39200. All Packages
  39201. VRBackBuffer
  39202. 90666X
  39203. urceobj
  39204. sources
  39205. spain
  39206. cific
  39207. spooler
  39208. sprocket
  39209. stack
  39210. 89269X
  39211. Jul 99^
  39212. --set theItem to choose file -- uncomment to test in an AS editor
  39213.     tell application "Finder"
  39214.         open item "Dev.CD Jul 99 SDK1:Development Kits:Mac OS:CFM-68K SDK:"
  39215.         activate
  39216.     end tell
  39217. on error errMsg number errNum
  39218.     --enter statements to perform when no records are found such as...
  39219.     display dialog "Sorry, the item you selected could not be found."
  39220.     return
  39221. end try
  39222. Deletedf.CFM-68K
  39223. Mixed Mode
  39224. Thread
  39225. ObjectSupportLibq
  39226. Dev.CD Jul 99 SDK1
  39227. All Packages
  39228. Cheap StudioI
  39229. Demonstrates loading, playing and saving mulitple sounds.  Shows how to play multiple sounds and have them all start at the same time using the syncCmdJ
  39230. Cheap Studio(PPC)
  39231. Cheap Studio.mcp
  39232. Cheap_Studio.c
  39233. Cheap_Studio.rsrc
  39234. DBFF.h
  39235. DBFF_Errors.h
  39236. Libraries
  39237. Record_Sound.c
  39238. SimpleApp_Sound.hM
  39239. Sound Manager 3.0 or laterN$sound, studio, Cheap Studio, syncCmdO7Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Cheap Studio:V
  39240. 89270X
  39241. 1e    No Change
  39242. 90254X
  39243. Aug 00^    TC Disk 2
  39244. y--set theItem to choose file -- uncomment to test in an AS editor
  39245.     tell application "Finder"
  39246.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  39247.         activate
  39248.     end tell
  39249. on error errMsg number errNum
  39250.     --enter statements to perform when no records are found such as...
  39251.     display dialog "Sorry, the item you selected could not be found."
  39252.     return
  39253. end try
  39254. MovedfCCDEV control panel INIT MPW Symantec Metrowerks StandardFile PACK 3q
  39255. Dev.CD Aug 00 TC Disk 2
  39256. All Packages
  39257. StandardGetFolder
  39258. TRoutines needed to use CustomGetFile for selecting folders, rather than files. The style of the dialog box is taken from the Human Interface note on folder selection. The dialogs appearance and behavior should match that of other StandardFile dialogs.
  39259. A button has been added to this version of the dialog allowing creation of new folders.
  39260. 90255X
  39261. 1e    No Change
  39262. --set theItem to choose file -- uncomment to test in an AS editor
  39263.     tell application "Finder"
  39264.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Processes:MP Threaded Sort:"
  39265.         activate
  39266.     end tell
  39267. on error errMsg number errNum
  39268.     --enter statements to perform when no records are found such as...
  39269.     display dialog "Sorry, the item you selected could not be found."
  39270.     return
  39271. end try
  39272. ick on a sprite; its visibility state is toggled between visible and invisible. 
  39273. Application Files
  39274. Building QT Samples
  39275. Common Files
  39276. QTSprites 68k
  39277. QTSprites 68k.mcp
  39278. QTSprites PPC
  39279. QTSprites PPC.mcp
  39280. QTSprites Win.mcp
  39281. QTSprites.c
  39282. QTSprites.exe
  39283. QTSprites.h
  39284. QTSprites.mak
  39285. QTSprites.r
  39286. README - QTSpritesM
  39287. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.OQDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Wired Movies and Sprites:QTSprites:
  39288. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card running Mac OS 8.6 or greater. The Mac OS 9.0 Software Update is preferred. This release of USB ships as part of Mac OS 9.0 Software Update.
  39289. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.
  39290. The sample code will not compile unless the Universal Libraries and Interfaces 3.3 are part of the development environment.
  39291. Universal Serial Bus, USB, OHCI, Mass Storage Class Driver, HID Class Driver, Keyboard Driver, Mouse Driver, Mac OS USB, USB Ethernetol VIIIMMMacintosh II or better, the NuBus Ethernet card or the NuBus Token Ring card.O7Dev.CD Nov 99 TC:Tool Chest:Networking:Manalyzer 2.0d3:P?Dev.CD Nov 99 TC
  39292.  - Tool Chest
  39293.  - Networking
  39294.  - Manalyzer 2.0d3V
  39295. 86455X
  39296. Nov 99^
  39297. #rLines:P?Dev.CD Aug 00 TC Disk 2
  39298.  - Sample Code
  39299.  - Printing
  39300.  - HairLinesV
  39301. 84711X
  39302. Aug 00^    TC Disk 2
  39303. e    No Change
  39304. This collection contains hundreds of code samples from the DTS sample code library, sorted by category.   Categories include: Communications Toolbox, Contributed, Devices and. Hardware, Files, Games, Graphics 2D, Graphics 3D, Help Systems, Human Interface Toolbox, Interapplication Comm, Java, Memory, Networking, Memory, Networking, OS Utilities, Overview, Platforms and Tools, Printing, Processes, QuickTime, Runtime Architecture, Sound and Text.
  39305. Windows sample code is also included in selB}ect categories. Samples are designed to work with CodeWarrior 2 or later and Universal Interfaces 3.2 unless otherwise noted.
  39306. Communications Toolbox
  39307. Contributed
  39308. Devices and Hardware
  39309. Files
  39310. Games
  39311. Graphics 2D
  39312. Graphics 3D
  39313. Help Systems
  39314. Human Interface Toolbox
  39315. Interapplication Comm
  39316. Memory
  39317. Networking
  39318. OS Utilities
  39319. Overview
  39320. Platforms and Tools
  39321. Printing
  39322. Processes
  39323. QuickTime
  39324. Runtime Architecture
  39325. Sound
  39326. Vol IVL
  39327. Aug 00O$Dev.CD Aug 00 TC Disk 2:Sample Code:stribution
  39328. DDK for development of USB modules.  Contains Mac OS USB 1.4.6b2.
  39329. Extensions, libraries, interface files, and sample code to develop and test USB modules and applications to work with USB devices on Power Macintosh systems with USB support.  Provides support for USB v1.4.6b2 for Mac OS 9.0 or greater.  Support third party USB PCI and Cardbus cards which conform to the OHCI USB specification.
  39330. Device Testing requires Power Macintosh System with USB built-in or PCI USB or Cardbus USB card r
  39331. 6unning Mac OS 9.0 or greater. The Mac OS 9.0.4 Software Update is preferred. Development requires MPW or CodeWarrior Development environment and Universal Libraries and Headers 3.3.2.
  39332. The sample code will not compile unless the Universal Libraries and Interfaces 3.3.1 are part of the development environment.
  39333. USB_DDK_1.4.6b2.imgK
  39334. Aug 98L
  39335. Oct 00
  39336. OLDev.CD Oct 00 SDK1:Development Kits:Hardware:Mac OS USB DDK:USB DDK 1.4.6b2:y!!!
  39337. 84712X
  39338. 1e    No Change
  39339. BigEasy
  39340. InstrumenPicker Test
  39341. Instrument Editor
  39342. Instrument Editor
  39343. Instrument Editor
  39344. .rsrc
  39345. Instrument Picker Test
  39346. Instrument Picker Test
  39347. .rsrc
  39348. QTMusic Sample Keyboards
  39349. QTMusic Sample Keyboards
  39350. QTMusic Sample Keyboards
  39351. .rsrc
  39352. QTMusic Sample Sequencer
  39353. QTMusic Sample Sequencer
  39354. Sample Code README
  39355. Instrument Editor
  39356. Instrument Picker Test
  39357. QTMusic Sample Keyboards
  39358. QTMusic Sample Sequencer
  39359. QTMusic Test Sequences
  39360. M    QuickTimeN
  39361. QuickTime, musicOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTMusicToo:PTDev.CD Aug 00 TC Disk 2
  39362.  - Sample Code
  39363.  - QuickTime
  39364.  - Music and Sound
  39365.  - QTMusicToo
  39366. 4.1.2
  39367. 5.0.7W
  39368. 5.3.2
  39369. 5thcolumn
  39370. 6.0.3
  39371. 6.0.4
  39372. 6.0.5
  39373. 6.1b9
  39374. JNDMFkey.c
  39375. DMFkey.mcp
  39376. ReadMe
  39377. RequestVideo.c
  39378. RequestVideo.h
  39379.  Display Flip FKEY=0M
  39380. Display Manager (either 1.2 or 2.x). This means running either System 7.1.2 through 7.5.1 for Display Manager 1.2 features, or 7.5.2 and later or Display Enabler 2.0 to get Display Manager 2.0 features.N)Display Manager, FKey, resolution, DMFkeyOWDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:DMFkey Source:PbDev.CD Aug 00 TC Disk 1
  39381.  - Sample Code
  39382.  - Devices and Hardware
  39383.  - Display Manager
  39384.  - DMFkey SourceDK from Sun Microsystems, Inc. recommended
  39385. QuickTime, Java, MRJ
  39386. OODev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:QTtoJavaImage:PZDev.CD Aug 00 TC Disk 2
  39387.  - Sample Code
  39388.  - QuickTime
  39389.  - QuickTime for Java
  39390.  - QTtoJavaImageV
  39391. 88316X
  39392. Aug 00^    TC Disk 2
  39393. e    No Change
  39394. 89606X
  39395. Oct 00^
  39396. SDK1b
  39397. Revised
  39398. --set theItem to choose file -- uncomment to test in an AS editor
  39399.     tell application "Finder"
  39400.         open item "Dev.CD Oct 00 SDK1:Development Kits:Hardware:Mac OS USB DDK:USB DDK 1.4.6b2:"
  39401.         activate
  39402.     end tell
  39403. on error errMsg number errNum
  39404.     --enter statements to perform when no records are found such as...
  39405.     display dialog "Sorry, the item you selected could not be found."
  39406.     return
  39407. end try
  39408. Updatedf}Universal Serial Bus
  39409. Mass Storage Class Driver
  39410. HID Class Driver
  39411. Keyboard Driver
  39412. Mouse Driver
  39413. Mac OS USB
  39414. USB Ethernet
  39415. http://developer.apple.com/sdk
  39416. Dev.CD Oct 00 SDK1
  39417. gD!All Packages
  39418. Tool Chest Edition
  39419. MacApp Developer Survey
  39420.     ecords are found such as...
  39421.     display dialog "Sorry, the item you selected could not be found."
  39422.     return
  39423. end try
  39424. e    No Changef:Java MRJ GetMouse MouseEvent JDirect Native Mouse Locationq
  39425. Dev.CD Aug 00 TC Disk 2
  39426. mileage
  39427. millennium
  39428. mini-framework
  39429. minimize
  39430. minimum
  39431. minor
  39432. minow
  39433. minute
  39434. minutes
  39435. mirrorz
  39436. misaligned
  39437. misalignment
  39438. misdemeanors
  39439. misrecognized
  39440. mixed
  39441. mixed-partition
  39442. mixerl
  39443. mixing
  39444. mobile
  39445. modals
  39446. modeP
  39447. modelb
  39448. modeled
  39449. modeling
  39450. modelsu
  39451. modemU
  39452. moderated
  39453. modermu
  39454. modern
  39455. modernized
  39456. modes
  39457. modification
  39458. modified`
  39459. modifier
  39460. modifiers
  39461. modify
  39462. modifying
  39463. moduleN
  39464. modulesR
  39465. momentum{
  39466. money
  39467. monitorU
  39468. Summary:  The DMZ program demonstrates NBP Lookup calls under both Open Transport and Classic AppleTalk to obtain a list of all NBP entities by zone.  User can specify the lookup for specific objects and types.  Program also demonstrates how one sends AppleTalk Echo protocol packets to a specified system, and to receive the return Echo protocol response.
  39469. DMZ checks for the presence of Open Transport and uses it to perform network lookups, otherwise, the Preferred AppleTalk calls are used.B
  39470.   Under DMZ, the program demonstrates the use of placing the DDP node, used to send the Echo protocol packet, into raw mode, so that the return packet contains the long DDP header information.
  39471. JbDMZ.68k
  39472. DMZ.fat
  39473. dmz.make
  39474. .ppc.sc
  39475. .rsrc
  39476. Objects
  39477. sources
  39478. Think DMZ.ppcK
  39479. Sep 92L
  39480. Jul 96OGDev.CD Aug 00 TC Disk 1:Tool Chest:Networking:Network Watch (DMZ) v1.5: 1:Technical Documentation:Develop:develop Issue 19:rapcolordemo
  39481. scrapxcmds
  39482. scrapxcmds
  39483. O)Dev.CD Apr 94
  39484. Dev.CD Jan 94
  39485. Dev.CD Oct 93P(Dev.CD Apr 94
  39486. Dev.CD Jan 94
  39487. Dev.CD Oct 9V
  39488. 90482X
  39489. Apr 94
  39490. ~--set theItem to choose file -- uncomment to test in an AS editor
  39491.     tell application "Finder"
  39492.         open item "Dev.CD Apr 94
  39493. Dev.CD Jan 94
  39494. Dev.CD Oct 93"
  39495.         activate
  39496.     end tell
  39497. on error errMsg number errNum
  39498.     --enter statements to perform when no records are found such as...
  39499.     display dialog "Sorry, the item you selected could not be found."
  39500.     return
  39501. end try
  39502. All Packages
  39503. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  39504. Dev.CD Jan 94
  39505. Dev.CD Oct 93
  39506. Dev.CD Jul 93P6Dev.CD Apr 94
  39507. Dev.CD Jan 94
  39508. Dev.CD Oct 93
  39509. Dev.CD Jul 9V
  39510. 90483X
  39511. Apr 94
  39512. laterappley
  39513. latestR
  39514. latest
  39515. specification
  39516. profiles
  39517. latitude
  39518. latter
  39519. --set theItem to choose file -- uncomment to test in an AS editor
  39520.     tell application "Finder"
  39521.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  39522.         activate
  39523.     end tell
  39524. on error errMsg number errNum
  39525.     --enter statements to perform when no records are found such as...
  39526.     display dialog "Sorry, the item you selected could not be found."
  39527.     return
  39528. end try
  39529. level
  39530. toolbox
  39531. morefiles
  39532. moreisbetter
  39533. wrapper
  39534. hinting
  39535. hooper
  39536. hotspot\
  39537. hp-ux
  39538. htmlrenderinglib
  39539. packages
  39540. information
  39541. infoscrap
  39542. input
  39543. inputsprocket
  39544. inputsprocket
  39545. drawsprocket
  39546. soundsprocket
  39547. sound
  39548. interactiona
  39549. interleaving
  39550. international
  39551. international
  39552. glossaries
  39553. internationalization
  39554. internet
  39555. interrupt
  39556. invert
  39557. shows
  39558. copymask
  39559. screen
  39560. lighter
  39561. shows
  39562. affect
  39563. background
  39564. color
  39565. control
  39566. shows
  39567. sound
  39568. multiple
  39569. times
  39570. shows
  39571. copybits
  39572. along
  39573. offscreen
  39574. bitmaps
  39575. emulater
  39576. shrink
  39577. shrink-wrapped
  39578. shrinking
  39579. shrunken
  39580. shutdownB
  39581. shuts
  39582. sicns
  39583. siegel
  39584. sierra
  39585. sierra/iso
  39586. signal
  39587. signaling
  39588. signals
  39589. signature
  39590. signatures
  39591. signaturetoapp
  39592. signed
  39593. significant
  39594. significantly
  39595. signing
  39596. signs
  39597. silence
  39598. silently
  39599. silevelmeteronoff
  39600. silly
  39601. simenel
  39602. :Graphics 2D:DrawLine:PADev.CD Aug 00 TC Disk 1
  39603.  - Sample Code
  39604.  - Graphics 2D
  39605.  - DrawLineV
  39606. 87825X
  39607. Aug 00^    TC Disk 1
  39608. e    No Change
  39609. output
  39610. override
  39611. drawkeycaps
  39612. drawline
  39613. drawn
  39614. draws
  39615. drawsprcoket
  39616. drawsprocket
  39617. drawsprocket's
  39618. drawtextcodec
  39619. drill
  39620. drive
  39621. driveid
  39622. driven
  39623. driverV
  39624. driver's
  39625. drivergestalt
  39626. drivergestalt
  39627. simple
  39628. example
  39629. drivergestaltexplore
  39630. drivergestaltexplore
  39631. sample
  39632. showing
  39633. driverloaderlib
  39634. converting
  39635. convertmovie
  39636. convertmovie
  39637. makes
  39638. movie
  39639. converting
  39640. converts
  39641. converttomovie
  39642. converttomovie
  39643. example
  39644. application
  39645. recompress
  39646. convey
  39647. convolution
  39648. convolution/correlat
  39649. cookbook
  39650. rocket
  39651. which
  39652. provides
  39653. support
  39654. inputsprocket
  39655. which
  39656. provides
  39657. support
  39658. displays
  39659. small
  39660. icons
  39661. package
  39662. contains
  39663. documentation
  39664. sample
  39665. package
  39666. contains
  39667. drive
  39668. setup
  39669. v1.7.2
  39670. program
  39671. qtshoweffect
  39672. qtsndtween
  39673. qtsndtween
  39674. defines
  39675. functions
  39676. illustrate
  39677. modify
  39678. qtstreamsplicer
  39679. qtstreamsplicer
  39680. sample
  39681. shows
  39682. splice
  39683. qttext
  39684. qttext
  39685. sample
  39686. application
  39687. shows
  39688. searches
  39689. qttimecode
  39690. qttimecode
  39691. sample
  39692. application
  39693. illustrates
  39694. qtvectors
  39695. qtvectors
  39696. simple
  39697. application
  39698. constructs
  39699. quicktim
  39700. quadraW
  39701. quadratic
  39702. quake
  39703. qualcomm's
  39704. qualifiedy
  39705. quality
  39706. quandary
  39707. quantitiesx
  39708. quarter{
  39709. qued/m
  39710. queries
  39711. query
  39712. querys
  39713. question_
  39714. questionaire
  39715. questionaires
  39716. questionnaire
  39717. questions
  39718. queue
  39719. NGMacApp, Windows Menu, Cascade Windows, Close All Windows, Windows Menu
  39720. OLDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Windows Menu:PWDev.CD Aug 00 TC Disk 2
  39721.  - Sample Code
  39722.  - Platforms and Tools
  39723.  - MacApp
  39724.  - Windows Menub
  39725. 89273X
  39726. Aug 97^
  39727. --set theItem to choose file -- uncomment to test in an AS editor
  39728.     tell application "Finder"
  39729.         open item "Dev.CD Aug 97 TC:Language Kits:Chinese Dictation Kit 1.5:"
  39730.         activate
  39731.     end tell
  39732. on error errMsg number errNum
  39733.     --enter statements to perform when no records are found such as...
  39734.     display dialog "Sorry, the item you selected could not be found."
  39735.     return
  39736. end try
  39737. e    No Changef+Chinese
  39738. dictation
  39739. speech
  39740. input
  39741. keyboardq
  39742. Dev.CD Aug 97 TC
  39743. All Packages
  39744. Chinese Handwriting KitO
  39745. Dev.CD Nov 96 TCP
  39746. Dev.CD Nov 96 TV
  39747. 89274X
  39748. Nov 96
  39749. e--set theItem to choose file -- uncomment to test in an AS editor
  39750.     tell application "Finder"
  39751.         open item "Dev.CD Nov 96 TC"
  39752.         activate
  39753.     end tell
  39754. on error errMsg number errNum
  39755.     --enter statements to perform when no records are found such as...
  39756.     display dialog "Sorry, the item you selected could not be found."
  39757.     return
  39758. end try
  39759. All Packages
  39760. p--set theItem to choose file -- uncomment to test in an AS editor
  39761.     tell application "Finder"
  39762.         open item "Dev.CD Apr 95
  39763. Dev.CD Jan 95"
  39764.         activate
  39765.     end tell
  39766. on error errMsg number errNum
  39767.     --enter statements to perform when no records are found such as...
  39768.     display dialog "Sorry, the item you selected could not be found."
  39769.     return
  39770. end try
  39771.  the item you selected could not be found."
  39772.     return
  39773. end try
  39774. Deletedq
  39775. Dev.CD Nov 99 TC
  39776. <D!All Packages
  39777. Tool Chest Edition
  39778. Apple Directions 1996ICSummary:  Apple Directions, The Developer Business Report, 1-12/96.J
  39779. Apple Directions 01/96
  39780. Apple Directions 02/96
  39781. Apple Directions 03/96
  39782. Apple Directions 04/96
  39783. Apple Directions 05/96
  39784. Apple Directions 06/96
  39785. Apple Directions 07/96
  39786. Apple Directions 08/96
  39787. Apple Directions 09/96
  39788. Apple Directions 10/96
  39789. Apple Directions 11-12/96K
  39790. Mar 96L
  39791. Nov 96OMDev.CD Nov 99 TC:Programs & Marketing:Apple Directions:Apple Directions 1996:d
  39792. ile:V
  39793. 87442X
  39794. 1e    No Change
  39795. WPgDev.CD Sep 00 RL Disk 1
  39796.  - Technical Documentation
  39797.  - Misc. Standards
  39798.  - AppleSingle/AppleDouble FormatV
  39799. 89207X
  39800. Sep 00^    RL Disk 1
  39801. --set theItem to choose file -- uncomment to test in an AS editor
  39802.     tell application "Finder"
  39803.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:AppleSingle/AppleDouble Format:"
  39804.         activate
  39805.     end tell
  39806. on error errMsg number errNum
  39807.     --enter statements to perform when no records are found such as...
  39808.     display dialog "Sorry, the item you selected could not be found."
  39809.     return
  39810. end try
  39811. e    No Changeq
  39812. Dev.CD Sep 00 RL Disk 1
  39813. All Packages
  39814. AppleTalk and PPP
  39815. @Summary: This package includes the draft specifications for running AppleTalk over the Point-to-Point Protocol.  If you want to implement AppleTalk running over the Point-to-Point Protocol you should follow these specifications as they are standardized in the Internet Engineering Task Force.
  39816. Issues:Specifications only
  39817. Nov 94
  39818. 89412X
  39819. Aug 00^    TC Disk 1
  39820. --set theItem to choose file -- uncomment to test in an AS editor
  39821.     tell application "Finder"
  39822.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:DMFkey Source:"
  39823.         activate
  39824.     end tell
  39825. on error errMsg number errNum
  39826.     --enter statements to perform when no records are found such as...
  39827.     display dialog "Sorry, the item you selected could not be found."
  39828.     return
  39829. end try
  39830. e    No Changef&Display Manager
  39831. resolution
  39832. DMFkeyq
  39833. Dev.CD Aug 00 TC Disk 1
  39834. All Packages
  39835. DoubleTrouble initI
  39836. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  39837. Issues:  This utility is not compatible with System 7.5.J
  39838. Memory Management.imgK
  39839. Sep 92OIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Aug 00 TC Disk 1
  39840.  - Tool Chest
  39841.  - Testing & Debugging
  39842.  - Memory ManagementV
  39843. 89413X
  39844. Aug 00e    No Change
  39845. window
  39846. window
  39847. arrangement
  39848. window
  39849. attributes
  39850. window
  39851. class
  39852. window
  39853. classes
  39854. window
  39855. layers
  39856. window
  39857. manager
  39858. window
  39859. positions
  39860. windows
  39861. windows
  39862. wired
  39863. wombat
  39864. workgroup
  39865. workgroup
  39866. server
  39867. working
  39868. workstation
  39869. world
  39870. world
  39871. worldscript
  39872. wrapper
  39873. writerk
  39874. writeswell
  39875. writing
  39876. yellow
  39877. yellow
  39878. yellow
  39879. zanzibar
  39880. zaptcp
  39881. zeroscrap
  39882. zones
  39883. zoomtowindowdevice
  39884. QuickTime, Java, MRJt
  39885. toolkit
  39886. jdirect
  39887. appleevent
  39888. receive
  39889. redistribution
  39890. toolkit
  39891. msdos
  39892. multi-player
  39893. multi-processing
  39894. multicast
  39895. multifinder
  39896. multihoming
  39897. multilingual
  39898. multimedia
  39899. multiplay
  39900. multiple
  39901. multiple
  39902. monitor
  39903. multiple
  39904. multiprecision
  39905. multiprecision
  39906. arithmetic
  39907. multiprocessing
  39908. multiprocessor
  39909. multiprocessor
  39910. manager
  39911. access
  39912. multisync
  39913. multisync
  39914. displays
  39915. multitasking
  39916. music
  39917. music
  39918. movie
  39919. mutable
  39920. mutable
  39921. string
  39922. nameid
  39923. namingtablelookup
  39924. native
  39925. navigable
  39926. navigable
  39927. movies
  39928. navigate
  39929. navigation
  39930. navigation
  39931. services
  39932. nbplookup
  39933. ot/ppp
  39934. otfifo
  39935. otlifo
  39936. otlink
  39937. otoptionmanagment
  39938. output
  39939. override
  39940. 89361X
  39941. Sep 96^
  39942. --set theItem to choose file -- uncomment to test in an AS editor
  39943.     tell application "Finder"
  39944.         open item "Dev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  1:"
  39945.         activate
  39946.     end tell
  39947. on error errMsg number errNum
  39948.     --enter statements to perform when no records are found such as...
  39949.     display dialog "Sorry, the item you selected could not be found."
  39950.     return
  39951. end try
  39952. Deletedq
  39953. Dev.CD Sep 96 RL
  39954. rD(All Packages
  39955. Reference Library Edition
  39956. develop Issue 10
  39957.      Aug 00 TC Disk 1
  39958. All Packages
  39959. F    SeedCFill
  39960. 8This snippet shows how to use the SeedCFill routine to create a mask given a source image. As decribed on page 71 of Inside Mac volume V, this routine computes a destination bitmap image with 1's only in the pixels where paint can not leak from the starting seed point. This is similar to the paint- bucket tool.
  39961. J7SeedCFill(PPC)
  39962. SeedCFill.c
  39963. SeedCFill.mcp
  39964. SeedCFill.rsrcM
  39965. Color QuickDrawange
  39966. character
  39967. characters
  39968. charset
  39969. cheap
  39970. cheap
  39971. studio
  39972. checkbox
  39973. checkgestalt
  39974. chinese
  39975. chinese
  39976. language
  39977. traditional
  39978. simplified
  39979. choose
  39980. chooser
  39981. chooser
  39982. package
  39983. choosing
  39984. choosing
  39985. aliases
  39986. ciconhandle
  39987. class
  39988. classes
  39989. client
  39990. scale
  39991. cliprect
  39992. close
  39993. close
  39994. windows
  39995. closepicture
  39996. clouseau
  39997. cmchoose
  39998. ect Mouse:P?Dev.CD Aug 00 TC Disk 2
  39999.  - Sample Code
  40000.  - Java
  40001.  - JDirect MouseV
  40002. 87965X
  40003. Aug 00^    TC Disk 2
  40004. --set theItem to choose file -- uncomment to test in an AS editor
  40005.     tell application "Finder"
  40006.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Java:JDirect Mouse:"
  40007.         activate
  40008.     end tell
  40009. on error errMsg number errNum
  40010.     --enter statements to perform when no records are found such as...
  40011.     display dialog "Sorry, the item you selected could not be found."
  40012.     return
  40013. end try
  40014. --set theItem to choose file -- uncomment to test in an AS editor
  40015.     tell application "Finder"
  40016.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ColorCDEF:"
  40017.         activate
  40018.     end tell
  40019. on error errMsg number errNum
  40020.     --enter statements to perform when no records are found such as...
  40021.     display dialog "Sorry, the item you selected could not be found."
  40022.     return
  40023. end try
  40024. rdGetFolder:PUDev.CD Aug 00 TC Disk 1
  40025.  - Sample Code
  40026.  - Files
  40027.  - Standard File
  40028.  - StandardGetFolderW
  40029. stream
  40030. streamed
  40031. streamedit
  40032. streaming
  40033. streamlined
  40034. streamnop
  40035. streamnop
  40036. sample
  40037. streams
  40038. module
  40039. designed
  40040. streams
  40041. appletalk's
  40042. appletalk/ip
  40043. applets
  40044. applevision/colorsyn
  40045. applicationA
  40046. convert
  40047. coprocessorR
  40048. copybitsr
  40049. copybits
  40050. copymask
  40051. owner's
  40052. ownership
  40053. ozone
  40054. pablo
  40055. packageO
  40056. package's
  40057. package--opendoc
  40058. packaged
  40059. that@
  40060. apple@
  40061. command
  40062. equivalent
  40063. macro
  40064. microsoft
  40065. foundation
  40066. class
  40067. multi-documment
  40068. interfac@
  40069. purpose
  40070. menuscripter
  40071. sample
  40072. demonstrat@
  40073. release
  40074. apple's
  40075. brings
  40076. increased
  40077. functionali@
  40078. thee@
  40079. there
  40080. small
  40081. cosmetic
  40082. system
  40083. can't
  40084. even@
  40085. this@
  40086. provides
  40087. quick
  40088. example
  40089. change
  40090. palette
  40091. resedit
  40092. editor
  40093. 1.0b4c
  40094. resedit
  40095. editorc
  40096. resolvealias
  40097. resolvealias
  40098. resolverelativealias
  40099. resolverelativealias
  40100. resolverelativealias
  40101. resolverelativealias
  40102. sports
  40103. softvdig
  40104. softvdig
  40105. softvdig
  40106. sortpicts
  40107. sortpicts
  40108. sortpicts
  40109. sortpictsapp
  40110. sortpictsapp
  40111. sortpictsthreads
  40112. sortpictsthreads
  40113. sound
  40114. |QTText is a sample application that shows how to do searches on text media, how to use a simple text procedure to retrieve the text from a text media sample, and how to edit that text.
  40115. It is based on the code provided with the develop article on QuickTime text by Nick Thompson (issue 20). Make sure to read that article for complete details on the techniques employed in QTText.
  40116. Application Files
  40117. Building QT Samples
  40118. Common Files
  40119. QTText 68k
  40120. QTText 68k.mcp
  40121. QTText PPC
  40122. QTText PPC.mcp
  40123. QTText Win.mcp
  40124. QTText.c
  40125. QTText.exe
  40126. QTText.h
  40127. QTText.mak
  40128. QTText.r
  40129. READMEM
  40130. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N&QuickTime, Text, Media, Sample, SearchODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime Text:QTText:PODev.CD Aug 00 TC Disk 2
  40131.  - Sample Code
  40132.  - QuickTime
  40133.  - QuickTime Text
  40134.  - QTTextntoshR
  40135. Summary: This is the electronic version of develop magazine.
  40136.  Issue 6 highlights:
  40137. Threads on the Macintosh  by Michael Gough.   Multiple concurrent 
  40138. threads of execution on the Macintosh? You bet! This article presents a complete threads package, talks about its implementation, and shows you how to use it.
  40139. QuickDraw's CopyBits Procedure: Better Than Ever in System 7.0  by Konstantin Othmer.   In System 7.0, the internal workings of this versatile routine have changed (for the better, o
  40140. f course!). Learn all about the differences, and check out some simple but useful image processing techniques.
  40141. MacTCP Cookbook: Constructing Network-Aware Applications   
  40142. by Steve Falkenburg.   Networking for the rest of us. Here's an introduction to the TCP/IP protocol suite, and a library of routines that make using MacTCP a (relative) breeze.
  40143. Print Hints from Luke & Zz: Color Printing with LaserWriter 6.0 Revisited  by Pete 
  40144.  Alexander.   A potential color printing problem, and s
  40145. encoding
  40146. character
  40147. encoding
  40148. converter
  40149. encoding
  40150. converter
  40151. unicode
  40152. charset
  40153. character
  40154. encodi
  40155. services
  40156. manager
  40157. services
  40158. textedit
  40159. tsmte
  40160. text-to-speech
  40161. textedit
  40162. textedit
  40163. tesample
  40164. textedit
  40165. tesample
  40166. cplustesample
  40167. textedit
  40168. testylesample
  40169. style
  40170. textedit
  40171. transparent
  40172. texture
  40173. thread
  40174. thread
  40175. manager
  40176. thread
  40177. threads
  40178. tasks
  40179. tasking
  40180. multitasking
  40181. tilisten
  40182. timecode
  40183. timeout
  40184. timing
  40185. timings
  40186. tokenR
  40187. tokenize
  40188. tokenizer
  40189. tokenizer
  40190. fcode
  40191. tokentalkR
  40192. virtual
  40193. external
  40194. toolboxe
  40195. toolbox
  40196. assistant
  40197. quickview
  40198. README
  40199. 86450X
  40200. 1e    No Change
  40201.  script
  40202. }P\Dev.CD Aug 00 TC Disk 2
  40203.  - Sample Code
  40204.  - QuickTime
  40205.  - Music and Sound
  40206.  - QTimadecompression
  40207. --set theItem to choose file -- uncomment to test in an AS editor
  40208.     tell application "Finder"
  40209.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Networks:"
  40210.         activate
  40211.     end tell
  40212. on error errMsg number errNum
  40213.     --enter statements to perform when no records are found such as...
  40214.     display dialog "Sorry, the item you selected could not be found."
  40215.     return
  40216. end try
  40217. uicktime
  40218. classes
  40219. someday
  40220. v.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:qtmissingcomp:PODev.CD Aug 00 TC Disk 2
  40221.  - Sample Code
  40222.  - QuickTime
  40223.  - Goodies
  40224.  - qtmissingcompV
  40225. 86703X
  40226. Aug 00^    TC Disk 2
  40227. e    No Change
  40228. !QTSndTween.c defines functions that illustrate how to modify an existing QuickTime movie so that the volume of its sound track is gradually increased (or decreased) as the movie plays. We do this by adding a tween track to the movie and linking the tween track to the existing sound track.
  40229. J8Building QT Samples
  40230. QTSndTween.c
  40231. QTSndTween.h
  40232. README.txtM
  40233. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.N
  40234. QuickTime, Sound, TweenOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTSndTween:PTDev.CD Aug 00 TC Disk 2
  40235.  - Sample Code
  40236.  - QuickTime
  40237.  - Music and Sound
  40238.  - QTSndTweenuicktime
  40239. demands
  40240. Apple Events
  40241. AppleEventsq
  40242. Dev.CD Aug 00 TC Disk 1
  40243. All Packages
  40244. AE User Terminology 3/92I
  40245. Summary: This folder contains the Apple Event User Terminology resource.
  40246. Features: This package contains the "Terminology Dev Note 3/92" and files needed for adding the 'aeut' to your application.J
  40247. AETE ResEdit Template
  40248. AEUserTermTypes.r
  40249. aeut resource
  40250. AppleEventTypes.h
  40251. EnglishMiscellaneous.r
  40252. EnglishMiscellaneous.rsrc
  40253. EnglishTerminology.r
  40254. EnglishTerminology.rsrc
  40255. Terminology Dev Note 3/92K
  40256. May 92L
  40257. May 94M
  40258. System 7.0N
  40259. AE, Apple Events, AppleEventsO[Dev.CD Aug 00 TC Disk 1:Tool Chest:Interapplication Communication:AE User Terminology 3/92:PcDev.CD Aug 00 TC Disk 1
  40260.  - Tool Chest
  40261.  - Interapplication Communication
  40262.  - AE User Terminology 3/92V
  40263. 89156X
  40264. Aug 00^    TC Disk 1
  40265. e    No Change
  40266. VRScript Win.mcp
  40267. VRScript.c
  40268. VRScript.exe
  40269. VRScript.h
  40270. VRScript.makODDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime VR:VRScript:V
  40271. 89079X
  40272. 1e    No Change
  40273. loper products. 
  40274.  Monitor the MRJ web site at http://developer.apple.com/java/ for additional documentation, information about future releases, known problems, and other MRJ news.
  40275. MRJ 2.2 Debug.smiK
  40276. Aug 97L
  40277. May 00N(MRJ, Java, MRJ SDK, MRJ 2.2, MRJ SDK 2.2O?Dev.CD Oct 00 SDK1:Development Kits:Mac OS:MRJ:MRJ 2.2 Debug f:PJDev.CD Oct 00 SDK1
  40278.  - Development Kits
  40279.  - Mac OS
  40280.  - MRJ
  40281.  - MRJ 2.2 Debug fol Chest
  40282.  - Testing & Debugging
  40283.  - Hardware toolsV
  40284. 87805X
  40285. Aug 00^    TC Disk 1
  40286. --set theItem to choose file -- uncomment to test in an AS editor
  40287.     tell application "Finder"
  40288.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Hardware tools:"
  40289.         activate
  40290.     end tell
  40291. on error errMsg number errNum
  40292.     --enter statements to perform when no records are found such as...
  40293.     display dialog "Sorry, the item you selected could not be found."
  40294.     return
  40295. end try
  40296. e    No Changeq
  40297. Dev.CD Aug 00 TC Disk 1
  40298. All Packages
  40299. Dialog popupsV
  40300. 87806X
  40301. o^    TC Disk 2
  40302. --set theItem to choose file -- uncomment to test in an AS editor
  40303.     tell application "Finder"
  40304.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:DeskPat:"
  40305.         activate
  40306.     end tell
  40307. on error errMsg number errNum
  40308.     --enter statements to perform when no records are found such as...
  40309.     display dialog "Sorry, the item you selected could not be found."
  40310.     return
  40311. end try
  40312. e    No Changeq
  40313. Dev.CD Aug 00 TC Disk 2
  40314. All Packages
  40315. DetachedControllerIdThis demo program shows how to select and then play a QuickTime movie with its controller detached. J?dc.bat
  40316. DetachedController
  40317. DetachedController.zip
  40318. Readme.txt
  40319. Feb 00
  40320. - Common
  40321.     - Sun Compliant Java Runtime Environment 1.1
  40322.     - QuickTime 3 
  40323.     - QTJava.zip
  40324.     - QTJava media samples
  40325. - Mac OS:
  40326.     - System 8 or later
  40327.     - Macintosh Runtime for Java (MRJ) 2.1
  40328. - Windows 95, 98, or NT::
  40329.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40330. QuickTime, Java, MRJ
  40331. makeicon
  40332. stand-alone
  40333. standalone
  40334. standalone
  40335. version
  40336. standard
  40337. standardfile
  40338. standardfileicons
  40339. standardfilepreview
  40340. standardgetfile
  40341. standardgetfolder
  40342. standardized
  40343. standards
  40344. starmax
  40345. start
  40346. started
  40347. stdbits
  40348. stdout
  40349. stdpix
  40350. steal
  40351. step-by-step
  40352. steps
  40353. steve
  40354. stevens
  40355. stickers
  40356. sticky
  40357. still[
  40358. timecode
  40359. media
  40360. handler
  40361. --set theItem to choose file -- uncomment to test in an AS editor
  40362.     tell application "Finder"
  40363.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Files:MPFileCopy:"
  40364.         activate
  40365.     end tell
  40366. on error errMsg number errNum
  40367.     --enter statements to perform when no records are found such as...
  40368.     display dialog "Sorry, the item you selected could not be found."
  40369.     return
  40370. end try
  40371. m you selected could not be found."
  40372.     return
  40373. end try
  40374. e    No Changef&Display Manager
  40375. resolution
  40376. DMFkeyq
  40377. Dev.CD Aug 00 TC Disk 1
  40378. All Packages
  40379. DoubleTrouble initI
  40380. Summary: DoubleTrouble is a debugging utility made to catch a common programming error: freeing a handle that has already been freed.  
  40381. Issues:  This utility is not compatible with System 7.5.J
  40382. Memory Management.imgK
  40383. Sep 92OIDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:Memory Management:PQDev.CD Aug 00 TC Disk 1
  40384.  - Tool Chest
  40385.  - Testing & Debugging
  40386.  - Memory ManagementV
  40387. 87821X
  40388. Aug 00e    No Change
  40389. kcodecformat
  40390. keeping
  40391. keeps
  40392. keith
  40393. DeletedfRWebObjects
  40394. EOModeler
  40395. Project Builder
  40396.  WebObjects Builder
  40397. Tools
  40398. Tips and Techniquesq
  40399. Dev.CD Mar OO RLDisk 1
  40400. All Packages
  40401. Win2MacCounterSamples
  40402. Sample code to accompany Chapter 12 of 
  40403. An Introduction to Macintosh Programming for Windows Programmers
  40404. This sample contains a series of six C++ sample programs used to illustrate how to write a simple Macintosh application. The samples use the Metrowerks PowerPlant applications framework, which ships as part of the CodeWarrior Integrated Development environment. (PowerPlant ships with a wide range of useful sample programs. We
  40405. ll describe many of those in more detail below.) These sam
  40406. Eples illustrate many common applications features, including:
  40407. 1. Multiple document windows. 
  40408. 2. Disk files for persistent data. 
  40409. 3. Menu items for modifying the data. 
  40410. 4. Buttons for modifying the data. 
  40411. 5. Modal dialogs. 
  40412. 6. Printing. 
  40413. 7. Custom application and document icons. 
  40414. 8. Customized 
  40415. About this program
  40416.  dialog. 
  40417. toolkit@
  40418. traversing
  40419. related
  40420. tables
  40421. referential
  40422. integrity
  40423. rules
  40424. valida@
  40425. unit@
  40426. update
  40427. video@
  40428. waste
  40429. textedit
  40430. worldscript
  40431. text@
  40432. wctb@
  40433. wired@
  40434. changet
  40435. deleted@
  40436. moved@
  40437. change@
  40438. acter
  40439. cmgetconfig@
  40440. fragment
  40441. manager@
  40442. loading@
  40443. codec@
  40444. coercion@
  40445. completion@
  40446. controls@
  40447. data@
  40448. debug
  40449. sound
  40450. manager
  40451. 3.2.1@
  40452. decompress@
  40453. desktop@
  40454. display
  40455. manager@
  40456. driver
  40457. gestalt@
  40458. protocol@
  40459. eject@
  40460. exception@
  40461. manager
  40462. sample
  40463. code@
  40464. foreground@
  40465. getcontrolminimum@
  40466. All Packages
  40467. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  40468. Dev.CD Jan 94
  40469. Dev.CD Oct 93
  40470. Dev.CD Jul 93
  40471. Dev.CD Apr 93PDDev.CD Apr 94
  40472. Dev.CD Jan 94
  40473. Dev.CD Oct 93
  40474. Dev.CD Jul 93
  40475. Dev.CD Apr 9V
  40476. 90512X
  40477. Apr 94
  40478. --set theItem to choose file -- uncomment to test in an AS editor
  40479.     tell application "Finder"
  40480.         open item "Dev.CD Apr 94
  40481. Dev.CD Jan 94
  40482. Dev.CD Oct 93
  40483. Dev.CD Jul 93
  40484. Dev.CD Apr 93"
  40485.         activate
  40486.     end tell
  40487. on error errMsg number errNum
  40488.     --enter statements to perform when no records are found such as...
  40489.     display dialog "Sorry, the item you selected could not be found."
  40490.     return
  40491. end try
  40492. All Packages
  40493. System Enabler 201 (PB Duo)OEDev.CD Apr 94
  40494. Dev.CD Jan 94
  40495. Dev.CD Oct 93
  40496. Dev.CD Jul 93
  40497. Dev.CD Apr 93PDDev.CD Apr 94
  40498. Dev.CD Jan 94
  40499. Dev.CD Oct 93
  40500. Dev.CD Jul 93
  40501. Dev.CD Apr 9V
  40502. 90513X
  40503. Apr 94
  40504. ntifyCD.
  40505. main.c
  40506. Makefile
  40507. Not used in this example
  40508. ReadMe
  40509. WhereCDs.c
  40510. WhereCDs.hK
  40511. Dec 95N CD-ROM, SCSI, Device Manager, CD
  40512. All Packages
  40513. QuickDraw GXO
  40514. Dev.CD Aug 96 TCP
  40515. Dev.CD Aug 96 TV
  40516. 90002X
  40517. Aug 96
  40518. e--set theItem to choose file -- uncomment to test in an AS editor
  40519.     tell application "Finder"
  40520.         open item "Dev.CD Aug 96 TC"
  40521.         activate
  40522.     end tell
  40523. on error errMsg number errNum
  40524.     --enter statements to perform when no records are found such as...
  40525.     display dialog "Sorry, the item you selected could not be found."
  40526.     return
  40527. end try
  40528. All Packages
  40529. QuickDraw GXO
  40530. Dev.CD Aug 96 TCP
  40531. Dev.CD Aug 96 TV
  40532. 90003X
  40533. Aug 96
  40534. e--set theItem to choose file -- uncomment to test in an AS editor
  40535.     tell application "Finder"
  40536.         open item "Dev.CD Aug 96 TC"
  40537.         activate
  40538.     end tell
  40539. on error errMsg number errNum
  40540.     --enter statements to perform when no records are found such as...
  40541.     display dialog "Sorry, the item you selected could not be found."
  40542.     return
  40543. end try
  40544. All Packages
  40545. QuickDraw GXO
  40546. Dev.CD Aug 96 TCP
  40547. Dev.CD Aug 96 TV
  40548. 90004X
  40549. develop
  40550. issue
  40551. develop
  40552. issue
  40553. develop
  40554. issue
  40555. references
  40556. develop
  40557. issue
  40558. develop
  40559. issue
  40560. develop
  40561. issue
  40562. references
  40563. develop
  40564. issue
  40565. develop
  40566. issue
  40567. develop
  40568. issue
  40569. references
  40570. develop
  40571. issue
  40572. develop
  40573. issue
  40574. develop
  40575. issue
  40576. references
  40577. develop
  40578. issue
  40579. develop
  40580. issue
  40581. develop
  40582. issue
  40583. references
  40584. develop
  40585. issue
  40586. develop
  40587. issue
  40588. develop
  40589. issue
  40590. develop
  40591. issue
  40592. develop
  40593. issue
  40594. references
  40595. develop
  40596. issue
  40597. develop
  40598. issue
  40599. develop
  40600. issue
  40601. develop
  40602. issue
  40603. develop
  40604. issue
  40605. develop
  40606. issue
  40607. develop
  40608. issue
  40609. develop
  40610. issue
  40611. develop
  40612. issue
  40613. develop
  40614. issue
  40615. develop
  40616. issue
  40617. develop
  40618. issue
  40619. develop
  40620. issue
  40621. develop
  40622. issue
  40623. ics 3D
  40624.  - RaveContextSampleV
  40625. 88526X
  40626. Aug 00^    TC Disk 1
  40627. e    No Change
  40628. 90221X
  40629. Aug 00^    TC Disk 2
  40630. y--set theItem to choose file -- uncomment to test in an AS editor
  40631.     tell application "Finder"
  40632.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  40633.         activate
  40634.     end tell
  40635. on error errMsg number errNum
  40636.     --enter statements to perform when no records are found such as...
  40637.     display dialog "Sorry, the item you selected could not be found."
  40638.     return
  40639. end try
  40640. e    No Changeq
  40641. Dev.CD Aug 00 TC Disk 2
  40642. All Packages
  40643. Snippets - QuickDraw
  40644. (** = new, * = revised)
  40645. AlternateBufferDisplay:  Shows that copybits along with offscreen bitmaps can emulate alternating buffer displays at a reasonable rate.
  40646. Band Copying, the Sequel:  Under low memory conditions, it's often necessary to draw an image by individual bands rather than to draw the entire image at once, and in most cases this method works fine unless the image requires dithering from its source to its destination.   The purpose of this app is to show the problem that may o
  40647. Summary:  Have you ever noticed that there isn't an effective way to transfer color information from one program to another without resorting to writing down the actual values of a color and then typing them back in where you want them?  It's annoying to say the least.  Especially if you want to move or keep track of a number of colors.  Also, if the information could be moved from one application to another, programs could work together better and in a more integrated fashion.
  40648. At least t
  40649. hat's what we figured.  Mark is the author of ColorSieve, a popular freeware utility that helps C, Pascal, and HTML programmers look at and manipulate color information.  Patrick is the author of WebColor, a popular sharware application that helps HTML authors create web pages with custom colors defined for the background as well as the various types of links (as well as other neat features).  We felt that our programs could work together really well if they could communicate the color inf
  40650. hasn't
  40651. haun's
  40652. have[
  40653. Wirtual
  40654. virtual
  40655. tools
  40656. vmsify
  40657. recording
  40658. bit-depth
  40659. explained
  40660. vrbackbuffer
  40661. vrcursors
  40662. vrmakeobject
  40663. vrmakepano
  40664. vrmovies
  40665. vrscript
  40666. vrspeech
  40667. assist
  40668. modules
  40669. macapp
  40670. tutorial
  40671. scripts
  40672. vucollect
  40673. vucollect
  40674. watching
  40675. wavelet
  40676. Retrieves the Map control panel settings for longitude and latitude and
  40677. the time offset from GMT
  40678. For more information, see Worldwide Development: Guide to System SoftwareJ1ReadLocation(PPC)
  40679. ReadLocation.mcp
  40680. readLocation.pOIDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ReadLocation:PQDev.CD Aug 00 TC Disk 2
  40681.  - Sample Code
  40682.  - Human Interface Toolbox
  40683.  - ReadLocationV
  40684. 90120X
  40685. Aug 00^    TC Disk 2
  40686. --set theItem to choose file -- uncomment to test in an AS editor
  40687.     tell application "Finder"
  40688.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ReadLocation:"
  40689.         activate
  40690.     end tell
  40691. on error errMsg number errNum
  40692.     --enter statements to perform when no records are found such as...
  40693.     display dialog "Sorry, the item you selected could not be found."
  40694.     return
  40695. end try
  40696. e    No Changeq
  40697. Dev.CD Aug 00 TC Disk 2
  40698. All Packages
  40699. ReadSector MSDOSV
  40700. 90121X
  40701. 3.0.14
  40702. 3.0.15
  40703. 3.0.1d3
  40704. 3.2.1
  40705. 3.2.3
  40706. 3.3.1
  40707. 3.3.2
  40708. 3/5-slot
  40709. 3/92d
  40710. 32-bit
  40711. 32768
  40712. 32x32
  40713. 350000
  40714. 366-mhz
  40715. 38400/8/n/1
  40716. 3d-party{
  40717. 3d-the{
  40718. 4-character
  40719. 4.0.4
  40720. 4.0.8
  40721. 4.5.2
  40722. 4/16R
  40723. 40-60
  40724. 89237X
  40725. Aug 00^    TC Disk 2
  40726. --set theItem to choose file -- uncomment to test in an AS editor
  40727.     tell application "Finder"
  40728.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:BackScrap:"
  40729.         activate
  40730.     end tell
  40731. on error errMsg number errNum
  40732.     --enter statements to perform when no records are found such as...
  40733.     display dialog "Sorry, the item you selected could not be found."
  40734.     return
  40735. end try
  40736. e    No ChangefKBackScrap
  40737. Scrap
  40738. PutScrap
  40739. InfoScrap
  40740. UnloadScrap
  40741. LoadScrap
  40742. GetScrap
  40743. ZeroScrapq
  40744. Dev.CD Aug 00 TC Disk 2
  40745. All Packages
  40746. Balloony
  40747. 89238X
  40748. 8862X
  40749. Apr 94
  40750. p--set theItem to choose file -- uncomment to test in an AS editor
  40751.     tell application "Finder"
  40752.         open item "Dev.CD Apr 94
  40753. Dev.CD Jan 94"
  40754.         activate
  40755.     end tell
  40756. on error errMsg number errNum
  40757.     --enter statements to perform when no records are found such as...
  40758.     display dialog "Sorry, the item you selected could not be found."
  40759.     return
  40760. end try
  40761. n guide files.  
  40762. There is now CFM 68k glue code present for 68k apps that want to link with the 'AppleGuideGlueLib.68K' shared library code.
  40763. Applications no longer have to build and handle the Help menu if they want their guide files to reside in a folder other than the application's folder.  By including a Guide Directory resource (type = 'gdir'; id = -16384) in their application, they can specify a directory for AG to search for guide files other than the application's directory.  See 
  40764. 'Guide Directory Resource' topic below.
  40765. Whether an application has guide files or not, Apple Guide was searching through the app's directory 5 different times for guide files.  This is now a single search and is much faster. Any guide file information found is cached for performance.
  40766. JbApple Guide 2.1.1
  40767. Apple Guide 2.1.1 Read Me First
  40768. Authoring
  40769. Engineering
  40770. Goodies
  40771. Japanese ResourcesK
  40772. Dec 95L
  40773. Jul 97M
  40774. MacOS 7.0 or greater.O7Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Apple Guide:
  40775. Communications Toolbox
  40776. Contributed
  40777. Devices and Hardware
  40778. Files
  40779. Games
  40780. Graphics 2D
  40781. Graphics 3D
  40782. Help Systems
  40783. Human Interface Toolbox
  40784. Interapplication Comm
  40785. Memory
  40786. Networking
  40787. OS Utilities
  40788. Overview
  40789. Platforms and Tools
  40790. Printing
  40791. Processes
  40792. QuickTime
  40793. Runtime Architecture
  40794. Sound
  40795. atements to perform when no records are found such as...
  40796.     display dialog "Sorry, the item you selected could not be found."
  40797.     return
  40798. end try
  40799. e    No Changef6GetNextEvent WaitNextEvent filter jGNE INIT 68K helperq
  40800. Dev.CD Aug 00 TC Disk 1
  40801. All Packages
  40802. F    JISAppletI
  40803. This demo program shows how to display any QuickTime content within a java.awt.Applet where the content is read using a java.io.InputStreamJ*AppletTag.js
  40804. classes
  40805. README.txt
  40806. sa.bat
  40807. Feb 00
  40808. OUDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:JISApplet:V
  40809. 87967X
  40810. 1e    No Change
  40811. :MacTCP Token Ring MTU Tool:V
  40812. 86446X
  40813. 1e    No Change
  40814. v not functional yet,  OT Listen/Accept loop needs improvement
  40815. Mar 96
  40816. $e    No Changef
  40817. Apple Events
  40818. AppleEventsq
  40819. Dev.CD Aug 00 TC Disk 1
  40820. All Packages
  40821. AECDEV/AEDAEMON
  40822. This sample illustrates how stand alone code (Desk Accessories, CDEVs, INITs, and Drivers) can send and receive Apple events indirectly by way of a faceless background application.  Although it is possible for stand alone code to send Apple events, it is not possible for stand alone code to receive Apple events or receive replies to any Apple events it sends.  This sample shows how a CDEV can send and receive apple events. 
  40823. AECDEV
  40824. AECdev.c
  40825. AECdev.h
  40826. AECDev.mcp
  40827. AECDEV.PPC.c
  40828. AECDev.rsrc
  40829. AEDaemon
  40830. AEDaemon.h
  40831. AEdaemon.mcp
  40832. AEDaemon.rsrc
  40833. AEDaemonAEvents.c
  40834. AEDaemonMain.c
  40835. AEDaemonPPCStuff.c
  40836. Quit AEDaemon
  40837. Read Me 
  40838.  AECDEV-AEDAEMONM
  40839. System 7.0N
  40840. PPC ToolboxOJDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:AECDEV/AEDAEMON:PRDev.CD Aug 00 TC Disk 2
  40841.  - Sample Code
  40842.  - Interapplication Comm
  40843.  - AECDEV/AEDAEMONV
  40844. 89157X
  40845. Aug 00^    TC Disk 2
  40846. e    No Change
  40847. menu.
  40848. 89076X
  40849. This package consists of text files that provide information about the various text encodings used for different languages in the Mac OS, including tables showing how the characters in each encoding are mapped to Unicode by the Text Encoding Converter.
  40850. 1 ReadMe file describing general mapping principles and listing all of the Mac OS text encodings.
  40851. 1 file describing Apple
  40852. s use of the Unicode private use area.
  40853. 24 files - one for each encoding - providing specific information about that B
  40854. encoding and specifying the encoding by showing how it maps to Unicode.
  40855. The text encodings and/or the mappings may change from time to time. Changes to a file are noted in a change history at the beginning of the file.
  40856. Apr 98L
  40857. Nov 99terchange Format
  40858. 87968X
  40859. The MacTCP 2.0.4 to 2.0.6 Patch is an update for MacTCP 2.0.4.  Since the MacTCP 2.0.4 to 2.0.6 Patch must be applied to an unmodified MacTCP 2.0.4, be sure to get or install a fresh copy from your original disks befor
  40860. tablet
  40861. tablet-like
  40862. custom
  40863. definition
  40864. which
  40865. allows
  40866. developer
  40867. tagged
  40868. tagging
  40869. tague
  40870. tailor
  40871. takeB
  40872. takenx
  40873. takesl
  40874. taking
  40875. talking
  40876. talks
  40877. talktool
  40878. taller
  40879. tampa
  40880. tanaka
  40881. tantek
  40882. tanzania
  40883. tanzania-family
  40884. tapplication
  40885. targetS
  40886. targeted
  40887. --set theItem to choose file -- uncomment to test in an AS editor
  40888.     tell application "Finder"
  40889.         open item "Dev.CD Jul 00 SDK1:Development Kits:Mac OS:Open Transport 1.3:Open Transport Debug:"
  40890.         activate
  40891.     end tell
  40892. on error errMsg number errNum
  40893.     --enter statements to perform when no records are found such as...
  40894.     display dialog "Sorry, the item you selected could not be found."
  40895.     return
  40896. end try
  40897. og "Sorry, the item you selected could not be found."
  40898.     return
  40899. end try
  40900. ^D!All Packages
  40901. Tool Chest Edition
  40902. Cyrillic Language Kit v1.0
  40903. USummary: The Cyrillic Language Kit is a combination of system and language resources that enables you to create, display, and edit documents in Cyrillic-based languages on the Macintosh
  40904.  and other computers using the Mac
  40905.  OS.   See the document "Cyrillic Read Me First" or "Lisez-moi (Cyrillique)" for details and installation instructions. 
  40906. Deleted
  40907. editor
  40908. notes
  40909. samples
  40910. summary
  40911. document
  40912. contains
  40913. helpful
  40914. converti
  40915. summary
  40916. document
  40917. describes
  40918. version
  40919. applesingle
  40920.  - NuBus/Slot Manager
  40921.  - Declaration ROMsV
  40922. 87761X
  40923. Aug 00^    TC Disk 1
  40924. --set theItem to choose file -- uncomment to test in an AS editor
  40925.     tell application "Finder"
  40926.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Devices:NuBus/Slot Manager:Declaration ROMs:"
  40927.         activate
  40928.     end tell
  40929. on error errMsg number errNum
  40930.     --enter statements to perform when no records are found such as...
  40931.     display dialog "Sorry, the item you selected could not be found."
  40932.     return
  40933. end try
  40934. e    No Changeq
  40935. Dev.CD Aug 00 TC Disk 1
  40936. All Packages
  40937. DecompressionAndScalingI
  40938. This example shows how to convert a    version 2 PICT to a compressed QuickTime data buffer. Once the PICT is compressed, it is then decompressed to the window at one quarter  its original size.V
  40939. 87762X
  40940. 1e    No Change
  40941. rcard
  40942. toolkit
  40943. 1.0b2
  40944. hypercard
  40945. mactcp
  40946. toolkit
  40947. All Packages
  40948. System Enabler 111 (PB 160/180)O
  40949. Dev.CD Apr 93P
  40950. Dev.CD Apr 9V
  40951. 90464X
  40952. Apr 93
  40953. b--set theItem to choose file -- uncomment to test in an AS editor
  40954.     tell application "Finder"
  40955.         open item "Dev.CD Apr 93"
  40956.         activate
  40957.     end tell
  40958. on error errMsg number errNum
  40959.     --enter statements to perform when no records are found such as...
  40960.     display dialog "Sorry, the item you selected could not be found."
  40961.     return
  40962. end try
  40963. All Packages
  40964. System Enabler 111 (PB 160/180)O
  40965. Dev.CD Apr 93P
  40966. Dev.CD Apr 9V
  40967. 90465X
  40968. Apr 93
  40969. b--set theItem to choose file -- uncomment to test in an AS editor
  40970.     tell application "Finder"
  40971.         open item "Dev.CD Apr 93"
  40972.         activate
  40973.     end tell
  40974. on error errMsg number errNum
  40975.     --enter statements to perform when no records are found such as...
  40976.     display dialog "Sorry, the item you selected could not be found."
  40977.     return
  40978. end try
  40979. All Packages
  40980. 90466X
  40981. Apr 98L
  40982. Nov 99M
  40983. Any text editor.NDtext encoding, character set, Text Encoding Converter, font encodingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  40984.  - Sample Code- Mac OS:
  40985.     - System 8 or later
  40986.     - Macintosh Runtime for Java (MRJ) 2.1
  40987. - Windows 95, 98, or NT::
  40988.     - JRE/JDK from Sun Microsystems, Inc. recommended
  40989. QuickTime, Java, MRJP:MacTCP Developer Tools:"
  40990.         activate
  40991.     end tell
  40992. on error errMsg number errNum
  40993.     --enter statements to perform when no records are found such as...
  40994.     display dialog "Sorry, the item you selected could not be found."
  40995.     return
  40996. end try
  40997. e    No Changef!TCP/IP
  40998. networking
  40999. standards basedq
  41000. Dev.CD Apr 98 SDK1
  41001. }D!All Packages
  41002. Mac OS SDK Edition
  41003. MacTCP SDK 2.0.6
  41004.     to provide more accurate information about the Human Interface Notes and Guidelines, and how to contact the Human Interface groups at Apple.
  41005. Jul 93V
  41006. 84730X
  41007. 1e    No Change
  41008. y of NBP. Two names are registered and confirmed. A lookup is performed with both lower case and upper case initial letters of the object. Also demonstrates the use of the PSetSelfSend capability.
  41009. Transition Queue Watcher:  This sample program demonstrates the implementation of an AppleTalk Transition Queue to demonstrate the messages which get passed when transition events take place.
  41010. UDPSample:  This sample illustrates how to send and receive MacTCP UDP packets, setting up a simple con
  41011. nectionless chat program.  Instead of an outstanding read command, an ASR is  used to inform the program there is data to be received.
  41012. Zap TCP Application:  This small app contains a trap patch to _ExitToShell which will search all open MacTCP connections for any connections which are allocated within the currently quitting or crashing application. Any such connection will be closed and its assocated MacTCP stream will be released.  This will prevent most of the Mac crashes associated wit
  41013. --set theItem to choose file -- uncomment to test in an AS editor
  41014.     tell application "Finder"
  41015.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Rotate Bitmap 90:"
  41016.         activate
  41017.     end tell
  41018. on error errMsg number errNum
  41019.     --enter statements to perform when no records are found such as...
  41020.     display dialog "Sorry, the item you selected could not be found."
  41021.     return
  41022. end try
  41023. rotation
  41024. ctl's
  41025. rsrcN
  41026. Wndae
  41027. --set theItem to choose file -- uncomment to test in an AS editor
  41028.     tell application "Finder"
  41029.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:CreateMovie:"
  41030.         activate
  41031.     end tell
  41032. on error errMsg number errNum
  41033.     --enter statements to perform when no records are found such as...
  41034.     display dialog "Sorry, the item you selected could not be found."
  41035.     return
  41036. end try
  41037. Dev.CD Aug 00 TC Disk 2
  41038. All Packages
  41039. Snippets - Networking
  41040. (** = new, * = revised)
  41041. ADSP Chat:  ADSP Chat is a sample application demonstrating the use of the AppleTalk Data Stream Protocol (ADSP).
  41042. AFP C++:  A C++ class that provides an interface to the Appletalk Filing Protocols (AFP) as documented in Chapter 13 of Inside AppleTalk.  Each of the classes' methods corresponds to an AFP call.
  41043. AppleTalk Libraries:  A set of AppleTalk librariesthat features Name Binding Protocol,  Zone Information Protocol,  AppleTalk Filing Protocol, and more
  41044. 89139X
  41045. Nov 99^
  41046. --set theItem to choose file -- uncomment to test in an AS editor
  41047.     tell application "Finder"
  41048.         open item "Dev.CD Nov 99 TC:Programs & Marketing:About Developer University:"
  41049.         activate
  41050.     end tell
  41051. on error errMsg number errNum
  41052.     --enter statements to perform when no records are found such as...
  41053.     display dialog "Sorry, the item you selected could not be found."
  41054.     return
  41055. end try
  41056. Deletedq
  41057. Dev.CD Nov 99 TC
  41058. All Packages
  41059. ABS Technical NotesI
  41060. Summary: ABS Technical Notes contain the latest bugs, tips and tricks for developers of software for Apple Workgroup Servers, AppleSearch, AppleShare, AppleTalk Remote Access, and IP Gateway.JqApple Workgroup Servers:
  41061. AppleSearch:
  41062. AppleShare:
  41063. AppleTalk Remote Access:
  41064. IP Gateway:
  41065. Network Server Dev. Guide:K
  41066. Jul 92L
  41067. Jun 95M
  41068. Adobe Acrobat Reader.N2ESD, AppleSearch, AppleShare, ARA, AWS, IP GatewayODDev.CD Dec 99 RL Disk 1:Technical Documentation:ABS Technical Notes:V
  41069. 89140X
  41070. Deleted
  41071. viewing_
  41072. views
  41073. vigorously
  41074. vincent
  41075. virtualV
  41076. virtual
  41077. primary
  41078. apple
  41079. computer
  41080. virtually{
  41081. viruses
  41082. visibility
  41083. visible
  41084. visigenic
  41085. vrefnum
  41086. w/sys
  41087. waiting
  41088. waitnextevent
  41089. walk-through
  41090. walkthrough
  41091. wang's
  41092. wantl
  41093. wanted
  41094. wants
  41095. warming
  41096. warning
  41097. warns
  41098. warrior
  41099. watcher
  41100. watches
  41101. There is a small cosmetic bug in System 7.1 (a bug?  Can't even imagine the idea!).
  41102. AddResMenu will not alphabatize anything but FONT resource names.
  41103. This is obviously not critical, since the names still show up for
  41104. other types, but enough people have written in to DTS to indicate
  41105. that it matters a lot.
  41106. So, this small sample includes a function called MyAddResMenu which you
  41107. can use in your applications to get the same functionality as
  41108. AddResMenu under systems before 7.1, it will get allB= the resource info
  41109. and add the names to the menu you specify.
  41110. JlAddResMenu.mcp
  41111. AddResMenu7.1 
  41112.  Read Us
  41113. AddResMenu7.1(PPC)
  41114. AddResMenu7.1.c
  41115. AddResMenu7.1.h
  41116. AddResMenu7.1.rsrcN
  41117. Resource, AddResMenuOJDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:AddResMenu7.1:PRDev.CD Aug 00 TC Disk 2
  41118.  - Sample Code
  41119.  - Human Interface Toolbox
  41120.  - AddResMenu7.1
  41121. NuA/ROSE, MCP, Macintosh Coprocessor Platform, Ethernet NB, PowerPC, Network Software, AppleTalk, TokenTalk, Token RingO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  41122.  - Sample CodeV
  41123. 89138X
  41124. Aug 00^    TC Disk 2
  41125. y--set theItem to choose file -- uncomment to test in an AS editor
  41126.     tell application "Finder"
  41127.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  41128.         activate
  41129.     end tell
  41130. on error errMsg number errNum
  41131.     --enter statements to perform when no records are found such as...
  41132.     display dialog "Sorry, the item you selected could not be found."
  41133.     return
  41134. end try
  41135. e    No ChangefmA/ROSE
  41136. Macintosh Coprocessor Platform
  41137. Ethernet NB
  41138. PowerPC
  41139. Network Software
  41140. AppleTalk
  41141. TokenTalk
  41142. Token Ringq
  41143. Dev.CD Aug 00 TC Disk 2
  41144. D!All Packages
  41145. Tool Chest Edition
  41146. About Developer University
  41147. drivergestalt@
  41148. environment@
  41149. synchronization
  41150. backup
  41151. assistant
  41152. folder
  41153. duplicatio@
  41154. formatasdos@
  41155. gestalt@
  41156. getpppstatus@
  41157. 89605X
  41158. Aug 00^    TC Disk 2
  41159. y--set theItem to choose file -- uncomment to test in an AS editor
  41160.     tell application "Finder"
  41161.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  41162.         activate
  41163.     end tell
  41164. on error errMsg number errNum
  41165.     --enter statements to perform when no records are found such as...
  41166.     display dialog "Sorry, the item you selected could not be found."
  41167.     return
  41168. end try
  41169. e    No ChangefAtext encoding
  41170. character set
  41171. Text Encoding Converter
  41172. font encodingq
  41173. Dev.CD Aug 00 TC Disk 2
  41174. fD.All Packages
  41175. Mac OS SDK Edition
  41176. New & RevisedF
  41177. Mac OS USB DDK 1.4.6b2
  41178.  - Goodies
  41179.  - JPEG File Interchange Formatovided for your convenience.
  41180. The current version of MacSNMP (v1.1) is compatible with version 1.1.2 of the Apple Shared Library Manager. This folder contains all components of ASLM 1.1.2 needed to develop MacSNMP agents.
  41181. The folder MacSNMP Update 1.1.1 contains a new version of the SNMP Macintosh Agent that fixes a problem with the gestaltTable wi
  41182. 90233X
  41183. Aug 00^    TC Disk 1
  41184. --set theItem to choose file -- uncomment to test in an AS editor
  41185.     tell application "Finder"
  41186.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Sound:SoundApp:"
  41187.         activate
  41188.     end tell
  41189. on error errMsg number errNum
  41190.     --enter statements to perform when no records are found such as...
  41191.     display dialog "Sorry, the item you selected could not be found."
  41192.     return
  41193. end try
  41194. e    No Changef
  41195. sound
  41196. SoundAppq
  41197. Dev.CD Aug 00 TC Disk 1
  41198. All Packages
  41199. SoundboardI
  41200. Communications Toolbox
  41201. Contributed
  41202. Devices and Hardware
  41203. Files
  41204. Games
  41205. Graphics 2D
  41206. Graphics 3D
  41207. Help Systems
  41208. Human Interface Toolbox
  41209. Interapplication Comm
  41210. Memory
  41211. Networking
  41212. OS Utilities
  41213. Overview
  41214. Platforms and Tools
  41215. Printing
  41216. Processes
  41217. QuickTime
  41218. Runtime Architecture
  41219. Sound
  41220. Feb 00M
  41221. N/AO$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  41222.  - Sample CodeV
  41223. 90234X
  41224. Aug 00^    TC Disk 2
  41225. e    No Change
  41226.  few of which are explored in this article. 
  41227. 64-Bit Integer Math on 680x0 Machines  by Dale Semchishen.  There
  41228. s a 64-bit library built into the Toolbox on the Power Macintosh, and there
  41229. s also one built into QuickDraw GX. Finally, here
  41230. s a library that will work on any Macintosh, using built-in routines if available.
  41231. GRAPHICAL TRUFFLES:  Dynamic Display Dilemmas  by Kent Miller and Cameron Esfahani.  How your application can live copacetically with the Display Manager.
  41232. MPW TIPS AND TRI
  41233. CKS:  Scripted Text Editing  by Tim Maroney.  An overview of MPW
  41234. s powerful, scriptable text editing capabilities. 
  41235. ACCORDING TO SCRIPT:  Attaching and Embedding Scripts by Cal Simone.  Integrating scripts in your application can have a big payoff for your users.
  41236. PRINT HINTS:  The Top 10 Printing Crimes Revisited by Dave Polaschek.  Despite our best efforts, developers continue to commit printing crimes. We
  41237. re not giving up.
  41238. BALANCE OF POWER:  Sleuthing Through Your Code  by Dave Evans.
  41239.         activate
  41240.     end tell
  41241. on error errMsg number errNum
  41242.     --enter statements to perform when no records are found such as...
  41243.     display dialog "Sorry, the item you selected could not be found."
  41244.     return
  41245. end try
  41246. e    No Changeq
  41247. Dev.CD Sep 00 RL Disk 1
  41248. All Packages
  41249. develop Issue 19
  41250. 87779X
  41251. ework
  41252. Traffic Lightq
  41253. Dev.CD Aug 00 TC Disk 2
  41254. All Packages
  41255. SampleMakeEffectMovieI}This application takes the video tracks from zero, one, or two movies and creates a new movie with an effects track for them.V
  41256. 86961X
  41257. 1e    No Change
  41258. analyzerU
  41259. anima
  41260. anima
  41261. maket
  41262. animation
  41263. animationtestt
  41264. animationtest
  41265. animationtest
  41266. anniversary
  41267. anothercustomenabler
  41268. antlr
  41269. aoceapi
  41270. aocesam
  41271. ppearancesample
  41272. appleT
  41273. apple
  41274. cd-rom
  41275. apple
  41276. cd-rom
  41277. handbookw
  41278. apple
  41279. cd-rom
  41280. apple
  41281. detectors
  41282. apple
  41283. directions
  41284. 01/95{
  41285. apple
  41286. directions
  41287. 01/96|
  41288. apple
  41289. directions
  41290. 01/97}
  41291. apple
  41292. directions
  41293. 02/95{
  41294. apple
  41295. directions
  41296. 02/96|
  41297. apple
  41298. directions
  41299. 02/97}
  41300. pO^Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DetachedController:PlDev.CD Aug 00 TC Disk 2
  41301.  - Sample Code
  41302.  - QuickTime
  41303.  -  All Java
  41304.  - QuickTime for Java
  41305.  - DetachedControllerV
  41306. 89360X
  41307. Aug 00^    TC Disk 2
  41308. --set theItem to choose file -- uncomment to test in an AS editor
  41309.     tell application "Finder"
  41310.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:DetachedController:"
  41311.         activate
  41312.     end tell
  41313. on error errMsg number errNum
  41314.     --enter statements to perform when no records are found such as...
  41315.     display dialog "Sorry, the item you selected could not be found."
  41316.     return
  41317. end try
  41318. e    No Changef
  41319. QuickTime
  41320. Dev.CD Aug 00 TC Disk 2
  41321. qD(All Packages
  41322. Reference Library Edition
  41323. develop Issue  1
  41324. makefilealias
  41325. makefilehelp
  41326. makeout
  41327. makethefolder
  41328. making
  41329. making
  41330. mamake
  41331. management
  41332. AmazonBooks.src
  41333. AmazonMusic.src
  41334. Apple.src
  41335. AppleSWUpdates-English.src
  41336. AppleSWUpdates-WW.src
  41337. BarnesAndNoble.src
  41338. CNN.src
  41339. DirectHit.src
  41340. HotBot.src
  41341. LookSmart.src
  41342. MacGuide.src
  41343. XTNow.src
  41344. Yahoo.srcK
  41345. Jan 99L
  41346. Feb 99N
  41347. engine, Internet, SherlockO/Dev.CD Feb 99 TC:What's New?:Sherlock Plug-ins:P4Dev.CD Feb 99 TC
  41348.  - What's New?
  41349.  - Sherlock Plug-insettoolconfig
  41350. gettoolconfig
  41351. gettoolconfig
  41352. getvinfo
  41353. getvinfo
  41354. getvol
  41355. getvol
  41356. newformat
  41357. getvolumes
  41358. getvolumes
  41359. gif89a
  41360. gimedapalette
  41361. gimedapalette
  41362. gimedapalette&sound
  41363. gimedapalette&sound
  41364. gimedapalette&sound
  41365. gimedapalette&sound
  41366. global
  41367. global
  41368. globallist
  41369. globallist
  41370. globalmaster
  41371. globalmaster
  41372. globals
  41373. globals
  41374. globals
  41375. globals
  41376. TEStyleSample is an example application that demonstrates how to initialize the commonly used toolbox managers, operate successfully under MultiFinder, handle desk accessories and create, grow, and zoom windows. Both styled and fundamental TextEdit toolbox calls and TextEdit auto-scroll are demonstrated. It also shows how to create and maintain scroll bar controls as well as implement a basic printing loop.
  41377. PTEStyleSample
  41378. PTEStyleSample.make
  41379. README
  41380. TEStyleSample.h
  41381. TEStyleSample.p
  41382. TEStyleSample.p.o
  41383. TEStyleSample.r
  41384. TEStyleSampleGlue.a
  41385. TEStyleSampleGlue.a.oN
  41386. TextEdit, TEStyleSample, StyleO;Dev.CD Aug 00 TC Disk 2:Sample Code:Overview:TEStyleSample:PCDev.CD Aug 00 TC Disk 2
  41387.  - Sample Code
  41388.  - Overview
  41389.  - TEStyleSamplec
  41390. contentz
  41391. contentsi
  41392. context
  41393. contextualy
  41394. continue_
  41395. continuing
  41396. All Packages
  41397. QuickDraw 3DO
  41398. Dev.CD Jun 97 SSWP
  41399. Dev.CD Jun 97 SSV
  41400. 89927X
  41401. Jun 97
  41402. f--set theItem to choose file -- uncomment to test in an AS editor
  41403.     tell application "Finder"
  41404.         open item "Dev.CD Jun 97 SSW"
  41405.         activate
  41406.     end tell
  41407. on error errMsg number errNum
  41408.     --enter statements to perform when no records are found such as...
  41409.     display dialog "Sorry, the item you selected could not be found."
  41410.     return
  41411. end try
  41412. All Packages
  41413. QuickDraw 3DO
  41414. Dev.CD Jun 97 SSWP
  41415. Dev.CD Jun 97 SSV
  41416. 89928X
  41417. Jun 97
  41418. f--set theItem to choose file -- uncomment to test in an AS editor
  41419.     tell application "Finder"
  41420.         open item "Dev.CD Jun 97 SSW"
  41421.         activate
  41422.     end tell
  41423. on error errMsg number errNum
  41424.     --enter statements to perform when no records are found such as...
  41425.     display dialog "Sorry, the item you selected could not be found."
  41426.     return
  41427. end try
  41428. All Packages
  41429. QuickDraw 3DO
  41430. Dev.CD Jun 97 SSWV
  41431. 89929X
  41432. y--set theItem to choose file -- uncomment to test in an AS editor
  41433.     tell application "Finder"
  41434.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  41435.         activate
  41436.     end tell
  41437. on error errMsg number errNum
  41438.     --enter statements to perform when no records are found such as...
  41439.     display dialog "Sorry, the item you selected could not be found."
  41440.     return
  41441. end try
  41442. me-formatasdosdisk@
  41443. menuscripter
  41444. metrowerks
  41445. build
  41446. script@
  41447. mgmt@
  41448. mlte@
  41449. module@
  41450. monitor@
  41451. mountprojector@
  41452. movieproc@
  41453. movietoaiff
  41454. rsrc@
  41455. goodies@
  41456. mssccprj@
  41457. multimedia@
  41458. mungedeamon
  41459. mw68k@
  41460. mydeviceloop@
  41461. mydialog@
  41462. newgworld
  41463. norway@
  41464. obsolete&unsupported@
  41465. openmultfiles@
  41466. first
  41467. interaction
  41468. sample@
  41469. readme
  41470. dcmd@
  41471. resources@
  41472. pcted conditions. But C programmers can take advantage of them as well, since C is (mostly) a subset of C++.
  41473. Country Stringing: Localized Strings for the Newton by Maurice Sharp. Although version 1.5 of the Newton Toolkit provides some built-in support for localizing strings, organizing the different sets of strings is still problematic. Or rather, it was until now.
  41474. JBdevelop Issue 25
  41475. develop Issue 25 code
  41476. develop Issue 25 referencesK
  41477. Mar 96L
  41478. Mar 96OIDev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:PQDev.CD Sep 00 RL Disk 1
  41479.  - Technical Documentation
  41480.  - Develop
  41481.  - develop Issue 25W
  41482. window
  41483. stem Extension, including the associated interface files and object modules.  Latest update for the A/ROSE software, v1.2.1, required for Apple Macintosh Coprocessor based NuBus cards such as the Ethernet NB, TokenTalk NB, and TokenRing 4/16 NB cards running on the PowerPC system.  See the document "Release Notes 1.2.1" for details.
  41484. Communications Toolbox
  41485. Contributed
  41486. Devices and Hardware
  41487. Files
  41488. Games
  41489. Graphics 2D
  41490. Graphics 3D
  41491. Help Systems
  41492. Human Interface Toolbox
  41493. Interapplication Comm
  41494. Memory
  41495. Networking
  41496. OS Utilities
  41497. Overview
  41498. Platforms and Tools
  41499. Printing
  41500. Processes
  41501. QuickTime
  41502. Runtime Architecture
  41503. Sound
  41504. Mar 92L
  41505. May 94M.System 6.0.5 or greater, MacPlus or later CPU.O$Dev.CD Aug 00 TC Disk 2:Sample Code:V
  41506. 87546X
  41507. 1e    No Change
  41508. All Packages
  41509. WorldScript UpdaterO
  41510. Dev.CD Jul 96 SSWV
  41511. 87512X
  41512. followed
  41513. following
  41514. follows
  41515. font[
  41516. footprintx
  41517. asynchronously
  41518. asyncpb
  41519. asyncpb
  41520. example
  41521. system
  41522. calls
  41523. asyncronous
  41524. attaches
  41525. attaching
  41526. attempt
  41527. attempting
  41528. attempts
  41529. attention
  41530. attribute
  41531. attributes
  41532. audiencew
  41533. audiencesS
  41534. audio
  41535. audiocodec
  41536. audioconverter
  41537. audit
  41538. audited
  41539. rs or PowerPC microprocessors.You also need System 7.5 or later, a minimum of 8 MB of RAM (16 MB is strongly recommended) and at least 7 MB of free disk space.
  41540. This software is being made available to Apple Developers only and is not for public distribution. We are finishing work on MRJ 1.0.1 and the Software Development Kit (SDK) and expect to post them to <http://applejava.apple.com/> by the end of March 1997.  See the document "About this Pre-Release of MRJ" for details.
  41541. About this Pre-Release of MRJ
  41542. MRJ 1.0.1b1c2 Installer:
  41543. MRJ SDK Installer 1.0.1b1c2
  41544. Pre-Release MRJ JITC:
  41545. Updated Documentation:K
  41546. May 97OFDev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:PNDev.CD Nov 99 TC
  41547.  - What's New?
  41548.  - Development Kits
  41549.  - Mac OS Runtime for Javar modules.  
  41550. JManager APIs
  41551. Fat CFM code resources
  41552. Aug 97V
  41553. 87970X
  41554. 1e    No Change
  41555. ing:Debuggers & dcmds:MacsBug 6.6:P`Dev.CD Aug 00 TC Disk 1
  41556.  - Tool Chest
  41557.  - Testing & Debugging
  41558.  - Debuggers & dcmds
  41559.  - MacsBug 6.6
  41560. conveniently
  41561. conventional
  41562. conventions
  41563. conversion^
  41564. conversions
  41565. convertf
  41566. converted
  41567. convertery
  41568. converting
  41569. convertmovie
  41570. convertmovie
  41571. makes
  41572. movie
  41573. converting
  41574. converts
  41575. converttomovie
  41576. converttomovie
  41577. example
  41578. application
  41579. recompress
  41580. convey
  41581. convolution
  41582. convolution/correlat
  41583. cookbook
  41584. gimedapalette
  41585. chang
  41586. drawsprocket
  41587. which
  41588. provides
  41589. support
  41590. inputsprocket
  41591. which
  41592. provides
  41593. support
  41594. package
  41595. consists
  41596. files
  41597. provide
  41598. information
  41599. package
  41600. contains
  41601. drive
  41602. setup
  41603. v1.7.2
  41604. program
  41605. 90143X
  41606. Aug 00^    TC Disk 2
  41607. y--set theItem to choose file -- uncomment to test in an AS editor
  41608.     tell application "Finder"
  41609.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  41610.         activate
  41611.     end tell
  41612. on error errMsg number errNum
  41613.     --enter statements to perform when no records are found such as...
  41614.     display dialog "Sorry, the item you selected could not be found."
  41615.     return
  41616. end try
  41617. e    No Changef
  41618. Sample
  41619. DTSo0http://developer.apple.com/samplecode/index.htmlq
  41620. Dev.CD Aug 00 TC Disk 2
  41621. All Packages
  41622. Sample (Traffic Light)I
  41623. Sample is an example application that demonstrates how to initialize the commonly used Toolbox managers, operate successfully under MultiFinder, handle desk accessories, and create, grow, and zoom windows.JZREADME
  41624. Sample (Traffic Light).mcp
  41625. Sample(PPC)
  41626. Sample.c
  41627. Sample.h
  41628. SampleInit.c
  41629. TCSample.rsrcN
  41630. Framework, Traffic LightODDev.CD Aug 00 TC Disk 2:Sample Code:Overview:Sample (Traffic Light):V
  41631. 90144X
  41632. 1e    No Change
  41633. distribution
  41634. run without restrictions. If the certificate is not in your Java security database, a dialog box will provide information about the certificate. You can then choose to (1) accept the certificate permanently, thereby adding it to your Java security database, or (2) to run this applet now but not add the certificate to the database, or (3) to reject the certificate.
  41635. NOTE: If you reject the certificate, the applet will still run, as long as it does not attempt to perform a restricted activit
  41636. y.  If it does attempt to perform a restricted activity, Java will display a security exception and block the action.     
  41637. NOTE: MRJ
  41638. s security database is separate from the database maintained by the browser.  In some cases it will be necessary to accept the signature twice: once for the browser to access the site and again for MRJ to run the applet without restrictions. 
  41639. NOTE: If you want to rescind a certificate you have previously accepted, you will need to delete the security datab
  41640. system
  41641. ^    TC Disk 2
  41642. --set theItem to choose file -- uncomment to test in an AS editor
  41643.     tell application "Finder"
  41644.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Help Systems:MyHelpMenu:"
  41645.         activate
  41646.     end tell
  41647. on error errMsg number errNum
  41648.     --enter statements to perform when no records are found such as...
  41649.     display dialog "Sorry, the item you selected could not be found."
  41650.     return
  41651. end try
  41652. e    No Changef help
  41653. hierarchical
  41654. sub-menusq
  41655. Dev.CD Aug 00 TC Disk 2
  41656. All Packages
  41657. MyRegisterComponentI,A component that registers other components.Jr! README - Important
  41658. MyComponent.c
  41659. MyComponent.h
  41660. MyComponent.rsrc
  41661. MyRegisterComponent(PPC)
  41662. MyRegisterComponent.mcpM6Component Manager (System 7.1 or higher, or QuickTime)N
  41663. Component ManagerOIDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Codecs:MyRegisterComponent:PTDev.CD Aug 00 TC Disk 2
  41664.  - Sample Code
  41665.  - QuickTime
  41666.  - Codecs
  41667.  - MyRegisterComponentV
  41668. 89699X
  41669. Aug 00^    TC Disk 2
  41670. e    No Change
  41671. 86877X
  41672. Oct 93
  41673. triggered
  41674. tsmte
  41675. ttextgridview
  41676. ttextlistview
  41677. tunes
  41678. tuning
  41679. tutorial
  41680. tween
  41681. level
  41682. txratio
  41683. types
  41684. typography
  41685. umentation
  41686.  - Embedding ICC Profiles DocsV
  41687. 84736X
  41688. Oct 00^
  41689. --set theItem to choose file -- uncomment to test in an AS editor
  41690.     tell application "Finder"
  41691.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:ColorSync 3.0 Mac SDK:Documentation:Embedding ICC Profiles Docs:"
  41692.         activate
  41693.     end tell
  41694. on error errMsg number errNum
  41695.     --enter statements to perform when no records are found such as...
  41696.     display dialog "Sorry, the item you selected could not be found."
  41697.     return
  41698. end try
  41699. e    No Changef#ColorSync
  41700. Profile Specificationq
  41701. Dev.CD Oct 00 SDK1
  41702. All Packages
  41703. icl8 To cicnIHThis snippet converts a 'icl8' and 'ICN#' resource to a 'cicn' resource.V
  41704. 84737X
  41705. 1e    No Change
  41706. resedit
  41707. templated
  41708. aetrackerc
  41709. aetracker
  41710. aetracker
  41711. aetracker
  41712. monitorh
  41713. aetracker
  41714. readh
  41715. aeusertermtypesd
  41716. aeusertermtypes
  41717. aeutd
  41718. resourced
  41719. protocol
  41720. agent
  41721. agfile
  41722. agfile
  41723. agfilelib
  41724. agfilelib
  41725. agfilelib
  41726. xcoff
  41727. changes
  41728. readmej
  41729. aiffk
  41730. writer
  41731. writer
  41732. writer
  41733. writer
  41734. writer
  41735. rsrck
  41736. writer
  41737. aiffhardwarel
  41738. aiffhardware
  41739. aiffwriterl
  41740. aiffwriter
  41741. aiffwriter
  41742. debugl
  41743. aiffwriter
  41744. aiffwriter
  41745. aiffwriter
  41746. aiffwriter
  41747. aiffwriter
  41748. aiffwriter
  41749. aiffwriter
  41750. aiffwriter
  41751. aiffwriter
  41752. debugl
  41753. aiffwriter
  41754. aiffwriter
  41755. alawm
  41756. alchemist
  41757. alerts
  41758. aliasn
  41759. alias
  41760. alias
  41761. aliases
  41762. aliaslab
  41763. align
  41764. align
  41765. 1.0.1
  41766. 1.0.1b1c2
  41767. match
  41768. matched
  41769. matches
  41770. matches--any
  41771. matching
  41772. material`
  41773. maximize
  41774. maximum
  41775. mcbride
  41776. mdefproc
  41777. meana
  41778. meansa
  41779. meant
  41780. mechanics
  41781. mechanism
  41782. media{
  41783. meets
  41784. memoryA
  41785. memory-efficient
  41786. mensch
  41787. mentioned
  41788. mentors
  41789. menuU
  41790. menumanager
  41791. menusv
  41792. message
  41793. messagepad{
  41794. messages{
  41795. messagewatcher
  41796. methodx
  41797. methodology
  41798. methods
  41799. rosenberg
  41800. rotate
  41801. rotatebegin/end
  41802. rotated
  41803. rotates
  41804. rotates
  41805. bitmap
  41806. degrees
  41807. rotatestring
  41808. rotating
  41809. rotation
  41810. rotations
  41811. roughly
  41812. round
  41813. rounded
  41814. rounded-corner
  41815. roundup{
  41816. routej
  41817. router
  41818. routers
  41819. routines
  41820. routine
  41821. colorize
  41822. pixmap
  41823. dialog
  41824. timestamps
  41825. timezone
  41826. timing
  41827. timings
  41828. tipsT
  41829. tiresome
  41830. title
  41831. con cache demo
  41832. change
  41833. change
  41834. history
  41835. change
  41836. history
  41837. changecreator
  41838. changefilename
  41839. changelog
  41840. changer
  41841. changesj
  41842. chartoid
  41843. chartoid
  41844. cheaders
  41845. cheap
  41846. cheap
  41847. studio
  41848. cheap
  41849. studio
  41850. cheap
  41851. studio
  41852. cheap
  41853. studio
  41854. check
  41855. check
  41856. autoguest
  41857. check
  41858. quicktime
  41859. checkedoutfiles
  41860. checkinall
  41861. checkwindowin
  41862. checkwindowout
  41863. childfrm
  41864. childfrm
  41865. childfrm
  41866. chinese
  41867. chinese
  41868. simplified
  41869. 2-1.1.3
  41870. chinese
  41871. traditional
  41872. 1.1.3
  41873. choose
  41874. choosecolor
  41875. choosecolor
  41876. chooser
  41877. chooser
  41878. choosetkl
  41879. choosetkl
  41880. choosetkl
  41881. chromakey
  41882. chromakeymovie
  41883. chromakeymovie
  41884. chromakeymovie
  41885. chromakeymovie
  41886. ciconbuttons
  41887. ciconbuttons
  41888. editor
  41889. resedit
  41890. editor
  41891. notes
  41892. All Packages
  41893. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  41894. Dev.CD Jan 94
  41895. Dev.CD Oct 93
  41896. Dev.CD Jul 93
  41897. Dev.CD Apr 93PDDev.CD Apr 94
  41898. Dev.CD Jan 94
  41899. Dev.CD Oct 93
  41900. Dev.CD Jul 93
  41901. Dev.CD Apr 9V
  41902. 90542X
  41903. Apr 94
  41904. --set theItem to choose file -- uncomment to test in an AS editor
  41905.     tell application "Finder"
  41906.         open item "Dev.CD Apr 94
  41907. Dev.CD Jan 94
  41908. Dev.CD Oct 93
  41909. Dev.CD Jul 93
  41910. Dev.CD Apr 93"
  41911.         activate
  41912.     end tell
  41913. on error errMsg number errNum
  41914.     --enter statements to perform when no records are found such as...
  41915.     display dialog "Sorry, the item you selected could not be found."
  41916.     return
  41917. end try
  41918. All Packages
  41919. F"System Enabler 401 (Color Classic)OEDev.CD Apr 94
  41920. Dev.CD Jan 94
  41921. Dev.CD Oct 93
  41922. Dev.CD Jul 93
  41923. Dev.CD Apr 93PDDev.CD Apr 94
  41924. Dev.CD Jan 94
  41925. Dev.CD Oct 93
  41926. Dev.CD Jul 93
  41927. Dev.CD Apr 9V
  41928. 90543X
  41929. Apr 94
  41930. hidemenubar
  41931. shows
  41932. simply
  41933. creatin
  41934. hierarchical
  41935. hierarchies
  41936. hiermenus
  41937. P>Dev.CD Aug 97 TC
  41938.  - Language Kits
  41939.  - Chinese Dictation Kit 1.5 editor
  41940.     tell application "Finder"
  41941.         open item "Dev.CD Jul 95"
  41942.         activate
  41943.     end tell
  41944. on error errMsg number errNum
  41945.     --enter statements to perform when no records are found such as...
  41946.     display dialog "Sorry, the item you selected could not be found."
  41947.     return
  41948. end try
  41949. ionaires
  41950. questionnaire
  41951. questions
  41952. queue
  41953. inline
  41954. inline
  41955. input
  41956. textedit
  41957. input
  41958. inputsprocket
  41959. inputsprocket
  41960. inputsprocketpptest
  41961. inputsprockettest
  41962. inquiry
  41963. inside
  41964. inside
  41965. inside
  41966. movie
  41967. inside
  41968. macintosh
  41969. quickdraw
  41970. install
  41971. installed
  41972. installer
  41973. installer
  41974. 1.2.3
  41975. instance
  41976. instrumentation
  41977. instrumentation
  41978. 1.0.6
  41979. int'l
  41980. int'l
  41981. developer
  41982. contacts
  41983. e    No Changef
  41984. Virtual Userq
  41985. Dev.CD Aug 00 TC Disk 1
  41986. All Packages
  41987. VUMeters
  41988. Summary:  This application displays VU (Volume Unit) Meters, much like are found on tape decks.  The purpose is to monitor the sound input and output channels to insure that the proper sound level is present.
  41989. Features:  This application can display the levels (both peak reading and a more conventional power reading) of the sound at both the input and output of the Quadra AV computers.  Users can select whether they want to measure levels in terms of the analog voltages at the connectors (
  41990. pconventional way) or referenced to the peak level of the AV A/D and D/A systems.  Every effort was made to conform to the standard for VUMeter dynamics.
  41991. This package is useful as a debugging aid when working with sound.  It is also useful as a complete example of how to develop code for the Apple Real Time Architecture (ARTA) DSP system on the new Quadra AV systems
  41992. Jan 94V
  41993. 90676X
  41994. 1e    No Change
  41995. |OBDev.CD Sep 96 RL:Technical Documentation:develop:develop Issue  2:PJDev.CD Sep 96 RL
  41996.  - Technical Documentation
  41997.  - develop
  41998.  - develop Issue  2Robix is written in C for super portability. You make the commands you need for debugging hardware. This package also includes an easy to use command line parser.
  41999. Robix can be ported to any system with any microprocessor, then expanded. It has been successfully ported  to IBM PCs, Macs, Unix boxes, Netware file servers using everything from 68000 throug
  42000. h 68030 and 8085 through 80486.
  42001. Requires C compiler. Some assembly required if used as power up firmware.
  42002. Issues: User unfriendly, You must be proficient in the hardware it is run on because ROBIX lets you do anything you care to make commands for. For instance, you can create a set of SCSI commands that let you read, edit and write any block on any drive without using the SCSI manager. This debugger is meant to talk directly to the hardware. There is little if any OS. support.
  42003. This pac
  42004. 90655X
  42005. Aug 00^    TC Disk 1
  42006. --set theItem to choose file -- uncomment to test in an AS editor
  42007.     tell application "Finder"
  42008.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:Verifier:"
  42009.         activate
  42010.     end tell
  42011. on error errMsg number errNum
  42012.     --enter statements to perform when no records are found such as...
  42013.     display dialog "Sorry, the item you selected could not be found."
  42014.     return
  42015. end try
  42016. e    No Changeq
  42017. Dev.CD Aug 00 TC Disk 1
  42018. All Packages
  42019. VersionEdit 1.1
  42020. 90656X
  42021. cableU
  42022. cache
  42023. cache-friendly
  42024. cached
  42025. cacheline
  42026. caches
  42027. caching
  42028. callhyper
  42029. calling
  42030. callsh
  42031. can't[
  42032. cancel
  42033. cannot
  42034. capabilites
  42035. capabilities`
  42036. capability
  42037. capped
  42038. captureU
  42039. carbon
  42040. carbon
  42041. 1.0.4
  42042. provides
  42043. files
  42044. needed
  42045. begin
  42046. carbonlib
  42047. cardP
  42048. cardbus
  42049. cardsR
  42050. cards&drivers
  42051. care{
  42052. carries
  42053. cases
  42054. 68k-based
  42055. 7.0.0
  42056. 7.0foN
  42057. 7.0fo
  42058. after
  42059. module
  42060. which
  42061. demonstrates
  42062. 7.1.2
  42063. 7.5.1
  42064. 7.5.2
  42065. 7.5.3
  42066. 7.6.1
  42067. 7100/80
  42068. 711702111
  42069. 73007200/1207200/906
  42070. 730513255
  42071. 7editO
  42072. 8-bit
  42073. tools
  42074. goodies
  42075. tools
  42076. toolwindow
  42077. toolwindow
  42078. toolwindow
  42079. provides
  42080. various
  42081. video
  42082. summary
  42083. controlling
  42084. finder
  42085. through
  42086. apple
  42087. summary
  42088. which
  42089. known
  42090. finderevents
  42091. summary
  42092. apple
  42093. peoplesoft
  42094. launched
  42095. partnership
  42096. summary
  42097. apple
  42098. computer
  42099. espana
  42100. prepared
  42101. guide
  42102. summary
  42103. apple
  42104. designed
  42105. maccheck
  42106. suport
  42107. provid
  42108. summary
  42109. apple
  42110. directions
  42111. developer
  42112. business
  42113. report}
  42114. summary
  42115. apple
  42116. directions
  42117. developer
  42118. business
  42119. report
  42120. 1-12/|
  42121. summary
  42122. apple
  42123. licensed
  42124. ported
  42125. ibm's
  42126. somobjects
  42127. summary
  42128. apple's
  42129. indian
  42130. language
  42131. summary
  42132. apple's
  42133. korean
  42134. language
  42135. affordable
  42136. summary
  42137. appleglot
  42138. translation
  42139. summary
  42140. appleglot
  42141. 2.4b6
  42142. translation
  42143. summary
  42144. applescript
  42145. easy-to-use
  42146. scripting
  42147. language
  42148. 90110X
  42149. Aug 00^    TC Disk 1
  42150. --set theItem to choose file -- uncomment to test in an AS editor
  42151.     tell application "Finder"
  42152.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickTime:QuickTime Tools:"
  42153.         activate
  42154.     end tell
  42155. on error errMsg number errNum
  42156.     --enter statements to perform when no records are found such as...
  42157.     display dialog "Sorry, the item you selected could not be found."
  42158.     return
  42159. end try
  42160. e    No Changeq
  42161. Dev.CD Aug 00 TC Disk 1
  42162. _D!All Packages
  42163. Mac OS SDK Edition
  42164. QuickTime VR
  42165. a/roseR
  42166. a/rose
  42167. macintosh
  42168. coprocessor
  42169. platform
  42170. ethernet
  42171. powerpR
  42172. about
  42173. acceleration
  42174. access
  42175. acrobat_
  42176. action
  42177. actionsZ
  42178. active
  42179. software
  42180. development
  42181. development
  42182. transpo
  42183. solaris
  42184. soleu
  42185. solid
  42186. e    No Changeq
  42187. Dev.CD Aug 00 TC Disk 1
  42188. All Packages
  42189. NamingTableAccess
  42190. Helps dig out the contents of the NamingTable in a TrueType 'sfnt' (see "The TrueType Font Format Specification Version 1.0", p. 232).  Access to tables contained in a 'sfnt' has been coded along the lines suggested by Mike Reed (see  develop  8, "Curves ahead").
  42191. J7NamingTable-ReadMe
  42192. NamingTableAccess
  42193. UsfntNamingTable.pNLNamingTableLookup, encodingID, languageID, nameID, platformID, Font Metrics
  42194. O;Dev.CD Aug 00 TC Disk 2:Sample Code:Text:NamingTableAccess:PCDev.CD Aug 00 TC Disk 2
  42195.  - Sample Code
  42196.  - Text
  42197.  - NamingTableAccessV
  42198. 89702X
  42199. Aug 00^    TC Disk 2
  42200. e    No Change
  42201. imation are presented, along with some of the newer features of the Palette Manager and the reasons you should use it. 
  42202. The Power of Macintosh Common Lisp  by Ruben Kleiman.   An introduction to the Macintosh Common Lisp development environment, highlighting its key features and strengths.
  42203. Vol IIIL
  42204. Jun 95
  42205. All Packages
  42206. Deletedf
  42207. Mac OS Runtime Architectureq
  42208. Dev.CD Dec 99 RL
  42209. dD!All Packages
  42210. Tool Chest Edition
  42211. F!Mac OS Runtime for Java 1.0.1b1c2
  42212. Summary:  Mac OS Runtime for Java (MRJ) is Apple
  42213. s implementation of the Java runtime environment from Sun Microsystems, Inc. With MRJ, Mac OS applications can use Java applets and applications.
  42214. MRJ 1.0.1 implements version 1.0.2 of Sun
  42215. s Java. MRJ 1.0.1 includes Apple Applet Runner, a standalone application that runs Java applets, and Apple Applet Viewer, an OpenDoc viewer you use to put Java applets into OpenDoc documents. 
  42216. MRJ 1.0.1 works on computers with 68030 or 68040 microprocesso
  42217. e    No Changef
  42218. QuickTime
  42219. Dev.CD Aug 00 TC Disk 2
  42220. All Packages
  42221. Just Finder
  42222. 87972X
  42223. ug 00 TC Disk 2
  42224. All Packages
  42225. ImageCompositingV
  42226. 84744X
  42227. interface
  42228. C Disk 1:Sample Code:Graphics 2D:Compressed PICT Info:"
  42229.         activate
  42230.     end tell
  42231. on error errMsg number errNum
  42232.     --enter statements to perform when no records are found such as...
  42233.     display dialog "Sorry, the item you selected could not be found."
  42234.     return
  42235. end try
  42236. e    No Changef4Compression
  42237. StdPic
  42238. StdBits
  42239. Compressed
  42240. PICT Infoq
  42241. Dev.CD Aug 00 TC Disk 1
  42242. All Packages
  42243. CompressMovies
  42244. 87712X
  42245. e -- uncomment to test in an AS editor
  42246.     tell application "Finder"
  42247.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:SoundMemRecord:"
  42248.         activate
  42249.     end tell
  42250. on error errMsg number errNum
  42251.     --enter statements to perform when no records are found such as...
  42252.     display dialog "Sorry, the item you selected could not be found."
  42253.     return
  42254. end try
  42255. display
  42256. manager
  42257. display
  42258. displays
  42259. displayvideo
  42260. disposctable
  42261. disposegworld
  42262. disposeresource
  42263. disposeresource
  42264. debugging
  42265. resource
  42266. handles
  42267. dither
  42268. dithercopy
  42269. dithering
  42270. dixzero
  42271. dynamic
  42272. library
  42273. dmfkey
  42274. document
  42275. documentation
  42276. documents
  42277. domain
  42278. double
  42279. double
  42280. buffer
  42281. double-byte
  42282. doublebuffer
  42283. doubles
  42284. download
  42285. manager
  42286. draghook
  42287. drawsprocket
  42288. drive
  42289. drive
  42290. setup
  42291. driveid
  42292. driver
  42293. dtscpluslibrary
  42294. dumparpcache
  42295. dumpnetworksetup
  42296. duplication
  42297. dynamic
  42298. dynamic
  42299. linking
  42300. 89604X
  42301. Nov 99^
  42302. --set theItem to choose file -- uncomment to test in an AS editor
  42303.     tell application "Finder"
  42304.         open item "Dev.CD Nov 99 TC:What's New?:Development Kits:Mac OS Runtime for Java:"
  42305.         activate
  42306.     end tell
  42307. on error errMsg number errNum
  42308.     --enter statements to perform when no records are found such as...
  42309.     display dialog "Sorry, the item you selected could not be found."
  42310.     return
  42311. end try
  42312. Deletedq
  42313. Dev.CD Nov 99 TC
  42314. All Packages
  42315. Mac OS Text Encodings
  42316. 89605X
  42317. the Technote and Q&As up to June 20, 2000.
  42318. J?Q & As Start Here!
  42319. style.css
  42320. technotes
  42321. Technotes Start Here!K
  42322. Jan 00L
  42323. Aug 00M
  42324. web browserN
  42325. Technote Q&AOYDev.CD Aug 00 TC Disk 2:What's New?:Technical Documentation:Macintosh Technotes and Q&As:PaDev.CD Aug 00 TC Disk 2
  42326.  - What's New?
  42327.  - Technical Documentation
  42328.  - Macintosh Technotes and Q&AsV
  42329. 86439X
  42330. Aug 00e    No Changeo.http://developer.apple.com/techpubs/index.html
  42331. tracker
  42332. sample
  42333. demonstrates
  42334. tracker
  42335. pascal
  42336. snippet
  42337. audio
  42338. tracks
  42339. cd-romw
  42340. cd-rom-basedw
  42341. cdent
  42342. cdeve
  42343. cdevse
  42344. cdk's
  42345. cdromdrivecheck
  42346. cdtool
  42347. celestial
  42348. celik
  42349. center
  42350. centered
  42351. central
  42352. centre
  42353. certain
  42354. certainly
  42355. certificate
  42356. certificates
  42357. certified
  42358. cfdata
  42359. cfm-68ku
  42360. cfm68k
  42361. cgrafport
  42362. cgrafports
  42363. chain
  42364. ev.CD Apr 9V
  42365. 88760X
  42366. Apr 94
  42367. 89389X
  42368. Sept 9^
  42369. --set theItem to choose file -- uncomment to test in an AS editor
  42370.     tell application "Finder"
  42371.         open item "Dev.CD Sept 96 RL:Technical Documentation:develop:develop Issue  9:"
  42372.         activate
  42373.     end tell
  42374. on error errMsg number errNum
  42375.     --enter statements to perform when no records are found such as...
  42376.     display dialog "Sorry, the item you selected could not be found."
  42377.     return
  42378. end try
  42379. Deletedq
  42380. Dev.CD Sept 96 RL
  42381. D!All Packages
  42382. Mac OS SDK Edition
  42383. Developer Documentation
  42384.     D Oct 9V
  42385. 88460X
  42386. Jan 94
  42387. p--set theItem to choose file -- uncomment to test in an AS editor
  42388.     tell application "Finder"
  42389.         open item "Dev.CD Jan 94
  42390. Dev.CD Oct 93"
  42391.         activate
  42392.     end tell
  42393. on error errMsg number errNum
  42394.     --enter statements to perform when no records are found such as...
  42395.     display dialog "Sorry, the item you selected could not be found."
  42396.     return
  42397. end try
  42398. All Packages
  42399. F    QuickTimeV
  42400. 88461X
  42401. Dev.CD Aug 00 TC Disk 1
  42402. D!All Packages
  42403. Mac OS SDK Edition
  42404. ObjectSupportLib 1.1.4
  42405. This version of the Object Support Library (1.1.4) replaces previous versions.  It is installed into the Extensions folder by dropping the icon onto the closed System folder of your boot disk.
  42406. Use of the Object Support Library is described in Chapter 6 of Inside Macintosh: Interapplication Communication.
  42407. This version of the Object Support Library (1.1.4) fixes bugs in the previous (1.1.2) release.  [Note: version number 1.1.3 was used internally for testing and never released].
  42408. Bugs fixScaling:"
  42409.         activate
  42410.     end tell
  42411. on error errMsg number errNum
  42412.     --enter statements to perform when no records are found such as...
  42413.     display dialog "Sorry, the item you selected could not be found."
  42414.     return
  42415. end try
  42416. e    No Changef
  42417. QuickTime
  42418. compressionq
  42419. Dev.CD Aug 00 TC Disk 2
  42420. All Packages
  42421. DeepScreen Picker
  42422. 87763X
  42423. Mac OS 9.0
  42424. Mac OS 9 is the ultimate upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  42425. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Sim 2
  42426. All Packages
  42427. KanjiTalk 7 UpdateO7Dev.CD Apr 94
  42428. Dev.CD Jan 94
  42429. Dev.CD Oct 93
  42430. Dev.CD Aug 93P6Dev.CD Apr 94
  42431. Dev.CD Jan 94
  42432. Dev.CD Oct 93
  42433. Dev.CD Aug 9V
  42434. 87973X
  42435. Apr 94
  42436. - QuickTime
  42437.  -  All Java
  42438.  - QuickTime for Java
  42439.  - ImageProducingV
  42440. 84746X
  42441. Aug 00^    TC Disk 2
  42442. e    No Change
  42443. macapp
  42444. macapp
  42445. release
  42446. significant
  42447. release
  42448. venera
  42449. macapp
  42450. release
  42451. continues
  42452. tradition
  42453. modernization
  42454. macapp-based]
  42455. macbinary
  42456. macbinary-ii-standar
  42457. macbinary-standard
  42458. macbug
  42459. maccalendar
  42460. maccheck
  42461. macctb
  42462. macfilesigning
  42463. macframework
  42464. macgamma
  42465. macgamma
  42466. their
  42467. application
  42468. macintosh
  42469. powerbook
  42470. series
  42471. developer
  42472. macintosh's
  42473. macintoshes
  42474. microphone
  42475. middleware
  42476. missA
  42477. mixed
  42478. mixed
  42479. wake100
  42480. wake100
  42481. wake100
  42482. wakeinit
  42483. wakeinit
  42484. walltowalldialog
  42485. walltowalldialog
  42486. walltowalldialog
  42487. waste
  42488. waste
  42489. waste
  42490. headers
  42491. waste
  42492. waste
  42493. documentation
  42494. waste
  42495. pascal
  42496. interfaces
  42497. wastelib
  42498. watcher
  42499. watchme
  42500. watchme
  42501. watchme
  42502. watchme
  42503. watchme
  42504. watchme
  42505. watchme
  42506. watchme
  42507. watchme
  42508. watchme
  42509. watchme
  42510. wavelet
  42511. wavelet
  42512. display
  42513. webobjectsandjava
  42514. webobjectscategories
  42515. webobjectscategories
  42516. webobjectsperformanc
  42517. hypercard
  42518. what's`
  42519. what's
  42520. 1.4.2g
  42521. what's
  42522. what's
  42523. bbedit
  42524. what's
  42525. 1.5.1
  42526. --set theItem to choose file -- uncomment to test in an AS editor
  42527.     tell application "Finder"
  42528.         open item "Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:"
  42529.         activate
  42530.     end tell
  42531. on error errMsg number errNum
  42532.     --enter statements to perform when no records are found such as...
  42533.     display dialog "Sorry, the item you selected could not be found."
  42534.     return
  42535. end try
  42536.    return
  42537. end try
  42538. e    No ChangefBMPQ
  42539. Macintosh
  42540. PowerBook
  42541. Qualified
  42542. PC Card
  42543. Card and Socket Servicesq
  42544. Dev.CD May 98 TC
  42545. vD(All Packages
  42546. Reference Library Edition
  42547. Macintosh Technical Q&As
  42548. 89602X
  42549. Oct 99^
  42550. g--set theItem to choose file -- uncomment to test in an AS editor
  42551.     tell application "Finder"
  42552.         open item "Dev.CD Oct 99 SSW:"
  42553.         activate
  42554.     end tell
  42555. on error errMsg number errNum
  42556.     --enter statements to perform when no records are found such as...
  42557.     display dialog "Sorry, the item you selected could not be found."
  42558.     return
  42559. end try
  42560. Mac OS 9q
  42561. Dev.CD Oct 99 SSW
  42562. cD(All Packages
  42563. Reference Library Edition
  42564. Mac OS Runtime ArchitecturesI
  42565. This book describes the Mac OS runtime architecture based upon the Code Fragment Manager (CFM) as well as the original classic 68K runtime architecture.JQDisplay Device Driver Guide
  42566. Mac OS Runtime Architectures
  42567. Read Me - Other SSW DocsK
  42568. Oct 97M
  42569. Adobe AcrobatN
  42570. Mac OS Runtime ArchitectureO@Dev.CD Dec 99 RL:Technical Documentation:More SSW Documentation:PEDev.CD Dec 99 RL
  42571.  - Technical Documentation
  42572.  - More SSW DocumentationV
  42573. 89603X
  42574. Dec 99^
  42575. #am participation
  42576. cipation
  42577. Nov 95
  42578. ae/em
  42579. aecdev/aedeamon
  42580. aecoercion
  42581. aecoercioninit
  42582. aegestalt
  42583. aegizmosg
  42584. aerecords
  42585. aesenda
  42586. aetec
  42587. aetrackerh
  42588. aeutd
  42589. aevti
  42590. affect
  42591. affected
  42592. affects
  42593. affordable
  42594. affordance
  42595. afloat
  42596. aforementioned
  42597. afterN
  42598. Wdisplay dialog "Sorry, the item you selected could not be found."
  42599.     return
  42600. end try
  42601. e    No Changef9debugger
  42602. MacsBug
  42603. debugger detection
  42604. DebuggerPresenceq
  42605. Dev.CD Aug 00 TC Disk 2
  42606. All Packages
  42607. Debugging Modern Memory Manager
  42608. 87759X
  42609. Features: Names both the Owner's Name and Macintosh Name resources which are found in the Sharing Setup Control Panel
  42610. Issues: These libraries and tools are not supported Apple products.
  42611. Virtual User tools.imgK
  42612. Jan 93V
  42613. 87002X
  42614. 1e    No Change
  42615. 89378X
  42616. Sep 00^    RL Disk 1
  42617. --set theItem to choose file -- uncomment to test in an AS editor
  42618.     tell application "Finder"
  42619.         open item "Dev.CD Sep 00 RL Disk 1:Technical Documentation:Develop:develop Issue 25:"
  42620.         activate
  42621.     end tell
  42622. on error errMsg number errNum
  42623.     --enter statements to perform when no records are found such as...
  42624.     display dialog "Sorry, the item you selected could not be found."
  42625.     return
  42626. end try
  42627. e    No Changeq
  42628. Dev.CD Sep 00 RL Disk 1
  42629. All Packages
  42630. develop Issue 26
  42631. 89379X
  42632.  Code:QuickTime: All Java:QuickTime for Java:ImportExport:PfDev.CD Aug 00 TC Disk 2
  42633.  - Sample Code
  42634.  - QuickTime
  42635.  -  All Java
  42636.  - QuickTime for Java
  42637.  - ImportExportV
  42638. 84748X
  42639. Aug 00^    TC Disk 2
  42640. e    No Change
  42641. qe    No Changeq
  42642. Dev.CD Aug 00 TC Disk 2
  42643. All Packages
  42644. resolveRelativeAlias
  42645. This sample tool demonstrates the steps involved in creating and resolving the alias.  Instead of creating a document to store the alias, the tool wimps out and stores the alias in a preference file.
  42646. The tool puts up a StandardGetFile dialog.  Selecting a file creates the preference file containing the relative alias; clicking Cancel instead gets the preference file, resolves it, and prints the vRefNum and name of the target.
  42647. JeresolveRelativeAlias ReadMe
  42648. ResolveRelativeAlias(PPC)
  42649. ResolveRelativeAlias.mcp
  42650. ResolveRelativeAlias.pM
  42651. System 7.0N
  42652. Alias Manager, relative aliasO?Dev.CD Aug 00 TC Disk 1:Sample Code:Files:resolveRelativeAlias:PGDev.CD Aug 00 TC Disk 1
  42653.  - Sample Code
  42654.  - Files
  42655.  - resolveRelativeAliasV
  42656. 90130X
  42657. Aug 00^    TC Disk 1
  42658. e    No Change
  42659. cd-rom
  42660. detection
  42661. cdent
  42662. cdent
  42663. formatter
  42664. cdrom
  42665. cdrom
  42666. detection
  42667. cdromdetection
  42668. cdromdetection
  42669. cdroms
  42670. cdtracker
  42671. cdtracker
  42672. cdtracker
  42673. cdtracker
  42674. rrMsg number errNum
  42675.     --enter statements to perform when no records are found such as...
  42676.     display dialog "Sorry, the item you selected could not be found."
  42677.     return
  42678. end try
  42679. end try
  42680.     Bqplified and Traditional),Dutch, English, Finnish, French, German, Italian, Japanese, Korean, Norwegian, Swedish.
  42681. A5Requires: Disk Copy 6.3.3, 300MB free hard disk space
  42682. Mac OS 9
  42683. Dev.CD Oct 99 SSW:P
  42684. Dev.CD Oct 99 SSW be found."
  42685.     return
  42686. end try
  42687. ld not be found."
  42688.     return
  42689. end try
  42690. e    No Changef
  42691. Print
  42692. AppleTalk
  42693. Dev.CD Apr 98 SDK1
  42694. tD!All Packages
  42695. Tool Chest Edition
  42696. Macintosh PowerBook 2400c
  42697. This developer note describes the Macintosh PowerBook 2400c computer, a new computer based on the same architecture as the PowerBook 3400 computer but smaller and lighter. This developer note describes only the changes that make the new models different from the PowerBook 3400. 
  42698. Macintosh PowerBook 2400cK
  42699. Aug 97M
  42700. Acrobat ReaderOGDev.CD Aug 97 TC:What's New?:Developer Notes:Macintosh PowerBook 2400c:nge
  42701. Mac Logo
  42702. To support the sales of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  42703. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  42704.   1. Obtain the NEW Mac platform  or NT::
  42705.     - JRE/JDK from Sun Microsystems, Inc. recommended
  42706. QuickTime, Java, MRJOTDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:KeyboardController:P_Dev.CD Aug 00 TC Disk 2
  42707.  - Sample Code
  42708.  - QuickTime
  42709.  - QuickTime for Java
  42710.  - KeyboardControllerV
  42711. 87975X
  42712. Aug 00^    TC Disk 2
  42713. e    No Change
  42714. All Packages
  42715. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  42716. Dev.CD Jan 94
  42717. Dev.CD Oct 93
  42718. Dev.CD Jul 93P6Dev.CD Apr 94
  42719. Dev.CD Jan 94
  42720. Dev.CD Oct 93
  42721. Dev.CD Jul 9V
  42722. 90490X
  42723. Apr 94
  42724. --set theItem to choose file -- uncomment to test in an AS editor
  42725.     tell application "Finder"
  42726.         open item "Dev.CD Apr 94
  42727. Dev.CD Jan 94
  42728. Dev.CD Oct 93
  42729. Dev.CD Jul 93"
  42730.         activate
  42731.     end tell
  42732. on error errMsg number errNum
  42733.     --enter statements to perform when no records are found such as...
  42734.     display dialog "Sorry, the item you selected could not be found."
  42735.     return
  42736. end try
  42737. All Packages
  42738. F)System Enabler 131 (PB 160/165c/180/180c)O7Dev.CD Apr 94
  42739. Dev.CD Jan 94
  42740. Dev.CD Oct 93
  42741. Dev.CD Jul 93P6Dev.CD Apr 94
  42742. Dev.CD Jan 94
  42743. Dev.CD Oct 93
  42744. Dev.CD Jul 9V
  42745. 90491X
  42746. Apr 94
  42747. system
  42748. enabler
  42749. performa
  42750. system
  42751. enabler
  42752. color
  42753. classic
  42754.     I@art from the information above, this release note still applies.
  42755. MRJ2.2.2 Redistribution SDK.smiK
  42756. Dec 99L
  42757. Aug 00
  42758.  Macintosh computer with a PowerPC processor
  42759.  Mac OS 8.1 or later
  42760.  Memory requirements will vary depending on how you are using Java. The minimum requirement for running simple applets is 40 megabytes (MB) of RAM, with virtual memory on and set to at least 44 MB. To run complex applets and applications, 64 MB of RAM is highly recommended. Increasing RAM to 64 MB or more will also improve performance.
  42761.  At least 13 MB of free disk space
  42762. N+MRJ, Java, MRJ SDK, SDK, MRJ RedistributionO\Dev.CD Aug 00 TC Disk 1:What's New?:Development Kits:Mac OS:MRJ:MRJ2.2.2 Redistribution SDK:PjDev.CD Aug 00 TC Disk 1
  42763.  - What's New?
  42764.  - Development Kits
  42765.  - Mac OS
  42766.  - MRJ
  42767.  - MRJ2.2.2 Redistribution SDK
  42768. macapp
  42769. developer
  42770. survey
  42771. macapp
  42772. r13u5
  42773. macapp
  42774. macapp
  42775. r15d1
  42776. macapp
  42777. release
  42778. macbinary
  42779. maccalendar
  42780. maccalendar
  42781. 1.1b1
  42782. maccheck
  42783. maccheck
  42784. 1.0.4
  42785. macgamma
  42786. macintoshp
  42787. macintosh
  42788. cd-rom
  42789. setup
  42790. 5.3.2
  42791. macintosh
  42792. v1.1.1
  42793. macintosh
  42794. 1.1.1
  42795. macintosh
  42796. client
  42797. interface
  42798. macintosh
  42799. powerbook
  42800. 2400c
  42801. macintosh
  42802. powerbook
  42803. qualified
  42804. macintosh
  42805. technical
  42806. macintosh
  42807. technotes
  42808. macodbc
  42809. macodbc
  42810. 2.1.2
  42811. macos8documentation
  42812. quadra
  42813. floatingpoint
  42814. mccomponent
  42815. mdiplayer
  42816. media
  42817. megamovies
  42818. megamovies
  42819. 1.6.2
  42820. memhell
  42821. memory
  42822. memory
  42823. monitor
  42824. defproc
  42825. 1.0.3
  42826. menuscripter
  42827. metertest
  42828. onescannerx
  42829. opp's
  42830. oracle
  42831. little
  42832. applescript
  42833. droplet
  42834. setup
  42835. drive
  42836. little
  42837. application
  42838. includes
  42839. allow
  42840. detect
  42841. little
  42842. utility
  42843. copies
  42844. resources
  42845. macin
  42846. macapp
  42847. sample
  42848. shows
  42849. textedit
  42850. views
  42851. enabled/disa
  42852. package
  42853. consists
  42854. files
  42855. provide
  42856. information
  42857. package
  42858. contains
  42859. number
  42860. routines
  42861. helpful
  42862. package
  42863. contains
  42864. appleshare
  42865. 3.6.5
  42866. first
  42867. package
  42868. contains
  42869. documentation
  42870. sample
  42871. package
  42872. contains
  42873. drive
  42874. setup
  42875. v1.7.2
  42876. program
  42877. color
  42878. space
  42879. profile
  42880. labelmenu
  42881. labelmenu
  42882. labelmenu
  42883. labelmenu
  42884. labelmenu
  42885. language
  42886. language
  42887. analysis
  42888. language
  42889. language
  42890. large
  42891. large
  42892. count
  42893. laser
  42894. laser
  42895. doctor
  42896. launchwithdoc
  42897. launchwithdoc2
  42898. launchwithdoc2
  42899. examplecodec
  42900. examplecodec
  42901. examplecodec
  42902. examplecodec
  42903. examplecodec
  42904. examples
  42905. exceptions
  42906. exceptions
  42907. exceptions
  42908. exceptions
  42909. expand
  42910. experimental
  42911. experimental
  42912. interfacelib
  42913. experimental
  42914. stuff
  42915. explnd
  42916. export
  42917. exportersp
  42918. exrom-1func
  42919. exrom-1func
  42920. sresource
  42921. extendprintrecord
  42922. extendprintrecord
  42923. extendprintrecord
  42924. extensionv
  42925. extension
  42926. extension
  42927. extensions
  42928. extractitems
  42929. extractitems
  42930. tandard
  42931. direct-manipulation
  42932. international
  42933. glossaries
  42934. contains
  42935. translat
  42936. summary
  42937. appleevents
  42938. probably
  42939. don't
  42940. logo and NEW guidelines for its use. 
  42941.   2. Identify all your retail products with this small, yet powerful icon.
  42942. Developer commitment to providing the new Mac logo with wide scale, high profile visibility in combination with aggressive Apple-sponsored channel programs will increase overall sales of Macintosh products. Apple is working with our channel partners to ensure that packages with the Mac logo are prominently displayed and effectively merchandised. The goal of this campaign is to 
  42943. build a stronger, more financially secure Mac community that will continue to thrive for many years.
  42944. Some of the planned activities to support this campaign include:
  42945.  Retail End Caps, POP, ROP and Pre-Print Exposure 
  42946.  In-Store Merchandising Programs and Promotion
  42947.  Wholesale Distribution Programs
  42948.  Magazine Advertising Campaigns
  42949.  Mail-Order Catalog Programs and Promotions
  42950.  Apple Online Store Programs and Promotions 
  42951. To be considered for inclusion in these exciting, high-v
  42952. outlinesS
  42953. outlining
  42954. outlook{
  42955. outperform{
  42956. outputh
  42957. outputs
  42958. outside
  42959. outstanding
  42960. ovals
  42961. overB
  42962. overallx
  42963. overcome
  42964. overhead
  42965. overide
  42966. overlapping
  42967. override
  42968. overview`
  42969. owned
  42970. owner
  42971. package's
  42972. packaged
  42973. --set theItem to choose file -- uncomment to test in an AS editor
  42974.     tell application "Finder"
  42975.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Chooser:PACKman:"
  42976.         activate
  42977.     end tell
  42978. on error errMsg number errNum
  42979.     --enter statements to perform when no records are found such as...
  42980.     display dialog "Sorry, the item you selected could not be found."
  42981.     return
  42982. end try
  42983. e    No Changef
  42984. CardBus
  42985.  PCMCIA
  42986.  PC CardoBftp://ftp.apple.com/developer/Development_Kits/CardBus_DDK.sit.hqxq
  42987. Dev.CD Oct 00 SDK1
  42988. All Packages
  42989. CD TrackerI
  42990. CD Tracker is a sample that demonstrates how to read the table of contents from an audio CD to work out the number of tracks and the lengths of those tracks.JCCDTracker(PPC)
  42991. CDTracker.mcp
  42992. CDTracker.p
  42993. CDTracker.r
  42994. CDTracker.rsrcM
  42995. CD-ROM drive
  42996. N*CD-ROM, CD ROM, TOC, audio CD, CD Tracker
  42997. OKDev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:CD ROM:CD Tracker:V
  42998. 87674X
  42999. 1e    No Change
  43000. plans
  43001. 89601X
  43002. Jan 99^
  43003. q--set theItem to choose file -- uncomment to test in an AS editor
  43004.     tell application "Finder"
  43005.         open item "Dev.CD Jan 99 SDK1:Mac Logo:"
  43006.         activate
  43007.     end tell
  43008. on error errMsg number errNum
  43009.     --enter statements to perform when no records are found such as...
  43010.     display dialog "Sorry, the item you selected could not be found."
  43011.     return
  43012. end try
  43013. Deletedf
  43014. Apple
  43015. Dev.CD Jan 99 SDK1
  43016. bD&All Packages
  43017. System Software Edition
  43018. te upgrade for anyone on the Internet or anyone who wants to be. With more than 50 powerful new features, Mac OS 9 offers a full suite of capabilities for new and advanced users. Technologies  include  Sherlock 2, AppleScript, QuickTime, ColorSync, DVD, Digital Video, USB, FireWire, Open GL, Game Sprockets and more.
  43019. Localized releases of Mac OS 9 may be found on the October, November, and December 1999 System Software Editions in the following languages: Chinese (Simges: Chinese (Sim
  43020. 89602X
  43021. Summary: This graphics primer contains information and concepts that can aid in the understanding of Macintosh graphics.  
  43022. Features: It includes such things as understanding color and the differences between how computers generate colors versus how we see them.
  43023. Although this primer is not directly a prerequisite; it is recommended as a prerequisite for any other course involved in the study of graphics; such as the Apple Training Support courses for Macintosh Video Display Cards.
  43024. Mac Graphics Primer 2K
  43025. Vol IIIL
  43026. Vol VIIO;Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2PCDev.CD Nov 99 TC
  43027.  - Tool Chest
  43028.  - QuickDraw
  43029.  - Mac Graphics Primer KeyMapTest.mcp
  43030. KeyMapTst.pN
  43031. KeyMapOGDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:KeyMapTest:PODev.CD Aug 00 TC Disk 2
  43032.  - Sample Code
  43033.  - Human Interface Toolbox
  43034.  - KeyMapTestV
  43035. 87977X
  43036. Aug 00^    TC Disk 2
  43037. e    No Change
  43038. using
  43039. utilize@
  43040. various
  43041. vary@
  43042. version
  43043. versions@
  43044. video@
  43045. viewed@
  43046. viewing@
  43047. vision@
  43048. we're@
  43049. webobjects
  43050. tools
  43051. techniques
  43052. theresa
  43053. tensor
  43054. were@
  43055. appear
  43056. where
  43057. location
  43058. memory@
  43059. where@
  43060. which@
  43061. while@
  43062. white@
  43063. whole@
  43064. wide-angle@
  43065. williams@
  43066. window
  43067. window's@
  43068. windows/dos@
  43069. wishes@
  43070. plug-in's
  43071. within@
  43072. without@
  43073. words@
  43074. work-around@
  43075. wprocasm@
  43076. writes@
  43077. you'll@
  43078. you'll
  43079. access
  43080. documentation
  43081. software
  43082. technolo@
  43083. yours@
  43084. yourself@
  43085. zooming@
  43086. 04/95@
  43087. 1.4.2@
  43088. 1243@
  43089. 24gc@
  43090. 3dmf@
  43091. opp's
  43092. l to 
  43093. webobjects
  43094. webobjects
  43095. categories
  43096. posers
  43097. webobjects
  43098. database
  43099. webobjects
  43100. memory
  43101. webobjects
  43102. performance
  43103. tuning
  43104. webobjects
  43105. tools
  43106. techniques
  43107. white
  43108. win2maccountersample
  43109. windoid
  43110. windowcolors
  43111. windowpicker
  43112. windowpicker
  43113. windowsq
  43114. windows
  43115. services
  43116. 1.0.8
  43117. services
  43118. suite
  43119. 1.0.7
  43120. workbook
  43121. workgroup
  43122. workgroup
  43123. server
  43124. worldscript
  43125. worldscript
  43126. updater
  43127. worldwide
  43128. worldwide
  43129. quickdraw
  43130. worldwide
  43131. system
  43132. software
  43133. writerk
  43134. handles
  43135. xcmds
  43136. xfcnn
  43137.  and we've improved the Macintosh Drag and Drop extension to provide PowerPC glue code.  For development, we provide the DragLib library that you use to link with your appl
  43138. appearanceu
  43139. appearance
  43140. manageru
  43141. append
  43142. appkit
  43143. appkit
  43144. reference
  43145. n an AS editor
  43146.     tell application "Finder"
  43147.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:Cheap Studio:"
  43148.         activate
  43149.     end tell
  43150. on error errMsg number errNum
  43151.     --enter statements to perform when no records are found such as...
  43152.     display dialog "Sorry, the item you selected could not be found."
  43153.     return
  43154. end try
  43155. e    No Changef!sound
  43156. studio
  43157. Cheap Studio
  43158. syncCmdq
  43159. Dev.CD Aug 00 TC Disk 2
  43160. All Packages
  43161. Chinese Dictation KitO
  43162. Dev.CD Nov 96 TCP
  43163. Dev.CD Nov 96 TV
  43164. 87679X
  43165. Nov 96
  43166. purposeful
  43167. purposes
  43168. putawayvolumes
  43169. putting
  43170. setupgl
  43171. setups
  43172. setvideomediagraphic
  43173. setwutime
  43174. severalf
  43175. sfgetfolder
  43176. sfhookopenalias
  43177. sgdrawable
  43178. shaded
  43179. shading
  43180. shadingwinds
  43181. shadow{
  43182. shadows
  43183. shake
  43184. shannon
  43185. shape
  43186. shapes
  43187. sharable
  43188. share{
  43189.   --enter statements to perform when no records are found such as...
  43190.     display dialog "Sorry, the item you selected could not be found."
  43191.     return
  43192. end try
  43193. All Packages
  43194. QuickDraw GXO
  43195. Dev.CD Apr 95P
  43196. Dev.CD Apr 9V
  43197. 86793X
  43198. Apr 95
  43199. --set theItem to choose file -- uncomment to test in an AS editor
  43200.     tell application "Finder"
  43201.         open item "Dev.CD Apr 94
  43202. Dev.CD Jan 94
  43203. Dev.CD Oct 93
  43204. Dev.CD Jul 93
  43205. Dev.CD Apr 93"
  43206.         activate
  43207.     end tell
  43208. on error errMsg number errNum
  43209.     --enter statements to perform when no records are found such as...
  43210.     display dialog "Sorry, the item you selected could not be found."
  43211.     return
  43212. end try
  43213. practices
  43214. pre-7.5
  43215. pre-emptively
  43216. pre-mac
  43217. pre-print
  43218. pre-release
  43219. pre-scripted
  43220. pre-testing
  43221. pre-train
  43222. pre-translate
  43223. predetermined
  43224. prediction
  43225. preemptive
  43226. prefer
  43227. preference
  43228. preferences
  43229. preferred
  43230. preliminary
  43231. preloaded
  43232. premastering
  43233. premierey
  43234. preparation
  43235. prepare
  43236. prepared
  43237. preparememoryforio
  43238. preparing
  43239. bisibility programs, your products must have the Mac logo appropriately displayed on your products
  43240.  packaging as outlined on the guidelines. The Mac logo guidelines are included on this Developer CD. For more information, please see our web site at <http://developer.apple.com/mkt/maclogo.html> or contact our Licensing department at sw.license@apple.com.
  43241. JJClent Richardson Message.pdf
  43242. Mac Logo Art:
  43243. Mac Logo Guidelines:
  43244. NewMacLogoK
  43245. Jan 99N
  43246. Apple, Logo, MacO
  43247. Dev.CD Jan 99 SDK1:Mac Logo:P
  43248. Dev.CD Jan 99 SDK1
  43249.  - Mac Logo Open 1.1.1
  43250. packages
  43251. Summary:  The Verifier is an Apple internal localization verification tool.  It is used to catch localization problems such as corrupted CODE resources, and mismatched resource attribute bits.  It is very customized to Apple's internal needs, but it may serve as a good example on the types of things to look out for when you localize your software.
  43252. Features:
  43253.  Compares resources based on a user defined script file
  43254.  Compares file/resource flags
  43255.  Verifies vers resources
  43256.  Reports missing rB
  43257. esources between original/localized files
  43258. Issues: Apple internal tool.  Good example on what to look out for, though you may need to customize/rewrite for your own usage.
  43259. Verifier 1.0.imgK
  43260. Jun 92L
  43261. May 94M(MPW, any Mac w/13" minimum sized screen.O9Dev.CD Aug 00 TC Disk 1:Tool Chest:Localization:Verifier:PADev.CD Aug 00 TC Disk 1
  43262.  - Tool Chest
  43263.  - Localization
  43264.  - VerifierW
  43265. PEF Viewer is a utility which lets you graphically view all the aspects of a PEF container.  You can view all of the imported/exported symbols, disassembly any code section, disassemble the relocation opcodes and also view compressed and uncompressed data sections.
  43266. New with version 1.0d8 are:
  43267.  Disassembly of Altivec
  43268.  instructions in PowerPC code sections
  43269.  C++ name unmangling in the disassembly views
  43270.  You can now view CFM-68K import/export/relocation sections
  43271. Printing is not currently BSsupported.  The search feature is still under development and is not full-features.
  43272. PEF ViewerK
  43273. Jan 99M
  43274. PEF Viewer requires a PowerPCN
  43275. PEF, ContainerOBDev.CD Aug 00 TC Disk 1:Tool Chest:Developer Utilities:PEF Viewer:PJDev.CD Aug 00 TC Disk 1
  43276.  - Tool Chest
  43277.  - Developer Utilities
  43278.  - PEF Viewerfound such as...
  43279.     display dialog "Sorry, the item you selected could not be found."
  43280.     return
  43281. end try
  43282. All Packages
  43283. System Enabler 111 (PB 160/180)O
  43284. Dev.CD Apr 93V
  43285. 87291X
  43286. esource.
  43287. Icon Display:  A Think C project that shows how to display the pure pixel data in icnX families.
  43288. IconDimming:  This snippet shows two different ways to achieve a dimming effect on icons. The first method uses a custom color search procedure, and in the second method the RGB components of the icon's colortable entries are all dimmed before the image is copied.
  43289. Imageer 1.0.0d3:  The current release of Imageer is a basic image manipulation application which is designed to show how
  43290.  both Color QuickDraw and QuickDraw GX can be integrated into a single application with each document window supporting either technology.
  43291. MakeIcon:  This program shows how to take any size pixmap and create any size or depth icon.
  43292. MakeITable:  This sample application shows how to manipulate a GDevice
  43293. s inverse table.
  43294. Marquee:  Demonstrates marching ants (the scrolling dashed lines used in a selection rectangle).
  43295. MyDeviceLoop:  This snippet shows how to write a device loop that works u
  43296. Communications Toolbox
  43297. Contributed
  43298. Devices and Hardware
  43299. Files
  43300. Games
  43301. Graphics 2D
  43302. Graphics 3D
  43303. Help Systems
  43304. Human Interface Toolbox
  43305. Interapplication Comm
  43306. Memory
  43307. Networking
  43308. OS Utilities
  43309. Overview
  43310. Platforms and Tools
  43311. Printing
  43312. Processes
  43313. QuickTime
  43314. Runtime Architecture
  43315. Sound
  43316. mber errNum
  43317.     --enter statements to perform when no records are found such as...
  43318.     display dialog "Sorry, the item you selected could not be found."
  43319.     return
  43320. end try
  43321. All Packages
  43322. System Enabler 111 (PB 160/180)O
  43323. Dev.CD Apr 93P
  43324. Dev.CD Apr 9V
  43325. 88866X
  43326. Apr 93
  43327. b--set theItem to choose file -- uncomment to test in an AS editor
  43328.     tell application "Finder"
  43329.         open item "Dev.CD Apr 93"
  43330.         activate
  43331.     end tell
  43332. on error errMsg number errNum
  43333.     --enter statements to perform when no records are found such as...
  43334.     display dialog "Sorry, the item you selected could not be found."
  43335.     return
  43336. end try
  43337. All Packages
  43338. 88867X
  43339. macodbc
  43340. addeffectsegment
  43341. addendumx
  43342. addheader
  43343. addingd
  43344. additionn
  43345. additionalY
  43346. additionally
  43347. additions{
  43348. addresmenu[
  43349. addresmenu7.1
  43350. addressy
  43351. address
  43352. resolution
  43353. protocol
  43354. protocol
  43355. mapping
  43356. addresses
  43357. addressing
  43358. addsZ
  43359. apple
  43360. grayscale
  43361. appearance
  43362. 7editO
  43363. 7edit
  43364. 7edit
  43365. 7edit
  43366. 7edit
  43367. 7edit
  43368. readmeP
  43369. 8.5.1
  43370. 89600X
  43371. Nov 99^
  43372. --set theItem to choose file -- uncomment to test in an AS editor
  43373.     tell application "Finder"
  43374.         open item "Dev.CD Nov 99 TC:Tool Chest:QuickDraw:Mac Graphics Primer 2"
  43375.         activate
  43376.     end tell
  43377. on error errMsg number errNum
  43378.     --enter statements to perform when no records are found such as...
  43379.     display dialog "Sorry, the item you selected could not be found."
  43380.     return
  43381. end try
  43382. Deletedq
  43383. Dev.CD Nov 99 TC
  43384. aD!All Packages
  43385. Mac OS SDK Edition
  43386. s of Mac products, Apple, in conjunction with our worldwide channel partners, is launching an aggressive campaign to ensure customers can easily locate Mac products on retail shelves through the prominent display of the NEW Mac platform logo. We know you
  43387. ll want to capitalize on this renewed interest in the Mac platform and make your products stand out to the millions of customers who want to buy Mac products. Getting involved is simple:
  43388.   1. Obtain the NEW Mac platform NEW Mac platform 
  43389. foundation
  43390. foundation
  43391. reference
  43392. foundation's
  43393. fourg
  43394. four-byte
  43395. four-color
  43396. four-dimensional
  43397. fourier
  43398. fourth
  43399. fpoint
  43400. fractional
  43401. fragile
  43402. fragment
  43403. fragment
  43404. simple
  43405. application
  43406. designed
  43407. allow
  43408. fragments
  43409. frameY
  43410. frame-by-frame
  43411. frames
  43412. frames/sec
  43413. framework
  43414. ~--set theItem to choose file -- uncomment to test in an AS editor
  43415.     tell application "Finder"
  43416.         open item "Dev.CD Apr 94
  43417. Dev.CD Jan 94
  43418. Dev.CD Oct 93"
  43419.         activate
  43420.     end tell
  43421. on error errMsg number errNum
  43422.     --enter statements to perform when no records are found such as...
  43423.     display dialog "Sorry, the item you selected could not be found."
  43424.     return
  43425. end try
  43426. patterns
  43427. payoff
  43428. pci-based
  43429. pci-pci
  43430. pci-the{
  43431. pcmcia
  43432. peering
  43433. pending
  43434. penetrate
  43435. pentiumZ
  43436. people[
  43437. percentage
  43438. perfectly
  43439. performf
  43440. d to save the system gammas prior to u
  43441. rms and Tools
  43442. Printing
  43443. Processes
  43444. QuickTime
  43445. Runtime Architecture
  43446. Sound
  43447. Jan 92O$Dev.CD Aug 00 TC Disk 2:Sample Code:P&Dev.CD Aug 00 TC Disk 2
  43448.  - Sample CodeV
  43449. 87978X
  43450. Aug 00^    TC Disk 2
  43451. Moved
  43452. ep 00 RL Disk 1:Utilities:Macintosh CD-ROM Setup 5.3.2:PDDev.CD Sep 00 RL Disk 1
  43453.  - Utilities
  43454.  - Macintosh CD-ROM Setup 5.3.2V
  43455. 86432X
  43456. Sep 00^    RL Disk 1
  43457. e    No Change
  43458. hows you how to extend the printing capabilities of QuickDraw GX by creating a printing extension that can work with any appl
  43459. change
  43460. 90631X
  43461. Aug 00^    TC Disk 1
  43462. --set theItem to choose file -- uncomment to test in an AS editor
  43463.     tell application "Finder"
  43464.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:TranslateRotate:"
  43465.         activate
  43466.     end tell
  43467. on error errMsg number errNum
  43468.     --enter statements to perform when no records are found such as...
  43469.     display dialog "Sorry, the item you selected could not be found."
  43470.     return
  43471. end try
  43472. e    No Changef(Fixed Point
  43473. Rotation
  43474. Translation
  43475. 2D Mathq
  43476. Dev.CD Aug 00 TC Disk 1
  43477. hD!All Packages
  43478. Mac OS SDK Edition
  43479. Translation Manager
  43480. eUpdate from Mac OS Easy Open SDK to Translation Manager SDK to reflect the move from standalone product to System service. 
  43481. Contains a new example Translation Extension component which demonstrates correct packaging of 68K and PowerPC code.
  43482. Contains a copy of Mac OS Tech Note 1004 which describes proper packaging of components with 68K and PowerPC code.
  43483. e    No Change
  43484. 89599X
  43485. Jun 95^
  43486. --set theItem to choose file -- uncomment to test in an AS editor
  43487.     tell application "Finder"
  43488.         open item "Dev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:"
  43489.         activate
  43490.     end tell
  43491. on error errMsg number errNum
  43492.     --enter statements to perform when no records are found such as...
  43493.     display dialog "Sorry, the item you selected could not be found."
  43494.     return
  43495. end try
  43496. Deletedf;UNIX
  43497. Open Systems
  43498. workstation
  43499. Solaris
  43500. HP-UXq
  43501. Dev.CD Jun 95 RL
  43502. `D!All Packages
  43503. Tool Chest Edition
  43504. Mac Graphics Primer 2
  43505.     dialog "Sorry, the item you selected could not be found."
  43506.     return
  43507. end try
  43508. Deletedq
  43509. Dev.CD Jan 98 SDK1
  43510. All Packages
  43511. KillEveryOneButMeI
  43512. Some folks want to kill all the other applications running on a machine for demos, school situations, kiosks, etc. with System 7, it's easy, just use the Process Manager and AppleEvents. This thing shows you how.(n
  43513. a-law
  43514. a-law
  43515. a-law
  43516. rsrcm
  43517. about
  43518. about
  43519. appearancesample
  43520. about
  43521. appleshare
  43522. client
  43523. about
  43524. backlight
  43525. control
  43526. about
  43527. bbedit
  43528. about
  43529. clipboard
  43530. mag'n
  43531. about
  43532. clipboard
  43533. magician
  43534. about
  43535. clipboard
  43536. magician
  43537. about
  43538. clipboard
  43539. magician
  43540. about
  43541. convert
  43542. projects
  43543. about
  43544. about
  43545. creator
  43546. changer
  43547. about
  43548. custompc/b
  43549. about
  43550. dashed
  43551. lines
  43552. about
  43553. dashed-capped
  43554. lines
  43555. about
  43556. deepscreen
  43557. picker
  43558. about
  43559. deepscreen
  43560. picker
  43561. about
  43562. driver
  43563. installer
  43564. about
  43565. driver
  43566. installer
  43567. parser
  43568. adbreinit
  43569. adbreinit
  43570. noteX
  43571. adbreinit
  43572. addendumx
  43573. addframetomovie
  43574. addframetomovie
  43575. addframetomovie
  43576. _PjDev.CD Jun 95 RL
  43577.  - Technical Documentation
  43578.  - Tools Demos & Tech Overviews
  43579.  - Mac Application Environment       open item "Dev.CD Aug 00 TC Disk 2:Sample Code:"
  43580.         activate
  43581.     end tell
  43582. on error errMsg number errNum
  43583.     --enter statements to perform when no records are found such as...
  43584.     display dialog "Sorry, the item you selected could not be found."
  43585.     return
  43586. end try
  43587. Dev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:PMDev.CD Aug 00 TC Disk 1
  43588.  - Tool Chest
  43589.  - Testing & Debugging
  43590.  - General tools
  43591. Communications Toolbox
  43592. Contributed
  43593. Devices and Hardware
  43594. Files
  43595. Games
  43596. Graphics 2D
  43597. Graphics 3D
  43598. Help Systems
  43599. Human Interface Toolbox
  43600. Interapplication Comm
  43601. Memory
  43602. Networking
  43603. OS Utilities
  43604. Overview
  43605. Platforms and Tools
  43606. Printing
  43607. Processes
  43608. QuickTime
  43609. Runtime Architecture
  43610. Sound
  43611.     display dialog "Sorry, the item you selected could not be found."
  43612.     return
  43613. end try
  43614. D!All Packages
  43615. Tool Chest Edition
  43616. Chinese Handwriting Kit 1.0
  43617. Summary:  The Apple Chinese Handwriting Kit offers you another simple and yet powerful way of entering Chinese characters into your Macintosh computer. With the bundled wireless stylus and graphics tablet, you can just write any Chinese characters or phrases
  43618. either in simplified or traditional form
  43619. and your handwriting is automatically segmented and converted into two-byte digital text that can be further formatted in your favourite word-processing or page layout program. 
  43620. Requiring no trK
  43621. Summary:  Macintosh Application Environment
  43622.  (MAE)
  43623. the virtual Macintosh for open systems
  43624. is an innovative software product for users of RISC-based UNIX workstations. A complete Macintosh environment in an X Window, MAE brings the functionality and ease-of-use of the Macintosh computer to Sun Microsystems SPARCstations running the SunSoft Solaris operating system, as well as Hewlett-Packard 9000 Series 700 workstations running HP-UX. 
  43625. This folder contains product information about MAE, asB
  43626.  well as information about the MAE ISV Partnership Program, to help Macintosh developers to penetrate the UNIX market with Macintosh applications.
  43627. J%MAE 2.0 DataSheet
  43628. MAE 2.0 White PaperK
  43629. May 94L
  43630. Jun 95M
  43631. Adobe Acrobat Reader.NCUNIX, A/UX, Open Systems, Sun, HP, workstation, MAE, Solaris, HP-UXObDev.CD Jun 95 RL:Technical Documentation:Tools Demos & Tech Overviews:Mac Application Environment:
  43632. JTKiller Content.pdf
  43633. Part I PDF Links
  43634. Part II PDF Links
  43635. Part III PDF Links
  43636. sound filesK
  43637. Jan 98d
  43638. OLDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:WDEFColorSample:PTDev.CD Aug 00 TC Disk 2
  43639.  - Sample Code
  43640.  - Human Interface Toolbox
  43641.  - WDEFColorSamplebase
  43642. datething
  43643. falkenburg's
  43644. sprocket
  43645. daylight
  43646. dcmdi
  43647. debabelizer
  43648. debabelizer
  43649. debug
  43650. debugger
  43651. debuggerpresence
  43652. debugging
  43653. debugging
  43654. modern
  43655. memory
  43656. manager
  43657. debugging
  43658. sound
  43659. manager
  43660. declaration
  43661. declaration
  43662. decomp
  43663. decompressionandscal
  43664. deepscreen
  43665. deepscreen
  43666. picker
  43667. defproc
  43668. defprocs
  43669. delegateonlycomponen
  43670. demos
  43671. design
  43672. design
  43673. robustness
  43674. deskpat
  43675. detachedcontroller
  43676. detect
  43677. detection
  43678. detectorsy
  43679. develop
  43680. --set theItem to choose file -- uncomment to test in an AS editor
  43681.     tell application "Finder"
  43682.         open item "Dev.CD Apr 94
  43683. Dev.CD Jan 94
  43684. Dev.CD Oct 93
  43685. Dev.CD Jul 93"
  43686.         activate
  43687.     end tell
  43688. on error errMsg number errNum
  43689.     --enter statements to perform when no records are found such as...
  43690.     display dialog "Sorry, the item you selected could not be found."
  43691.     return
  43692. end try
  43693. arbage
  43694. voxiippc
  43695. voxiippc
  43696. voxiippc
  43697. bit-depth
  43698. explnd
  43699. please
  43700. vrbackbuffer
  43701. vrbackbuffer
  43702. vrbackbuffer
  43703. vrbackbuffer
  43704. vrbackbuffer
  43705. vrbackbuffer
  43706. vrbackbuffer
  43707. vrbackbuffer
  43708. vrbackbuffer
  43709. vrbackbuffer
  43710. vrcursors
  43711. vrcursors
  43712. vrcursors
  43713. vrcursors
  43714. vu-meter
  43715. vu-meter
  43716. vu-meter
  43717. vu-meter
  43718. ^J[Hose.h
  43719. HoseFile.r
  43720. HoseIrda.c
  43721. HoseIrda.h
  43722. HoseIrdaLib
  43723. LW8_Hosesample.mcp
  43724. PSWriterErr.h
  43725. READMEK
  43726. Jul 99M
  43727. LaserWriter 8.6 and aboveN'LaserWriter 8, custom hose, IrDA sampleO<Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:PDDev.CD Aug 00 TC Disk 2
  43728.  - Sample Code
  43729.  - Printing
  43730.  - LW8_HosesampleV
  43731. 89598X
  43732. Aug 00^    TC Disk 2
  43733. --set theItem to choose file -- uncomment to test in an AS editor
  43734.     tell application "Finder"
  43735.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:LW8_Hosesample:"
  43736.         activate
  43737.     end tell
  43738. on error errMsg number errNum
  43739.     --enter statements to perform when no records are found such as...
  43740.     display dialog "Sorry, the item you selected could not be found."
  43741.     return
  43742. end try
  43743. e    No Changef%LaserWriter 8
  43744. custom hose
  43745. IrDA sampleq
  43746. Dev.CD Aug 00 TC Disk 2
  43747. _D(All Packages
  43748. Reference Library Edition
  43749. Mac Application Environment 2.0
  43750.      dialog "Sorry, the item you selected could not be found."
  43751.     return
  43752. end try
  43753. ptags
  43754. ptags
  43755. manual
  43756. ptags
  43757. manual
  43758. ptesample
  43759. ptesample
  43760. ptestsignal
  43761. ptestsignal
  43762. ptestsignal
  43763. ptestsignal
  43764. ptestylesample
  43765. ptestylesample
  43766. pubscatalog
  43767. pubscatalog
  43768. pubsorderform
  43769. pubsorderform
  43770. putawayonevolume
  43771. putawayvolumes
  43772. putawayvolumes
  43773. putawayvolumes
  43774. putawayvolumes
  43775. start
  43776. qcopy
  43777. qcopy
  43778. environment
  43779. utilities
  43780. graphics
  43781. objects
  43782. printing
  43783. printing
  43784. drvrs
  43785. prog's
  43786. overview
  43787. typography
  43788. qdesign
  43789. qdesign
  43790. decom
  43791. qdesign
  43792. decomp
  43793. qdesign
  43794. decomp
  43795. readme
  43796. 1.1.1
  43797. spooler
  43798. patch
  43799. 1.0.2
  43800. 1.1.2
  43801. spooler
  43802. patch
  43803. 1.0.2
  43804. 1.1.3
  43805. spooler
  43806. patch
  43807. 1.0.2
  43808. qdmediacommon
  43809. qdmediacommon
  43810. qdmediamaker
  43811. b--set theItem to choose file -- uncomment to test in an AS editor
  43812.     tell application "Finder"
  43813.         open item "Dev.CD Apr 93"
  43814.         activate
  43815.     end tell
  43816. on error errMsg number errNum
  43817.     --enter statements to perform when no records are found such as...
  43818.     display dialog "Sorry, the item you selected could not be found."
  43819.     return
  43820. end try
  43821. d tell
  43822. on error errMsg number errNum
  43823.     --enter statements to perform when no records are found such as...
  43824.     display dialog "Sorry, the item you selected could not be found."
  43825.     return
  43826. end try
  43827. Movedq
  43828. Dev.CD Aug 00 TC Disk 2
  43829. All Packages
  43830. MacCheck
  43831.  1.0.4
  43832. 86430X
  43833.  lines in business, tend to have measurable business goals, unlike vertical organizational structures. 
  43834. This Success Guide is based on an adaptation of relevant sections of the book to address the specific needs of the interactive media developer community.  It is intended to help you increase your potential for success through project
  43835. electronic
  43836. electronics
  43837. macgamma
  43838. machack
  43839. macintosh
  43840. macmain
  43841. macmain
  43842. macos8and9
  43843. macos8documentation
  43844. macprefixl
  43845. macprefix
  43846. macsbugc
  43847. macsbug
  43848. resourcesc
  43849. datasheet
  43850. white
  43851. paper
  43852. mag'n
  43853. magic
  43854. magic
  43855. magic
  43856. utility
  43857. magican
  43858. magician
  43859. mail~
  43860. suite
  43861. makeN
  43862. makefile
  43863. makefilealias
  43864. makefilehelp
  43865. makeout
  43866. makethefolder
  43867. making
  43868. making
  43869. mamake
  43870. management
  43871. ppclistQ
  43872. on can be found in here.
  43873. The MacBinary-Standard and MacBinary-II-Standard  are the definitions of the MacBinary protocols.  These will be of interest to folks implimenting MacBinary in their communications or fiB
  43874. le compression packages.  
  43875. JMmacbinary-II-conf
  43876. macbinary-II-conf2
  43877. macbinary-II-standard
  43878. macbinary-standardK
  43879. May 93M
  43880. Adobe Acrobat Reader.OJDev.CD Sep 00 RL Disk 1:Technical Documentation:Misc. Standards:MacBinary:PRDev.CD Sep 00 RL Disk 1
  43881.  - Technical Documentation
  43882.  - Misc. Standards
  43883.  - MacBinary
  43884. All Packages
  43885. System Enabler 001 (IIvx, IIvi)O7Dev.CD Apr 94
  43886. Dev.CD Jan 94
  43887. Dev.CD Oct 93
  43888. Dev.CD Aug 93P6Dev.CD Apr 94
  43889. Dev.CD Jan 94
  43890. Dev.CD Oct 93
  43891. Dev.CD Aug 9V
  43892. 90361X
  43893. Apr 94
  43894. --set theItem to choose file -- uncomment to test in an AS editor
  43895.     tell application "Finder"
  43896.         open item "Dev.CD Apr 94
  43897. Dev.CD Jan 94
  43898. Dev.CD Oct 93
  43899. Dev.CD Aug 93"
  43900.         activate
  43901.     end tell
  43902. on error errMsg number errNum
  43903.     --enter statements to perform when no records are found such as...
  43904.     display dialog "Sorry, the item you selected could not be found."
  43905.     return
  43906. end try
  43907. All Packages
  43908. System Enabler 001 (IIvx, IIvi)O)Dev.CD Apr 94
  43909. Dev.CD Jan 94
  43910. Dev.CD Oct 93P(Dev.CD Apr 94
  43911. Dev.CD Jan 94
  43912. Dev.CD Oct 9V
  43913. 90362X
  43914. Apr 94
  43915. peter
  43916. pgpuam
  43917. pgpuam
  43918. enhancement
  43919. standard
  43920. appleshare
  43921. phase
  43922. philip
  43923. phone
  43924. phonetic
  43925. photo
  43926. society
  43927. softpower
  43928. softvdig
  43929. softvdig
  43930. software-only
  43931. video
  43932. digitizer
  43933. component
  43934. softwareP
  43935. software
  43936. development
  43937. development
  43938. transpo
  43939. software-only
  43940. solaris
  43941. soleu
  43942. solid
  43943. quicktime
  43944. quicktime
  43945. conferencing
  43946. quicktime
  43947. quicktime
  43948. es: windows, buttons, formatted text, etc.
  43949. Foundation Reference
  43950. The complete reference for OpenStep Foundation classes and protocols. Foundation is the heart of any OpenStep application, providing memory management and crucial classes such as NSArray, NSString, and NSThread.
  43951. CURRENT DOCUMENTATION:
  43952. Current documentation set is available on the Developer CD May 97, Tool Chest series or on our website via DevWorld at http://devworld.apple.com/dev/SWTechPubs/Documents/Download/apple.html.
  43953. *Discovering OPENSTEP: A Developer Tutorial (Windows NT)
  43954. *Object-Oriented Programming and the Objective-C Language
  43955. *Topics in OPENSTEP Programming
  43956. JNDiscoveringOpenstepBook.pdf
  43957. IntroAppKitBook.pdf
  43958. IntroFoundationBook.pdf
  43959. READMEK
  43960. Oct 97O]Dev.CD Oct 97 SDK1:What's New:Technical Documentaion:Rhapsody/OpenStep:RhapsodyDocumentation:PhDev.CD Oct 97 SDK1
  43961.  - What's New
  43962.  - Technical Documentaion
  43963.  - Rhapsody/OpenStep
  43964.  - RhapsodyDocumentation
  43965. testfunctions
  43966. testfunctions
  43967. testing
  43968. de    No Changef4Process Manager
  43969. GetNextProcess
  43970. GetProcessInformationq
  43971. Dev.CD Aug 00 TC Disk 2
  43972. All Packages
  43973. ProfileRenamer
  43974. What is the name of ColorSync
  43975.  Profile?
  43976. With ColorSync ICC Profiles, there are two separate profile names.  The obvious name is the name of the profile file.  This is the name that one can easily view and edit in the Finder.  The other name is the name in the profile.  This name can be longer and more descriptive than the file name which is limited by the file system to 31 characters on the Mac (or 8 characters on the DOS).  
  43977. Many applications correctly use the more descriptive internal 
  43978. 89861X
  43979.  as two-dimensional FFT and convolution. More important perhaps than the core performance benchmark is the manner in which one can sift through the myriad prevailing (and new) FFT frameworks, to arrive at a suitable such framework for the Velocity Engine.
  43980. J?G4 FFT.pdf
  43981. Test vBigDSP
  43982. Test vBigDSP.c
  43983. Test vBigDSP.out
  43984. vBigDSPM
  43985. G4468X
  43986. 1e    No Change
  43987. updater
  43988. updateresfile
  43989. updatesv
  43990. updates
  43991. technote
  43992. updatingj
  43993. upgrade
  43994. upgraded
  43995. upgrader
  43996. upgrades
  43997. upload
  43998. upload
  43999. given
  44000. upper
  44001. upper-left
  44002. upset
  44003. upshot
  44004. upside
  44005. urbina
  44006. access
  44007. collection
  44008. functions
  44009. allowing
  44010. access
  44011. urquhart
  44012. 89356X
  44013. Aug 00^    TC Disk 1
  44014. --set theItem to choose file -- uncomment to test in an AS editor
  44015.     tell application "Finder"
  44016.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Toolbox:DefProcs:"
  44017.         activate
  44018.     end tell
  44019. on error errMsg number errNum
  44020.     --enter statements to perform when no records are found such as...
  44021.     display dialog "Sorry, the item you selected could not be found."
  44022.     return
  44023. end try
  44024. e    No Changeq
  44025. Dev.CD Aug 00 TC Disk 1
  44026. All Packages
  44027. DelegateOnlyComponent
  44028. 89357X
  44029. y dialog "Sorry, the item you selected could not be found."
  44030.     return
  44031. end try
  44032. e    No Changef
  44033. Standard File
  44034. default folderq
  44035. Dev.CD Aug 00 TC Disk 1
  44036. All Packages
  44037. SetupGL
  44038. 88588X
  44039. interapplication
  44040. commQ
  44041. }JbCopyBits Application
  44042. CopyBits.make
  44043. LibHeaders
  44044. LibObject
  44045. ObjectCode
  44046. Resources
  44047. Scrapbook File
  44048. SourceK
  44049. Vol VL
  44050. Vol VIIIM
  44051. Color QuickDrawNGBitblitz, CopyBits, CopyMask, CopyDeepMask, GWorld, NewGWorld, GraphicsO:Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw:Bitblitz 1.0:PBDev.CD Aug 00 TC Disk 1
  44052.  - Tool Chest
  44053.  - QuickDraw
  44054.  - Bitblitz 1.0V
  44055. 89245X
  44056. Aug 00^    TC Disk 1
  44057. --set theItem to choose file -- uncomment to test in an AS editor
  44058.     tell application "Finder"
  44059.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:QuickDraw:Bitblitz 1.0:"
  44060.         activate
  44061.     end tell
  44062. on error errMsg number errNum
  44063.     --enter statements to perform when no records are found such as...
  44064.     display dialog "Sorry, the item you selected could not be found."
  44065.     return
  44066. end try
  44067. e    No ChangefABitblitz
  44068. CopyBits
  44069. CopyMask
  44070. CopyDeepMask
  44071. GWorld
  44072. NewGWorld
  44073. Graphicsq
  44074. Dev.CD Aug 00 TC Disk 1
  44075. All Packages
  44076. F    Blat dcmd
  44077. 89246X
  44078. --set theItem to choose file -- uncomment to test in an AS editor
  44079.     tell application "Finder"
  44080.         open item "Dev.CD Apr 94
  44081. Dev.CD Jan 94
  44082. Dev.CD Oct 93
  44083. Dev.CD Jul 93
  44084. Dev.CD Apr 93"
  44085.         activate
  44086.     end tell
  44087. on error errMsg number errNum
  44088.     --enter statements to perform when no records are found such as...
  44089.     display dialog "Sorry, the item you selected could not be found."
  44090.     return
  44091. end try
  44092. 89597X
  44093. Aug 00^    TC Disk 1
  44094. --set theItem to choose file -- uncomment to test in an AS editor
  44095.     tell application "Finder"
  44096.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:"
  44097.         activate
  44098.     end tell
  44099. on error errMsg number errNum
  44100.     --enter statements to perform when no records are found such as...
  44101.     display dialog "Sorry, the item you selected could not be found."
  44102.     return
  44103. end try
  44104. e    No Changef
  44105. Lurkers
  44106. Projector
  44107. Dev.CD Aug 00 TC Disk 1
  44108. All Packages
  44109. LW8 Hosesample
  44110. BThis sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  44111. This sample code demonstrates how a LaserWriter communication hose plug-in can be written for LaserWriter 8. An IrDA (Infrared) hose is used here as an example.
  44112. Jul 99V
  44113. 89598X
  44114. 1e    No Change
  44115. e Code:Human Interface Toolbox:LabelMenu:V
  44116. 87984X
  44117. 1e    No Change
  44118. typeservicesforunico
  44119. typeservicesforunico
  44120. typeservicesforunico
  44121. typeservicesforunico
  44122. typeservicesforunico
  44123. typography
  44124. uappframeadorner
  44125. uappframeadorner
  44126. uappframeadorner
  44127. uapplication
  44128. uapplication
  44129. uapplication
  44130. udemotext
  44131. udemotext
  44132. udemotext
  44133. udialogs
  44134. udialogs
  44135. udialogs
  44136. udialogutils
  44137. udialogutils
  44138. udocument
  44139. udocument
  44140. udocument
  44141. ueenie
  44142. ueenie
  44143. ueenie
  44144. uemergmem
  44145. uemergmem
  44146. uevents
  44147. uevents
  44148. ufailure
  44149. ufailure
  44150. ufailure
  44151. ufailure
  44152. ufailure
  44153. ufailure
  44154. ufailure
  44155. ufailure
  44156. ressor
  44157. ulawdecompressor
  44158. umafailure
  44159. umafailure
  44160. umafailure
  44161. umafailure
  44162. umafailure
  44163. umafailure
  44164. ects.
  44165.     *Create a handle that contains the first sound track in a QuickTime movie.
  44166.     *Open and play a WAVE file using the QuickTime API.
  44167.     *Set the volume level of a sound track in a QuickTime movie.
  44168.     *Use the bufferCmd sound command to continuously play a large buffer of audio data.
  44169.     *Get the current hardware settings.
  44170.     *Get the settings for a sound track in a QuickTime movie.
  44171.     *Get and set the current left and right volumes of a sound channel.
  44172.     *Let the user select an audio file and select C,its compression settings; then compress it.
  44173. J:Building QT Samples
  44174. README
  44175. SoundSnippets.c
  44176. SoundSnippets.hM
  44177. 68k or PowerPC (or newer) machines running System 8.5 or later.  PC with Intel Pentium or compatible processor. QuickTime 4.0 or later. CodeWarrior Pro 2 or later or Visual C++ 5.0 or later.NMQuickTime, Sound, Utilities, Track, Audio, Buffer, Volumes, WAVE, CompressionOLDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:SoundSnippets:ilities
  44178. b--set theItem to choose file -- uncomment to test in an AS editor
  44179.     tell application "Finder"
  44180.         open item "Dev.CD Jul 95"
  44181.         activate
  44182.     end tell
  44183. on error errMsg number errNum
  44184.     --enter statements to perform when no records are found such as...
  44185.     display dialog "Sorry, the item you selected could not be found."
  44186.     return
  44187. end try
  44188.  a mirror image of the ADN content on Apple's web site and is included for those developers who do not have web access. s:  PowerTracer gives detailed trace output information including the execution architecture for each sysB
  44189. tem function (i.e. 68k or PowerPC), execution architecture for the caller of a system function, and interrupt information. Trace information is collected in RAM and spooled to disk asynchronously.
  44190. General tools.imgK
  44191. Jul 95N/Optimization, Power Macintosh, PowerPC, ToolboxOEDev.CD Aug 00 TC Disk 1:Tool Chest:Testing & Debugging:General tools:V
  44192. 87443X
  44193. 1e    No Change
  44194. summary
  44195. folder
  44196. contains
  44197. following
  44198. localized
  44199. version
  44200. summary
  44201. folder
  44202. contains
  44203. macsnmp
  44204. developer's
  44205. summary
  44206. folder
  44207. contains
  44208. net-install
  44209. apple's
  44210. summary
  44211. folder
  44212. contains
  44213. assist
  44214. increas
  44215. program
  44216. shows
  44217. display
  44218. quicktime
  44219. drawing@
  44220. program
  44221. shows
  44222. construction
  44223. composited
  44224. developer
  44225. provides
  44226. technical
  44227. information
  44228. about
  44229. example
  44230. shows
  44231. automate
  44232. printing
  44233. while
  44234. still
  44235. show@
  44236. capture
  44237. carbon
  44238. carbon
  44239. carbon
  44240. developer
  44241. documentation
  44242. suite
  44243. adopting
  44244. manager
  44245. suspend/resume
  44246. aesuspendthecurrente
  44247. appleeventsO
  44248. appleevents
  44249. applescript
  44250. appleevent
  44251. object
  44252. model
  44253. appleevents
  44254. applescript
  44255. scriptable
  44256. editorO
  44257. appleevents
  44258. applescript
  44259. scriptable
  44260. editor
  44261. appleevent
  44262. appleglot
  44263. appleglot
  44264. localization
  44265. internationalization
  44266. translation
  44267. applescriptO
  44268. applescript
  44269. apple
  44270. events
  44271. aegizmosg
  44272. applescript
  44273. apple
  44274. events
  44275. appleevents
  44276. finder
  44277. inary
  44278. 86428X
  44279. ion "Finder"
  44280.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Printing:IsImageWriter:"
  44281.         activate
  44282.     end tell
  44283. on error errMsg number errNum
  44284.     --enter statements to perform when no records are found such as...
  44285.     display dialog "Sorry, the item you selected could not be found."
  44286.     return
  44287. end try
  44288. 89425X
  44289. Aug 00^    TC Disk 1
  44290. --set theItem to choose file -- uncomment to test in an AS editor
  44291.     tell application "Finder"
  44292.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Games:DroneZone:"
  44293.         activate
  44294.     end tell
  44295. on error errMsg number errNum
  44296.     --enter statements to perform when no records are found such as...
  44297.     display dialog "Sorry, the item you selected could not be found."
  44298.     return
  44299. end try
  44300. e    No Changef6InputSprocket
  44301. DrawSprocket
  44302. SoundSprocket
  44303. 3D Sound
  44304. QD3Dq
  44305. Dev.CD Aug 00 TC Disk 1
  44306. D!All Packages
  44307. Tool Chest Edition
  44308. PS 1.1.3
  44309.     e this code has a basic knowledge of the structure of a WAVE file, I would not use this code as a sample showing the most correct and complete way to parse a WAVE file.
  44310. JBheaders
  44311. IMADecom readme
  44312. IMADecompression
  44313. IMADecompression.
  44314. sourceOQDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Music and Sound:QTimadecompression:
  44315. t to change at any moment. You should be careful when using this.
  44316. GestaltValue:  GestaltValue is a binary library that allows you to add your own Gestalt selectors to the System. No source.
  44317. Sleep Queue Entry:  This snippet demonstrates how to create a sleep queue entry under Think C.
  44318. TestGestalt:  These sample applications show how to use Gestalt to get information on system features.
  44319. TimeZone.Daylight:  This program shows how you can use the ReadLocation function to show the current lC
  44320. ocation and time zone information that is in the Date & Time Control Panel.  The program also shows how you can determine if Daylight Savings Time is on or off.  The program also shows how you can determine if Daylight Savings Time is on or off.
  44321. May 94L
  44322. Nov 96
  44323. Lurkers is an MPW tool that is used to examine the Projector state of files (i.e. whether a file belongs to a project, is checked-in/checked-out/modifiable, etc.) This version, 1.7, replaces previous versions that can be found on prior releases of the Developer's CD.
  44324. This updated release of the tool has been modified so that filenames are quoted the way that the MPW shell performs its quoting. A new option, -p, allows the user to control the generation of progress messages while the tool B
  44325. is running.
  44326. JzFStubs.c
  44327. FStubs.c.o
  44328. Lurkers
  44329. Lurkers README
  44330. Lurkers README.txt
  44331. Lurkers.c
  44332. Lurkers.c.o
  44333. Lurkers.r
  44334. MakeFile
  44335. NameRevisionCurrentK
  44336. Mar 94L
  44337. Jan 98M
  44338. Lurkers, Projector, MPWOLDev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:Lurkers 1.7:PWDev.CD Aug 00 TC Disk 1
  44339.  - Tool Chest
  44340.  - Development Kits
  44341.  - MPW Related
  44342.  - Lurkers 1.7PMDev.CD Sep 00 RL Disk 1
  44343.  - What's New
  44344.  - Tool Chest
  44345.  - MacApp
  44346.  - MacApp R15d1
  44347.   See More Things in the 7.0 Finder
  44348.     This folder contains the 7.0 Finder "hook" for Virtual User.  When installed,
  44349.     the hook allows Virtual User to "see" many more things in 7.0 Finder
  44350.     dialogs and windows. For more information, see the "Mole.code Read Me"
  44351.     document.
  44352.   ShimmerMate 1.0b1
  44353.     Shimmermate is an application which has the ability to 'bless' systems 
  44354.     on a target drive, name the Chooser on a newly installed system on a target, 
  44355.     and move files (i.e. hiding 
  44356. the system file from the finder for 
  44357.     non-blessed systems) plus several other features.  All features are
  44358.     implemented with radio buttons or text strings (such as path names to hard
  44359.     drives and system files).
  44360.     Requirements:  ShimmerMate must be launched from the same volume 
  44361.     which you will be changing system information on (i.e. de-blessing
  44362.     system folders).
  44363.   VU Aid 1.0.8
  44364.     VU Aid is a tool which is installed on any VU target to help the Virtual
  44365.     User Age
  44366. shown
  44367. showsQ
  44368. program's@
  44369. prohibited@
  44370. propositin@
  44371. resources@
  44372. respond@
  44373. revised@
  44374. routinedescriptor@
  44375. ports
  44376. built-in
  44377. devices
  44378. ibm's
  44379. ibook
  44380. ibooks
  44381. ic-savvy
  44382. icon_
  44383. icon's
  44384. icondimming
  44385. icondispatch
  44386. iconposition
  44387. icons
  44388. iconutilcheck
  44389. ictbsample
  44390. idea[
  44391. ideal
  44392. ideally
  44393. identical
  44394. This sample includes two applications that illustrate how one can use the Process to Process Communications Toolbox (PPC Toolbox) to send messages from one application to another.  In this case, a faceless background server application allows client applications to connect using the PPC Toolbox and send commands that turn on or off file sharing on the machine where the server application is running.  Techniques illustrated include using asynchronous PPC Toolbox calls and how to write a facB
  44395. eless background application.
  44396. MW Remote Control.
  44397. MW Server Controller.
  44398. Remote Control
  44399. Remote Control.p
  44400. Remote Control.rsrc
  44401. Server Controller
  44402. Server Controller.p
  44403. Server Controller.rsrc
  44404. Server Remote Control Read Me
  44405. ServerControlIntf.p
  44406. Server_Remote_Control_1.1.txtK
  44407. Aug 95M
  44408. Metrowerks Pascal 6NDAppleShare, File Sharing, Faceless Background-only, FBA, PPC ToolboxOPDev.CD Aug 00 TC Disk 2:Sample Code:Interapplication Comm:Server Remote Control:
  44409. mdefproc
  44410. mdefproc
  44411. --set theItem to choose file -- uncomment to test in an AS editor
  44412.     tell application "Finder"
  44413.         open item "Dev.CD Aug 00 TC Disk 1:Tool Chest:Development Kits:MPW Related:MPWTool:"
  44414.         activate
  44415.     end tell
  44416. on error errMsg number errNum
  44417.     --enter statements to perform when no records are found such as...
  44418.     display dialog "Sorry, the item you selected could not be found."
  44419.     return
  44420. end try
  44421.   return
  44422. end try
  44423. e    No Changef
  44424. QuickTime
  44425. Effect
  44426. Customq
  44427. Dev.CD Aug 00 TC Disk 2
  44428. All Packages
  44429. Direct Pixel AccessI
  44430. This snippet shows one example of how to directly change the pixel values stored in a pixel image. The original pixel image is obtained from a 'icl8' resource.  Only the first 20 columns of the first 20 rows of the 'icl8' image is used.
  44431. J]Direct Pixel Access(PPC)
  44432. Direct Pixel Access.c
  44433. Direct Pixel Access.rsrc
  44434. DirectPixelAccess.mcpM
  44435. Color QuickDrawODDev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:Direct Pixel Access:V
  44436. 87811X
  44437. 1e    No Change
  44438. scrollbars
  44439. limited
  44440. their
  44441. range
  44442. signed
  44443. 16-bit
  44444. scrolled
  44445. scrolling
  44446. scrollingtextuserpan
  44447. scrollingtextuserpan
  44448. application
  44449. illustrating
  44450. scrolls
  44451. async
  44452. sample
  44453. simple
  44454. sample
  44455. illustrates
  44456. asynch
  44457. driveid
  44458. simple
  44459. sample
  44460. shows
  44461. driver
  44462. number
  44463. driver
  44464. example
  44465. sample
  44466. driver
  44467. supports
  44468. devices
  44469. contains
  44470. simple
  44471. wrapper
  44472. progra
  44473. simple
  44474. sample
  44475. simple
  44476. sample
  44477. illustrates
  44478. sample
  44479. sample
  44480. shows
  44481. async
  44482. secondly
  44483. seconds
  44484. secret
  44485. secretary
  44486. secrets
  44487. section{
  44488. sectionreport
  44489. All Packages
  44490. System Enabler 003 (LC III)OEDev.CD Apr 94
  44491. Dev.CD Jan 94
  44492. Dev.CD Oct 93
  44493. Dev.CD Jul 93
  44494. Dev.CD Apr 93PDDev.CD Apr 94
  44495. Dev.CD Jan 94
  44496. Dev.CD Oct 93
  44497. Dev.CD Jul 93
  44498. Dev.CD Apr 9V
  44499. 90385X
  44500. Apr 94
  44501. --set theItem to choose file -- uncomment to test in an AS editor
  44502.     tell application "Finder"
  44503.         open item "Dev.CD Apr 94
  44504. Dev.CD Jan 94
  44505. Dev.CD Oct 93
  44506. Dev.CD Jul 93
  44507. Dev.CD Apr 93"
  44508.         activate
  44509.     end tell
  44510. on error errMsg number errNum
  44511.     --enter statements to perform when no records are found such as...
  44512.     display dialog "Sorry, the item you selected could not be found."
  44513.     return
  44514. end try
  44515. All Packages
  44516. System Enabler 003 (LC III)O7Dev.CD Apr 94
  44517. Dev.CD Jan 94
  44518. Dev.CD Oct 93
  44519. Dev.CD Jul 93P6Dev.CD Apr 94
  44520. Dev.CD Jan 94
  44521. Dev.CD Oct 93
  44522. Dev.CD Jul 9V
  44523. 90386X
  44524. Apr 94
  44525. All Packages
  44526. System Enabler 003 (LC III)OEDev.CD Apr 94
  44527. Dev.CD Jan 94
  44528. Dev.CD Oct 93
  44529. Dev.CD Jul 93
  44530. Dev.CD Apr 93PDDev.CD Apr 94
  44531. Dev.CD Jan 94
  44532. Dev.CD Oct 93
  44533. Dev.CD Jul 93
  44534. Dev.CD Apr 9V
  44535. 90389X
  44536. Apr 94
  44537. --set theItem to choose file -- uncomment to test in an AS editor
  44538.     tell application "Finder"
  44539.         open item "Dev.CD Apr 94
  44540. Dev.CD Jan 94
  44541. Dev.CD Oct 93
  44542. Dev.CD Jul 93
  44543. Dev.CD Apr 93"
  44544.         activate
  44545.     end tell
  44546. on error errMsg number errNum
  44547.     --enter statements to perform when no records are found such as...
  44548.     display dialog "Sorry, the item you selected could not be found."
  44549.     return
  44550. end try
  44551. All Packages
  44552. System Enabler 003 (LC III)OEDev.CD Apr 94
  44553. Dev.CD Jan 94
  44554. Dev.CD Oct 93
  44555. Dev.CD Jul 93
  44556. Dev.CD Apr 93PDDev.CD Apr 94
  44557. Dev.CD Jan 94
  44558. Dev.CD Oct 93
  44559. Dev.CD Jul 93
  44560. Dev.CD Apr 9V
  44561. 90390X
  44562. Apr 94
  44563. to post public messages to the network.
  44564. Talking Heads:  Startup document that allow you to "talk" with others in your network.  Files can be transferred between users.
  44565. TalkTool:  TalkTool is an MPW tool that allows you to use several protocols over AppleTalk.  It can send DDP, ATP, and Echo packets, and you can register names, get the zone list, and view names registered in the network
  44566. TCP:  Includes two MPW Tools, TCPSend and TCPReceive, that demonstrate a very simple establishment of 
  44567. a TCP connection and sending a text string over that connection. An API library of all the MacCTB driver and DNR calls is also included.
  44568. TCP Server:  This client/server sample uses MacTCP to implement a simple "greeting" server.  The server opens up several listeners on kGreetingPort (1235).
  44569. TCPClose:  This snippet shows how to close a connection gracefully without causing errors or forcing aborts on either the local or remote end.
  44570. testNBP:  Test program to demonstrate case insensitivit
  44571. 89231X
  44572. Aug 00^    TC Disk 2
  44573. --set theItem to choose file -- uncomment to test in an AS editor
  44574.     tell application "Finder"
  44575.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:AuntieDialog:"
  44576.         activate
  44577.     end tell
  44578. on error errMsg number errNum
  44579.     --enter statements to perform when no records are found such as...
  44580.     display dialog "Sorry, the item you selected could not be found."
  44581.     return
  44582. end try
  44583. e    No Changef-dialog
  44584. window
  44585. control
  44586. auntie
  44587. replacemento&http://developer.apple.com/samplecode/q
  44588. Dev.CD Aug 00 TC Disk 2
  44589. All Packages
  44590. Auto Center ViewI
  44591. This is a simple subclass of TView that stays centered in its superview. I use it to keep button palettes in the same relative location regardless of the size of the window they
  44592. re in.J7AutoCenterView Doc
  44593. TAutoCenterView.cp
  44594. TAutoCenterView.hM
  44595. MacAppOPDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MacApp:Auto Center View:V
  44596. 89232X
  44597. 1e    No Change
  44598. The Apple Information Access Toolkit (AIAT) is an object-oriented information access engine that provides required capabilities to index, search, and analyze large volumes of documents. The AIAT, formerly known by its code name 
  44599. V-Twin,
  44600.  is a collection of tools which can be used separately or together to perform a variety of information access tasks.
  44601. New feaures of AIAT 1.1 include:
  44602.  Document summarization - rank sentences within a document
  44603.  Document routing - specify arbitrary documenB
  44604. t categories and route documents among them
  44605.  Incremental accessor updating
  44606.  Improved related terms algorithm
  44607. Contact Apple's Software Licensing Department for licensing information
  44608. JOAIAT 1.0 Manual.pdf
  44609. AIAT 1.1 Changes.pdf
  44610. AIAT ReadMe
  44611. Examples
  44612. Headers
  44613. LibrariesK
  44614. Nov 97L
  44615. Jun 98MLMetrowerks CodeWarrior Pro version 1 or Metrowerks CodeWarrior Pro version 2N
  44616. search, index, vtwin, summaryO0Dev.CD Oct 00 SDK1:Development Kits:Mac OS:AIAT:
  44617. 89791X
  44618. Aug 00^    TC Disk 1
  44619. --set theItem to choose file -- uncomment to test in an AS editor
  44620.     tell application "Finder"
  44621.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:Display Manager:Play Video Sample:"
  44622.         activate
  44623.     end tell
  44624. on error errMsg number errNum
  44625.     --enter statements to perform when no records are found such as...
  44626.     display dialog "Sorry, the item you selected could not be found."
  44627.     return
  44628. end try
  44629. e    No Changef
  44630. Display Manager
  44631. Play Videoq
  44632. Dev.CD Aug 00 TC Disk 1
  44633. All Packages
  44634. F    PlayMovie
  44635. This demo program shows how to display any QuickTime content within a java.awt display space using the QTCanvas. It also demonstrates the use of the different resize options of the QTCanvas (with the QTCanvas' alignment set to centre it in the display space).
  44636. J-PlayMovie
  44637. PlayMovie.zip
  44638. pm.bat
  44639. README.txt
  44640. Feb 00
  44641. OKDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:PlayMovie:V
  44642. 89792X
  44643. 1e    No Change
  44644. 89308X
  44645. Oct 00^
  44646. --set theItem to choose file -- uncomment to test in an AS editor
  44647.     tell application "Finder"
  44648.         open item "Dev.CD Oct 00 SDK1:Development Kits:Mac OS:Control Strip:"
  44649.         activate
  44650.     end tell
  44651. on error errMsg number errNum
  44652.     --enter statements to perform when no records are found such as...
  44653.     display dialog "Sorry, the item you selected could not be found."
  44654.     return
  44655. end try
  44656. e    No Changef%Control Strip
  44657. PowerBook
  44658. Control Panelq
  44659. Dev.CD Oct 00 SDK1
  44660. All Packages
  44661. ControlBackgroundI
  44662. Shows how to affect the background color of a control when drawing it.  It works regardless of the presence of Appearance, with color windows, and with or without control embedding turned on.J
  44663. ControlBackground(PPC)
  44664. ControlBackground.c
  44665. ControlBackground.mcp
  44666. ControlBackground.rsrc
  44667. MoveableModalDialog.c
  44668. MoveableModalDialog.hK
  44669. Aug 97ONDev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:ControlBackground:V
  44670. 89309X
  44671. 1e    No Change
  44672. Select. Note t
  44673. bitmap
  44674. blitter
  44675. block
  44676. botright
  44677. bottleneck
  44678. bridge
  44679. broadcast
  44680. browse
  44681. browse
  44682. internet
  44683. services
  44684. browser
  44685. btstbool
  44686. btstq
  44687. bufcallback
  44688. buffer
  44689. buffered
  44690. buffered
  44691. system
  44692. reports
  44693. builder
  44694. built-in
  44695. bundle
  44696. bundle
  44697. services
  44698. burned-in
  44699. burned-in
  44700. address
  44701. burning
  44702. burning
  44703. business
  44704. business
  44705. processes
  44706. button
  44707. buttons
  44708. cfrange
  44709. cfrelease
  44710. cfretain
  44711. cftype
  44712. cftypeid
  44713. chained
  44714. chained
  44715. completion
  44716. routines
  44717. cheap
  44718. cheap
  44719. studio
  44720. checkbox
  44721. chinese
  44722. chinese
  44723. language
  44724. traditional
  44725. simplified
  44726. choosing
  44727. choosing
  44728. aliases
  44729. ciconhandle
  44730. classes
  44731. client
  44732. clouseau
  44733. ression
  44734. older" example that shows the files in the folder grayed out.
  44735. SettingUpStdFile:  This snippet demonstrates how to make Standard File select an initial file under both System 6 and System 7.
  44736. SFGetFolder C:  This sample uses the new System 7 CustomGetFile routine to provide a StandardGetFolder call to be used by applications when the user needs to select a folder instead of a file. C Version.
  44737. SFGetFolder Pascal:  This sample uses the new System 7 CustomGetFile routine to provide a Standar
  44738. dGetFolder call to be used by applications when the user needs to select a folder instead of a file. Pascal Version.
  44739. stdFilterHacking:  The new Standard Dialog Filter in 7.0 and later has a problem: if you dim a button and then your dialog gets an activate event,  the button will be re-enabled! Here's some code to fix the problem.
  44740. Un/mount:  This sample demonstrates how to handle disk-inserted events in a modal dialog. Along the way, it demonstrates how to field a disk-inserted event wit
  44741. format
  44742. device
  44743. driver
  44744. cd-rom
  44745. iso9660
  44746. iso9660
  44747. inputsprocket
  44748. powerplant
  44749. items
  44750. japanese
  44751. javao
  44752. applescript
  44753. scripting
  44754. applescript
  44755. magic
  44756. oracle
  44757. keyboardV
  44758. keyboard
  44759. keychain
  44760. keychain
  44761. password
  44762. storage
  44763. passphrase
  44764. password
  44765. keymap
  44766. keysv
  44767. knowspict
  44768. korean
  44769. label
  44770. label
  44771. labels
  44772. labels
  44773. language
  44774. language
  44775. analysis
  44776. language
  44777. analysis
  44778. architecture
  44779. japanese
  44780. apple
  44781. event
  44782. dcmdi
  44783. mactcp
  44784. showdraghilite
  44785. showingO
  44786. showsQ
  44787. \N7long double, CodeWarrior, MathLib, double, Long doublese:Human Interface Toolbox:LabelMenu:PNDev.CD Aug 00 TC Disk 2
  44788.  - Sample Code
  44789.  - Human Interface Toolbox
  44790.  - LabelMenuV
  44791. 87984X
  44792. Aug 00^    TC Disk 2
  44793. --set theItem to choose file -- uncomment to test in an AS editor
  44794.     tell application "Finder"
  44795.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Human Interface Toolbox:LabelMenu:"
  44796.         activate
  44797.     end tell
  44798. on error errMsg number errNum
  44799.     --enter statements to perform when no records are found such as...
  44800.     display dialog "Sorry, the item you selected could not be found."
  44801.     return
  44802. end try
  44803. e    No Changef
  44804. label
  44805. labels
  44806. menuq
  44807. Dev.CD Aug 00 TC Disk 2
  44808. ID!All Packages
  44809. Mac OS SDK Edition
  44810. Language Analysis SDK
  44811.     ith better tools to develop your applications. Please, do not leave this for tomorrow (unless you are in the process of shipping today your latest MacApp-based product!). This information is needed ASAP.
  44812. Thanks for your feedback.
  44813. Regards,
  44814. Ricardo G
  44815. Communications Toolbox
  44816. Contributed
  44817. Devices and Hardware
  44818. Files
  44819. Games
  44820. Graphics 2D
  44821. Graphics 3D
  44822. Help Systems
  44823. Human Interface Toolbox
  44824. Interapplication Comm
  44825. Memory
  44826. Networking
  44827. OS Utilities
  44828. Overview
  44829. Platforms and Tools
  44830. Printing
  44831. Processes
  44832. QuickTime
  44833. Runtime Architecture
  44834. Sound
  44835. understands
  44836. understood
  44837. undocumented
  44838. unexpected
  44839. unexpectedly
  44840. unfamiliar
  44841. unfortunately
  44842. unfriendly
  44843. unicode
  44844. version
  44845. version
  44846. numbers
  44847. video
  44848. video
  44849. conferencing
  44850. video
  44851. device
  44852. video
  44853. device
  44854. modes
  44855. video
  44856. frame
  44857. video
  44858. output
  44859. component
  44860. video
  44861. toolkit
  44862. enable/disable
  44863. viewenable
  44864. viewer
  44865. virtual
  44866. re    No Changef
  44867. Alias Manager
  44868. relative aliasq
  44869. Dev.CD Aug 00 TC Disk 1
  44870. All Packages
  44871. Restore Screen Cluts
  44872. This snippet shows how to restore all the screen's color tables back to what they normally are using two different methods. To demonstrate this, set your main screen to eight bits per pixel and run the program and open the Flowers PICT file. A window that displays the contents of the PICT file appears on the main screen, and its color table should change to the one in the PICT file. The is controlled by a palette full of tolerant colors. Now close the window, and you'll see that the screenB
  44873. 's color table does not get set back to the default color table. But if you go to the Display menu and choose either of the commands there, all the screen's color tables should be restored back to what they normally are.
  44874. 90131X
  44875. 1e    No Change
  44876. AppleTalk MIB (RFC 1243) alias
  44877. AppleTalk SW for SNMP alias
  44878. Mac System MIB alias
  44879. MacSNMP demo and test
  44880. MacSNMP Developer 1.0.2
  44881. MacSNMP Programmer
  44882. s Guide
  44883. MacSNMP Transport 1.0.2
  44884. Overview - SNMP Development
  44885. Overview - SNMP Development.txt
  44886. TCP/IP MIB-II (RFC 1213) alias
  44887. though
  44888. thought
  44889. thoughts
  44890. thousand
  44891. thousands
  44892. thrashing
  44893. thread
  44894. threaded
  44895. threads
  44896. threeu
  44897. three-dimensional
  44898. threshold
  44899. coreb
  44900. foundation
  44901. developer
  44902. documentation
  44903. foundation
  44904. documentation
  44905. corefoundation
  44906. coresample
  44907. corner
  44908. corporate
  44909. corporation
  44910. correct
  44911. corrected
  44912. correctly
  44913. corrects
  44914. correlate
  44915. correspondence
  44916. corresponding
  44917. corresponds
  44918. corrosponding
  44919. corrupt
  44920. corrupted
  44921. corruption
  44922. cosmetic[
  44923. costly
  44924. costs{
  44925. could]
  44926. using
  44927. enterprise
  44928. objects
  44929. framework
  44930. openstep
  44931. language
  44932. updater
  44933. f/macos8
  44934. languages
  44935. laserwriter
  44936. laserwriter
  44937. laserwriter
  44938. 8.5.1gm
  44939. launchwithdoc
  44940. launchwithdoc2
  44941. drive
  44942. verilog
  44943. library
  44944. light
  44945. light
  44946. adorner
  44947. lines
  44948. listindialog
  44949. listmania
  44950. control
  44951. scroll
  44952. scroll
  44953. driver
  44954. localization
  44955. localization
  44956. japan
  44957. localizers
  44958. location
  44959. locator
  44960. lockfile
  44961. lockvol
  44962. lockvol
  44963. doubles
  44964. lurkers
  44965. lurkers
  44966. hosesample
  44967. --set theItem to choose file -- uncomment to test in an AS editor
  44968.     tell application "Finder"
  44969.         open item "Dev.CD Apr 94
  44970. Dev.CD Jan 94
  44971. Dev.CD Oct 93
  44972. Dev.CD Jul 93"
  44973.         activate
  44974.     end tell
  44975. on error errMsg number errNum
  44976.     --enter statements to perform when no records are found such as...
  44977.     display dialog "Sorry, the item you selected could not be found."
  44978.     return
  44979. end try
  44980. Time, Runtime Architecture, Sound and Text.
  44981. Windows sample code is also included in selB}ect categories. Samples are designed to work with CodeWarrior 2 or later and Universal Interfaces 3.2 unless otherwise noted.
  44982. Communications Toolbox
  44983. Contributed
  44984. Devices and Hardware
  44985. Files
  44986. Games
  44987. Graphics 2D
  44988. Graphics 3D
  44989. Help Systems
  44990. Human Interface Toolbox
  44991. Interapplication Comm
  44992. Memory
  44993. Networking
  44994. OS Utilities
  44995. Overview
  44996. Platforms and Tools
  44997. Printing
  44998. Processes
  44999. QuickTime
  45000. Runtime Architecture
  45001. Sound
  45002. Vol IVL
  45003. Aug 00O$Dev.CD Aug 00 TC Disk 2:Sample Code:stribution
  45004. \OMDev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:PXDev.CD Aug 00 TC Disk 2
  45005.  - Sample Code
  45006.  - Platforms and Tools
  45007.  - MathLib
  45008.  - Long doublesV
  45009. 89596X
  45010. Aug 00^    TC Disk 2
  45011. --set theItem to choose file -- uncomment to test in an AS editor
  45012.     tell application "Finder"
  45013.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Platforms and Tools:MathLib:Long doubles:"
  45014.         activate
  45015.     end tell
  45016. on error errMsg number errNum
  45017.     --enter statements to perform when no records are found such as...
  45018.     display dialog "Sorry, the item you selected could not be found."
  45019.     return
  45020. end try
  45021. e    No Changef3long double
  45022. CodeWarrior
  45023. MathLib
  45024. double
  45025. Long doublesq
  45026. Dev.CD Aug 00 TC Disk 2
  45027. All Packages
  45028. Lurkers 1.7
  45029. 89597X
  45030. ntioned above. "Kotoeri", Apple's input method for Japanese, uses LAA to convert a string entered all in phonetic characters into a text of Kanji and Kana characters in the right order. It uses LAA to convert a given text of Kanj
  45031. System Enabler 088 (AVs)O
  45032. Dev.CD Apr 94
  45033. Dev.CD Jan 94P
  45034. Dev.CD Apr 94
  45035. Dev.CD Jan 9V
  45036. 90443X
  45037. Apr 94
  45038. p--set theItem to choose file -- uncomment to test in an AS editor
  45039.     tell application "Finder"
  45040.         open item "Dev.CD Apr 94
  45041. Dev.CD Jan 94"
  45042.         activate
  45043.     end tell
  45044. on error errMsg number errNum
  45045.     --enter statements to perform when no records are found such as...
  45046.     display dialog "Sorry, the item you selected could not be found."
  45047.     return
  45048. end try
  45049. All Packages
  45050. System Enabler 088 (AVs)O
  45051. Dev.CD Apr 94P
  45052. Dev.CD Apr 9V
  45053. 90444X
  45054. Apr 94
  45055. b--set theItem to choose file -- uncomment to test in an AS editor
  45056.     tell application "Finder"
  45057.         open item "Dev.CD Apr 94"
  45058.         activate
  45059.     end tell
  45060. on error errMsg number errNum
  45061.     --enter statements to perform when no records are found such as...
  45062.     display dialog "Sorry, the item you selected could not be found."
  45063.     return
  45064. end try
  45065. All Packages
  45066. 90445X
  45067. dropped
  45068. dropping
  45069. dropprint
  45070. dropprint
  45071. demonstrates
  45072. method
  45073. identifying
  45074. attached
  45075. drops
  45076. dsp/opengl
  45077. dspcontext
  45078. dspgetversion
  45079. dspuserselectcontext
  45080. dstspec
  45081. utilities
  45082. collection
  45083. utilities
  45084. sample
  45085. dtscpluslibrary
  45086. dtscpluslibrary
  45087. mini-framework
  45088. small
  45089. simple
  45090. dudes
  45091. dummy
  45092. dumped
  45093. dumpnetworksetup
  45094. dumpnetworksetup
  45095. dumps
  45096. entire
  45097. contents
  45098. network
  45099. dumps
  45100. dumpster
  45101. duplicate
  45102. during_
  45103. dutch
  45104. dykstra-erickson
  45105. dylan
  45106. dynamic
  45107. aiffk
  45108. airport
  45109. network
  45110. server
  45111. symbiotic
  45112. client
  45113. server
  45114. alawm
  45115. aliasn
  45116. alias
  45117. hypercard
  45118. system
  45119. alias
  45120. manager
  45121. relative
  45122. alias
  45123. alternatebufferdisplr
  45124. altivec
  45125. altivec
  45126. emulator
  45127. analysis
  45128. animateentry
  45129. animatepalette
  45130. animation
  45131. antlr
  45132. antlr
  45133. pccts
  45134. parser
  45135. generator
  45136. compiler
  45137. tools
  45138. appearanceu
  45139. appearance
  45140. gworld
  45141. off-screen
  45142. appearance
  45143. keyboard
  45144. function
  45145. keysv
  45146. appearance
  45147. manageru
  45148. appleb
  45149. apple
  45150. guide
  45151. systems
  45152. apple
  45153. apple
  45154. guide
  45155. apple
  45156. apple
  45157. apple
  45158. developer
  45159. newsz
  45160. apple
  45161. share
  45162. authentication
  45163. pbvolumemount
  45164. appleeventa
  45165. privateconditionals
  45166. privateconditionals
  45167. privileges
  45168. privileges
  45169. procdoggie
  45170. procdoggie
  45171. procdoggie
  45172. procdoggie
  45173. procdoggie
  45174. process
  45175. process
  45176. process
  45177. processes
  45178. processhelpers
  45179. processhelpers
  45180. processhelpers
  45181. processor
  45182. product
  45183. productinfo
  45184. productsS
  45185. profile
  45186. profiler
  45187. profiles
  45188. prog's
  45189. progguidex
  45190. progguide
  45191. apple
  45192. scannersx
  45193. program
  45194. programmatich
  45195. programmatic
  45196. interface
  45197. programmer's
  45198. programming
  45199. override
  45200. f--set theItem to choose file -- uncomment to test in an AS editor
  45201.     tell application "Finder"
  45202.         open item "Dev.CD Jun 97 SSW"
  45203.         activate
  45204.     end tell
  45205. on error errMsg number errNum
  45206.     --enter statements to perform when no records are found such as...
  45207.     display dialog "Sorry, the item you selected could not be found."
  45208.     return
  45209. end try
  45210. quicktime
  45211. draghook
  45212. pansion
  45213. filetool
  45214. firewire
  45215. folder
  45216. foreground
  45217. foundation
  45218. frameY
  45219. framework^
  45220. functionv
  45221. functions
  45222. gamma
  45223. gatewayT
  45224. gdevice
  45225. gestalt
  45226. gestalt
  45227. gestaltnativecputype
  45228. gestaltprocessortype
  45229. gestaltnativecputype
  45230. gestaltprocessortype
  45231. getcontrolmaximum
  45232. getcontrolminimum
  45233. getcontrolvalue
  45234. getcpixel
  45235. getpixbaseaddr
  45236. getscrap
  45237. glossaries
  45238. grabber
  45239. graphicimporter
  45240. Disk Copy is a utility application that will mount disk images on your desktop, make exact copies of floppy disks from a disk image, convert disk images from one format to another, create a disk image from a mounted volume or individual folder, segment a disk image into separate files, create self-mounting disk images, and create a new blank disk image. Using DiskScripts, AppleScript, and self mounting images, it can be used to automate software installations and disk image manipulation.
  45241. This Quick Reference will explain the basic functions of Disk Copy. More detail is provided in the Disk Copy Manual and Balloon Help.
  45242. Changes from Disk Copy 6.3.2
  45243.  Added support for accessing disk images with the Macintosh Compatibility Application of Mac OS X Server.
  45244. Changes from Disk Copy 6.3.1
  45245.  An issue that prevented accessing AppleShare file servers via Navigation Services dialogs has been corrected.
  45246.  Added support for making floppies from certain USB floppy drives.
  45247.  Various i
  45248. Apr 00L
  45249. Apr 00NWHardware Developer Documentation, developer notes, devnotes, Power Mac, Power MacintoshOmDev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:P{Dev.CD Feb 00 TC
  45250.  - What's New?
  45251.  - Technical Publications
  45252.  - Technical Documentation
  45253.  - Developer Documentation
  45254.  - hardwareV
  45255. 89394X
  45256. Feb 00^
  45257. --set theItem to choose file -- uncomment to test in an AS editor
  45258.     tell application "Finder"
  45259.         open item "Dev.CD Feb 00 TC:What's New?:Technical Publications:Technical Documentation:Developer Documentation:hardware:"
  45260.         activate
  45261.     end tell
  45262. on error errMsg number errNum
  45263.     --enter statements to perform when no records are found such as...
  45264.     display dialog "Sorry, the item you selected could not be found."
  45265.     return
  45266. end try
  45267. e    No ChangefSHardware Developer Documentation
  45268. developer notes
  45269. devnotes
  45270. Power Mac
  45271. Power Macintosho.http://developer.apple.com/techpubs/index.htmlq
  45272. Dev.CD Feb 00 TC
  45273. e    No Changef
  45274. QuickTime
  45275. browser
  45276. Dev.CD Aug 00 TC Disk 2
  45277. All Packages
  45278. MovieCallbacksI
  45279. This demo program shows how to display a QuickTime movie within a window and add CallBacks. The CallBacks are QuickTime calling back into Java through the MovieController, Movie and QuickTimeVR API. J7mc.bat
  45280. MovieCallbacks
  45281. MovieCallbacks.zip
  45282. README.txt
  45283. Feb 00
  45284. - Common
  45285.     - Sun Compliant Java Runtime Environment 1.1
  45286.     - QuickTime 3 
  45287.     - QTJava.zip
  45288.     - QTJava media samples
  45289. - Mac OS:
  45290.     - System 8 or later
  45291.     - Macintosh Runtime for Java (MRJ) 2.1
  45292. - Windows 95, 98, or NT::
  45293.     - JRE/JDK from Sun Microsystems, Inc. recommended
  45294. QuickTime, Java, MRJOPDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:QuickTime for Java:MovieCallbacks:P[Dev.CD Aug 00 TC Disk 2
  45295.  - Sample Code
  45296.  - QuickTime
  45297.  - QuickTime for Java
  45298.  - MovieCallbacksV
  45299. 89672X
  45300. Aug 00^    TC Disk 2
  45301. e    No Change
  45302. macintosh
  45303. coprocessor
  45304. platformR
  45305. macintosh
  45306. macodbc
  45307. macosxserver
  45308. macsbug
  45309. mactcp
  45310. mactcp
  45311. development
  45312. transport
  45313. zaptcp
  45314. magic
  45315. magic
  45316. oracle
  45317. suite
  45318. bundle
  45319. object
  45320. panorama
  45321. makeicon
  45322. management
  45323. manuals
  45324. mapper
  45325. mapperref
  45326. marching
  45327. marching
  45328. marquee
  45329. storage
  45330. class
  45331. driver
  45332. mathlib
  45333. mdata
  45334. media
  45335. memhell
  45336. memory
  45337. memory
  45338. manager
  45339. memory
  45340. monitor
  45341. menuy
  45342. items
  45343. manager
  45344. menus
  45345. messages
  45346. metafile
  45347. metertest
  45348. metrics
  45349. supporting@
  45350. symptom@
  45351. syncing@
  45352. system
  45353. system
  45354. software@
  45355. system's@
  45356. tablet@
  45357. targeting@
  45358. technically@
  45359. technology@
  45360. tedittext@
  45361. testarbitraryallocat@
  45362. extractor
  45363. plug-ins
  45364. content
  45365. extra@
  45366. that@
  45367. apple@
  45368. command
  45369. equivalent
  45370. macro
  45371. microsoft
  45372. foundation
  45373. class
  45374. multi-documment
  45375. interfac@
  45376. purpose
  45377. menuscripter
  45378. sample
  45379. demonstrat@
  45380. release
  45381. apple's
  45382. brings
  45383. increased
  45384. functionali@
  45385. thee@
  45386. theory@
  45387. there
  45388. small
  45389. cosmetic
  45390. system
  45391. can't
  45392. even@
  45393. these
  45394. applications
  45395. demonstrate
  45396. write
  45397. background
  45398. they'll@
  45399. thinks@
  45400. this@
  45401. steve
  45402. stevens
  45403. stickers
  45404. sticky
  45405. still[
  45406. QT Internals is a simple QuickTime application that dumps information about  the movie structures. Open movies and use the menu entries for displaying information in a text window.J
  45407. About DTSQTUtilities
  45408. DTSQTUtilities.c
  45409. DTSQTUtilities.h
  45410. Mac Framework
  45411. QT Internals - 68k.
  45412. QT Internals - PPC.
  45413. QTInternals - 68k
  45414. QTInternals - PPC
  45415. QTInternals.c
  45416. QTInternals.h
  45417. READMEM    QuickTimeN
  45418. QuickTime, movie, structures
  45419. OCDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:PNDev.CD Aug 00 TC Disk 2
  45420.  - Sample Code
  45421.  - QuickTime
  45422.  - Goodies
  45423.  - QT InternalsV
  45424. 89872X
  45425. Aug 00^    TC Disk 2
  45426. --set theItem to choose file -- uncomment to test in an AS editor
  45427.     tell application "Finder"
  45428.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:QuickTime:Goodies:QT Internals:"
  45429.         activate
  45430.     end tell
  45431. on error errMsg number errNum
  45432.     --enter statements to perform when no records are found such as...
  45433.     display dialog "Sorry, the item you selected could not be found."
  45434.     return
  45435. end try
  45436. All Packages
  45437. Performa 7.1P5O
  45438. Dev.CD Jan 94
  45439. Dev.CD Dec 93P
  45440. Dev.CD Jan 94
  45441. Dev.CD Dec 9V
  45442. 89782X
  45443. Jan 94
  45444. p--set theItem to choose file -- uncomment to test in an AS editor
  45445.     tell application "Finder"
  45446.         open item "Dev.CD Jan 94
  45447. Dev.CD Dec 93"
  45448.         activate
  45449.     end tell
  45450. on error errMsg number errNum
  45451.     --enter statements to perform when no records are found such as...
  45452.     display dialog "Sorry, the item you selected could not be found."
  45453.     return
  45454. end try
  45455. All Packages
  45456. Performa 7.1P6O
  45457. Dev.CD Jun 94
  45458. Dev.CD Jul 94P
  45459. Dev.CD Jun 94
  45460. Dev.CD Jul 9V
  45461. 89783X
  45462. Jun 94
  45463. p--set theItem to choose file -- uncomment to test in an AS editor
  45464.     tell application "Finder"
  45465.         open item "Dev.CD Jun 94
  45466. Dev.CD Jul 94"
  45467.         activate
  45468.     end tell
  45469. on error errMsg number errNum
  45470.     --enter statements to perform when no records are found such as...
  45471.     display dialog "Sorry, the item you selected could not be found."
  45472.     return
  45473. end try
  45474. instance
  45475. instance
  45476. variables
  45477. instructions
  45478. instrumentation
  45479. instruments
  45480. integrity
  45481. interaction
  45482. interactive
  45483. interactive
  45484. media
  45485. solutions
  45486. intercept
  45487. interface
  45488. aiding
  45489. aiff/aifc
  45490. aiffwriterl
  45491. aiffwriter
  45492. sample
  45493. sound
  45494. output
  45495. device
  45496. component
  45497. aimedu
  45498. aincludes
  45499. airport
  45500. aladdin
  45501. alert{
  45502. alerting
  45503. alerts
  45504. alexander
  45505. algebra
  45506. algorithmj
  45507. algorithms
  45508. aliasf
  45509. alias-to-fsspecf
  45510. aliasesf
  45511. aliens
  45512. aligned
  45513. grayscale
  45514. graytext
  45515. greatx
  45516. greater
  45517. greatly
  45518. green
  45519. greenspon
  45520. greeting
  45521. gridwindowgrow
  45522. griffith
  45523. gritty
  45524. group{
  45525. groups
  45526. growing
  45527. grown{
  45528. gs/os
  45529. guarantee
  45530. guest
  45531. guide_
  45532. Feb 00
  45533. OUDev.CD Aug 00 TC Disk 2:Sample Code:QuickTime: All Java:QuickTime for Java:JISApplet:V
  45534. 84783X
  45535. 1e    No Change
  45536. I}A simple application that meters the sound input level on the microphone using a display much like a VCR peak-hold bar meter.J;SoundLevel(PPC)
  45537. SoundLevel.c
  45538. SoundLevel.mcp
  45539. SoundLevel.rsrcM
  45540. Sound Manager 3.0 or laterN
  45541. sound, input, microphoneO5Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SoundLevel:P=Dev.CD Aug 00 TC Disk 2
  45542.  - Sample Code
  45543.  - Sound
  45544.  - SoundLevelV
  45545. 90237X
  45546. Aug 00^    TC Disk 2
  45547. --set theItem to choose file -- uncomment to test in an AS editor
  45548.     tell application "Finder"
  45549.         open item "Dev.CD Aug 00 TC Disk 2:Sample Code:Sound:SoundLevel:"
  45550.         activate
  45551.     end tell
  45552. on error errMsg number errNum
  45553.     --enter statements to perform when no records are found such as...
  45554.     display dialog "Sorry, the item you selected could not be found."
  45555.     return
  45556. end try
  45557. e    No Changef
  45558. sound
  45559. input
  45560. microphoneq
  45561. Dev.CD Aug 00 TC Disk 2
  45562. All Packages
  45563. SoundMemRecordIVThis code shows using the SoundManager SPB calls for simple audio recording to memory.K
  45564. Feb 00V
  45565. 90238X
  45566. application
  45567. environment
  45568. graphics
  45569. primer
  45570. runtime
  45571. architectures
  45572. runtime
  45573. 1.0.1b1c2
  45574. encodings
  45575. 1.4.6b2
  45576. macapp
  45577. developer
  45578. survey
  45579. macapp
  45580. r13u5
  45581. macapp
  45582. macapp
  45583. r15d1
  45584. macapp
  45585. release
  45586. macbinary
  45587. maccalendar
  45588. maccalendar
  45589. 1.1b1
  45590. maccheck
  45591. maccheck
  45592. 1.0.4
  45593. macgamma
  45594. macintoshp
  45595. macintosh
  45596. cd-rom
  45597. setup
  45598. 5.3.2
  45599. macintosh
  45600. v1.1.1
  45601. macintosh
  45602. 1.1.1
  45603. macintosh
  45604. client
  45605. interface
  45606. macintosh
  45607. powerbook
  45608. 2400c
  45609. macintosh
  45610. powerbook
  45611. qualified
  45612. macintosh
  45613. technical
  45614. macintosh
  45615. technotes
  45616. macodbc
  45617. macodbc
  45618. 2.1.2
  45619. macos8documentation
  45620. hardwared
  45621. harlan
  45622. harness
  45623. harper
  45624. harry
  45625.  Mac OS 8 brings increased functionality to your computer.  The "Language Kit Updater for Mac OS 8" is designed to make this transition as easy as possible for Language Kit users.  This Language Kit Updater will update your Apple Language Kit for compatibility with Mac OS 8.0 on your Mac OS compatible computer.  The Apple Language Kit Updater for Mac OS 8 (LKU8) is necessary when attempting to use one of the following:
  45626. Current Language Kits with Mac OS 8.0 or newer.
  45627. --set theItem to choose file -- uncomment to test in an AS editor
  45628.     tell application "Finder"
  45629.         open item "Dev.CD Aug 00 TC Disk 1:Sample Code:Devices and Hardware:ATA:ATA Demo:"
  45630.         activate
  45631.     end tell
  45632. on error errMsg number errNum
  45633.     --enter statements to perform when no records are found such as...
  45634.     display dialog "Sorry, the item you selected could not be found."
  45635.     return
  45636. end try
  45637. informational
  45638. informixeoadaptor
  45639. infrared
  45640. inherit
  45641. inheritance
  45642. writen
  45643. writer
  45644. writers
  45645. This survival guide is part 2 in a series regarding WebObjects Connecting to a Database.  Relationships are a very convenient, very powerful mechanism for traversing related tables in the database without constructing a separate qualifier and fetchSpecification each time. The use of referential integrity rules ensures that the data stored in the database does not become "dirty" or corrupted as records are added and deleted to the database. Additional validation and reformatting of data bef
  45646. Eore it is saved to the database by a single set of classes also helps keep the data "pure". A developer need not worry about all the validation rules if a new form is to be added to the application -if the framework used by the application is set up to perform the validation and formatting instead of the application itself.
  45647. Jul 98
  45648. }This snippet demonstrates the use of CopyDeepMask using 2 PICTS; one a photograph and the other a triangular mask.  It uses 2 offscreen gworlds to hold the source and mask pixmaps.  CopyDeepMask is then used to create the masked image and display it in the application window.  The source, mask, and destination rectangles are all the same size in order avoid altering pixel sizes.
  45649. JCCopyDeepMask(PPC)
  45650. CopyDeepMask.c
  45651. CopyDeepMask.mcp
  45652. CopyDeepMask.rsrcM
  45653. Color QuickDrawN&CopyDeepMask, GWorld, offscreen GWorldO=Dev.CD Aug 00 TC Disk 1:Sample Code:Graphics 2D:CopyDeepMask:PEDev.CD Aug 00 TC Disk 1
  45654.  - Sample Code
  45655.  - Graphics 2D
  45656.  - CopyDeepMaskhis program shows how to take any size pixmap an